diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-28 07:06:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-28 07:06:09 +0000 |
commit | 0c07da93c2efb49775c1166aa7457882d235d17d (patch) | |
tree | fcc5c664f7fb9a6e5512d657aa6b1d075e99196e /dev-db | |
parent | use get_libdir in local linker scripts (diff) | |
download | gentoo-2-0c07da93c2efb49775c1166aa7457882d235d17d.tar.gz gentoo-2-0c07da93c2efb49775c1166aa7457882d235d17d.tar.bz2 gentoo-2-0c07da93c2efb49775c1166aa7457882d235d17d.zip |
Stable for HPPA (bug #201669).
(Portage version: 2.1.4)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.54.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index b91b701f80a6..14706eedb1ac 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.446 2008/01/27 19:04:43 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.447 2008/01/28 07:06:09 jer Exp $ + + 28 Jan 2008; Jeroen Roovers <jer@gentoo.org> mysql-5.0.54.ebuild: + Stable for HPPA (bug #201669). 27 Jan 2008; Ferris McCormick <fmccor@gentoo.org> mysql-5.0.54.ebuild: Sparc stable, Security Bug #201669 --- see the bug for details. diff --git a/dev-db/mysql/mysql-5.0.54.ebuild b/dev-db/mysql/mysql-5.0.54.ebuild index 48f8fae5db44..de3a4c153b63 100644 --- a/dev-db/mysql/mysql-5.0.54.ebuild +++ b/dev-db/mysql/mysql-5.0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.9 2008/01/27 19:04:43 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.10 2008/01/28 07:06:09 jer Exp $ MY_EXTRAS_VER="20080124" SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz" @@ -8,7 +8,7 @@ SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar inherit toolchain-funcs 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='' |