diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-02 15:53:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-02 15:53:10 +0000 |
commit | 0227a14a773689696ff02a2672eccbb640f32a43 (patch) | |
tree | da576692d703d275196e86d4bdcd9abe80024474 /dev-db | |
parent | autotools eclass isn't used (diff) | |
download | gentoo-2-0227a14a773689696ff02a2672eccbb640f32a43.tar.gz gentoo-2-0227a14a773689696ff02a2672eccbb640f32a43.tar.bz2 gentoo-2-0227a14a773689696ff02a2672eccbb640f32a43.zip |
Stable for AMD64, wrt security bug #399375
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 404648ada29e..00dc04aec087 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.598 2012/02/02 03:12:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.599 2012/02/02 15:53:10 ago Exp $ + + 02 Feb 2012; Agostino Sarubbo <ago@gentoo.org> mysql-5.1.61.ebuild: + Stable for AMD64, wrt security bug #399375 02 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> files/my.cnf-4.0: Bug #360847: Give users of MySQL 4.0 an easier time in upgrading on a newer diff --git a/dev-db/mysql/mysql-5.1.61.ebuild b/dev-db/mysql/mysql-5.1.61.ebuild index 9cdf8c2786ed..c1949d1a0f3b 100644 --- a/dev-db/mysql/mysql-5.1.61.ebuild +++ b/dev-db/mysql/mysql-5.1.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild,v 1.2 2012/01/31 20:23:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild,v 1.3 2012/02/02 15:53:10 ago Exp $ EAPI="4" @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |