diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-13 14:54:39 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-13 14:54:39 +0000 |
commit | d7c1b8db8515cf818ec262ad452a01173ef79324 (patch) | |
tree | a59e91e0dd5f3b5863025bee086c85b05dd8a122 /dev-db/mysql | |
parent | - security bumps (diff) | |
download | gentoo-2-d7c1b8db8515cf818ec262ad452a01173ef79324.tar.gz gentoo-2-d7c1b8db8515cf818ec262ad452a01173ef79324.tar.bz2 gentoo-2-d7c1b8db8515cf818ec262ad452a01173ef79324.zip |
Stable on amd64 wrt security Bug #132146.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 3ec278d45029..db230f16fb44 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.331 2006/05/13 13:59:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.332 2006/05/13 14:54:39 tcort Exp $ + + 13 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.0.27.ebuild: + Stable on amd64 wrt security Bug #132146. 13 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> mysql-4.0.27.ebuild: Stable on x86 wrt bug #132146. diff --git a/dev-db/mysql/mysql-4.0.27.ebuild b/dev-db/mysql/mysql-4.0.27.ebuild index 6d43d6699793..c9ffef04b5a6 100644 --- a/dev-db/mysql/mysql-4.0.27.ebuild +++ b/dev-db/mysql/mysql-4.0.27.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.0.27.ebuild,v 1.2 2006/05/13 13:59:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27.ebuild,v 1.3 2006/05/13 14:54:39 tcort Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -9,7 +9,7 @@ MYSQL_PATCHSET_REV="1" inherit mysql -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" src_test() { cd "${S}" |