diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-06-01 04:07:47 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-06-01 04:07:47 +0000 |
commit | dadcd077b31ab7aa3165d52e5360570c37bc66c8 (patch) | |
tree | 2a388e11b21bf592039b5865116f32425cae3be0 /dev-db | |
parent | Fix for http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-2541; Reso... (diff) | |
download | gentoo-2-dadcd077b31ab7aa3165d52e5360570c37bc66c8.tar.gz gentoo-2-dadcd077b31ab7aa3165d52e5360570c37bc66c8.tar.bz2 gentoo-2-dadcd077b31ab7aa3165d52e5360570c37bc66c8.zip |
Stable on x86; bug #135076
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'dev-db')
-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 e023110295fb..e7cc495b26cd 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.341 2006/06/01 03:21:37 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.342 2006/06/01 04:07:47 halcy0n Exp $ + + 01 Jun 2006; Mark Loeser <halcy0n@gentoo.org> mysql-4.1.20.ebuild: + Stable on x86; bug #135076 31 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.1.20.ebuild: Stable on alpha 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 801c0e2d1334..2af77e326026 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.3 2006/06/01 03:21:37 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.20.ebuild,v 1.4 2006/06/01 04:07:47 halcy0n 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}" |