diff options
author | 2012-02-03 23:24:58 +0000 | |
---|---|---|
committer | 2012-02-03 23:24:58 +0000 | |
commit | 929339e0d55fa9b15868aa85a7d21930efbc4c7d (patch) | |
tree | b44ce2d974325da8c93715bb91fef982ec33fe40 /dev-lang | |
parent | initial import for bug #401899 (diff) | |
download | gentoo-2-929339e0d55fa9b15868aa85a7d21930efbc4c7d.tar.gz gentoo-2-929339e0d55fa9b15868aa85a7d21930efbc4c7d.tar.bz2 gentoo-2-929339e0d55fa9b15868aa85a7d21930efbc4c7d.zip |
Stable for AMD64, wrt security bug #401997
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 4d0dfb12a8a9..29405e25b022 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.549 2012/02/03 09:51:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.550 2012/02/03 23:24:58 ago Exp $ + + 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> php-5.3.10.ebuild: + Stable for AMD64, wrt security bug #401997 *php-5.4.0_rc7 (03 Feb 2012) diff --git a/dev-lang/php/php-5.3.10.ebuild b/dev-lang/php/php-5.3.10.ebuild index 642df8818a4d..6c066eb56e06 100644 --- a/dev-lang/php/php-5.3.10.ebuild +++ b/dev-lang/php/php-5.3.10.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-lang/php/php-5.3.10.ebuild,v 1.2 2012/02/02 22:46:54 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.10.ebuild,v 1.3 2012/02/03 23:24:58 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SUHOSIN_VERSION="5.3.9-0.9.10" FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" function php_get_uri () { |