diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-31 17:56:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-31 17:56:32 +0000 |
commit | bb1f5dcc0f94fe277811645056f3b3293ccbe9a0 (patch) | |
tree | c0ec6ce2e17729c1ef74344515ac6a49f7132808 /dev-lang | |
parent | Marking iguanaIR-0.93 ~ppc64 for bug 287662 (diff) | |
download | gentoo-2-bb1f5dcc0f94fe277811645056f3b3293ccbe9a0.tar.gz gentoo-2-bb1f5dcc0f94fe277811645056f3b3293ccbe9a0.tar.bz2 gentoo-2-bb1f5dcc0f94fe277811645056f3b3293ccbe9a0.zip |
amd64/arm stable, bug #293888
(Portage version: 2.2_rc61/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.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ae9c56ce7e3e..858ed8a81bb1 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.363 2009/12/31 16:08:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.364 2009/12/31 17:56:32 maekke Exp $ + + 31 Dec 2009; Markus Meier <maekke@gentoo.org> php-5.2.12.ebuild: + amd64/arm stable, bug #293888 31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> php-5.2.12.ebuild: stable x86, security bug 293888 diff --git a/dev-lang/php/php-5.2.12.ebuild b/dev-lang/php/php-5.2.12.ebuild index d8e8f0d94890..f1c0bd30ed22 100644 --- a/dev-lang/php/php-5.2.12.ebuild +++ b/dev-lang/php/php-5.2.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.4 2009/12/31 16:08:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.5 2009/12/31 17:56:32 maekke Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" IUSE="cli cgi ${CGI_SAPI_USE} ${APACHE2_SAPI_USE} fastbuild" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |