diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-01 03:21:37 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-01 03:21:37 +0000 |
commit | 1972244f3c380ec6d2abfd3d2ffb0db884934d22 (patch) | |
tree | 463f78b67d20415348874d6d6ae880720d546d80 /dev-db/mysql | |
parent | Bumping to version 0.1.1.20 for security bugs #134329 and #118918 (diff) | |
download | gentoo-2-1972244f3c380ec6d2abfd3d2ffb0db884934d22.tar.gz gentoo-2-1972244f3c380ec6d2abfd3d2ffb0db884934d22.tar.bz2 gentoo-2-1972244f3c380ec6d2abfd3d2ffb0db884934d22.zip |
Stable on alpha wrt security Bug #135076.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.1.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 624ba89d6306..e023110295fb 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.340 2006/06/01 00:37:09 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.341 2006/06/01 03:21:37 tcort Exp $ + + 31 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.1.20.ebuild: + Stable on alpha wrt security Bug #135076. 31 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.1.20.ebuild: Stable on amd64 wrt security Bug #135076. diff --git a/dev-db/mysql/mysql-4.1.20.ebuild b/dev-db/mysql/mysql-4.1.20.ebuild index d81465a6bf5f..801c0e2d1334 100644 --- a/dev-db/mysql/mysql-4.1.20.ebuild +++ b/dev-db/mysql/mysql-4.1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.20.ebuild,v 1.2 2006/06/01 00:37:09 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.20.ebuild,v 1.3 2006/06/01 03:21:37 tcort Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -9,7 +9,7 @@ MYSQL_PATCHSET_REV="1" inherit mysql -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" src_test() { cd "${S}" |