diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 15:05:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 15:05:37 +0000 |
commit | 1e7d8a936769307f712f7e20794ec574190108c4 (patch) | |
tree | 118ce260a16e23a631f7d5234819e6879baea2b5 | |
parent | rev bump (diff) | |
download | gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.tar.gz gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.tar.bz2 gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.zip |
ia64 + x86 stable wrt security bug 177913
(Portage version: 2.1.2.7)
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 721a9cdc952f..3f64f09edc5d 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.404 2007/05/13 10:18:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.405 2007/05/13 15:05:37 armin76 Exp $ + + 13 May 2007; Raúl Porcel <armin76@gentoo.org> mysql-5.0.40.ebuild: + ia64 + x86 stable wrt security bug 177913 13 May 2007; Markus Rothe <corsair@gentoo.org> mysql-5.0.40.ebuild: Stable on ppc64; bug #177913 diff --git a/dev-db/mysql/mysql-5.0.40.ebuild b/dev-db/mysql/mysql-5.0.40.ebuild index 0d96469e707a..4bcd8c2d5cd0 100644 --- a/dev-db/mysql/mysql-5.0.40.ebuild +++ b/dev-db/mysql/mysql-5.0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.40.ebuild,v 1.2 2007/05/13 10:18:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.40.ebuild,v 1.3 2007/05/13 15:05:37 armin76 Exp $ MY_EXTRAS_VER="20070415" SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" @@ -8,7 +8,7 @@ SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" inherit mysql # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='202_all_embedded-library-compile-5.0.38.patch 706_all_fix-nullpointer-dos.patch 707_all_fix-nullpointer-dos-testcase.patch' |