diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-03 09:18:14 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-03 09:18:14 +0000 |
commit | b9c82cbb4b4211e6024a24e3644a73ba0360b68a (patch) | |
tree | 195e3a0413cf65aeafc24fbc6ee0d137d87c7d7f /dev-db | |
parent | Fix overflow. Bug #339107 (diff) | |
download | gentoo-2-b9c82cbb4b4211e6024a24e3644a73ba0360b68a.tar.gz gentoo-2-b9c82cbb4b4211e6024a24e3644a73ba0360b68a.tar.bz2 gentoo-2-b9c82cbb4b4211e6024a24e3644a73ba0360b68a.zip |
x86 stable wrt security bug #339717
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.51.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index bcee843999d4..014502b7555a 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.552 2010/10/29 14:00:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.553 2010/11/03 09:18:14 phajdan.jr Exp $ + + 03 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> mysql-5.1.51.ebuild: + x86 stable wrt security bug #339717 29 Oct 2010; Markus Meier <maekke@gentoo.org> mysql-5.1.50-r1.ebuild: arm stable, bug #321791 diff --git a/dev-db/mysql/mysql-5.1.51.ebuild b/dev-db/mysql/mysql-5.1.51.ebuild index 4ee30b7f8804..6f68e8280281 100644 --- a/dev-db/mysql/mysql-5.1.51.ebuild +++ b/dev-db/mysql/mysql-5.1.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.2 2010/10/07 19:05:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.3 2010/11/03 09:18:14 phajdan.jr Exp $ MY_EXTRAS_VER="20101006-0004Z" EAPI=2 @@ -15,7 +15,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |