diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-31 16:08:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-31 16:08:29 +0000 |
commit | 9d4dfffd69ba48ab5bb0dc449d3eb646f1771db2 (patch) | |
tree | a3f23e31796c5b9238280b2e056e84fae5ae47c1 /dev-lang | |
parent | Marking mutt-1.5.20-r10 ~ppc64 for bug 290154 (diff) | |
download | gentoo-2-9d4dfffd69ba48ab5bb0dc449d3eb646f1771db2.tar.gz gentoo-2-9d4dfffd69ba48ab5bb0dc449d3eb646f1771db2.tar.bz2 gentoo-2-9d4dfffd69ba48ab5bb0dc449d3eb646f1771db2.zip |
stable x86, security bug 293888
(Portage version: 2.1.6.13/cvs/Linux i686)
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 7ad0a62a032a..ae9c56ce7e3e 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.362 2009/12/31 15:55:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.363 2009/12/31 16:08:29 fauli Exp $ + + 31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> php-5.2.12.ebuild: + stable x86, security bug 293888 31 Dec 2009; Jeroen Roovers <jer@gentoo.org> php-5.2.12.ebuild: Stable for HPPA (bug #293888). diff --git a/dev-lang/php/php-5.2.12.ebuild b/dev-lang/php/php-5.2.12.ebuild index af2f7287605e..d8e8f0d94890 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.3 2009/12/31 15:55:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.4 2009/12/31 16:08:29 fauli 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 |