diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-08-04 18:24:22 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-08-04 18:24:22 +0000 |
commit | 65374bb5a0c27d6e4264a93b33744feb44ee75b6 (patch) | |
tree | 5b2e469b101946a84e6230929cbecf33ca57e41f /dev-db | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-65374bb5a0c27d6e4264a93b33744feb44ee75b6.tar.gz gentoo-2-65374bb5a0c27d6e4264a93b33744feb44ee75b6.tar.bz2 gentoo-2-65374bb5a0c27d6e4264a93b33744feb44ee75b6.zip |
Stable on x86, security bug #142429.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.1.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 077fe9521161..42006def7d68 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.356 2006/08/04 16:25:19 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.357 2006/08/04 18:24:22 ticho Exp $ + + 04 Aug 2006; Andrej Kacian <ticho@gentoo.org> mysql-4.1.21.ebuild: + Stable on x86, security bug #142429. 04 Aug 2006; Thomas Cort <tcort@gentoo.org> mysql-4.1.21.ebuild: Stable on amd64 wrt security Bug #142429. diff --git a/dev-db/mysql/mysql-4.1.21.ebuild b/dev-db/mysql/mysql-4.1.21.ebuild index 16a9d514f3a6..1931376e24a6 100644 --- a/dev-db/mysql/mysql-4.1.21.ebuild +++ b/dev-db/mysql/mysql-4.1.21.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.21.ebuild,v 1.7 2006/08/04 16:25:19 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.21.ebuild,v 1.8 2006/08/04 18:24:22 ticho 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}" |