diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 09:58:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 09:58:40 +0000 |
commit | 902e00c91d4b00454634cb620c7283dd75b965bc (patch) | |
tree | 70107134f12bffc0de8d2687632553e343f1517d /dev-db | |
parent | x86 stable (diff) | |
download | gentoo-2-902e00c91d4b00454634cb620c7283dd75b965bc.tar.gz gentoo-2-902e00c91d4b00454634cb620c7283dd75b965bc.tar.bz2 gentoo-2-902e00c91d4b00454634cb620c7283dd75b965bc.zip |
alpha/ia64 stable wrt security #178860
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 3c3530a88c01..aae49879ba42 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.416 2007/06/08 08:41:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.417 2007/06/08 09:58:40 armin76 Exp $ + + 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> mysql-5.0.42.ebuild: + alpha/ia64 stable wrt security #178860 08 Jun 2007; Jeroen Roovers <jer@gentoo.org> mysql-5.0.42.ebuild: Stable for HPPA (bug #178860). diff --git a/dev-db/mysql/mysql-5.0.42.ebuild b/dev-db/mysql/mysql-5.0.42.ebuild index 420f6fe107a0..60259b09b131 100644 --- a/dev-db/mysql/mysql-5.0.42.ebuild +++ b/dev-db/mysql/mysql-5.0.42.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.42.ebuild,v 1.6 2007/06/08 08:41:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.42.ebuild,v 1.7 2007/06/08 09:58:40 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' |