diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-22 12:57:10 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-22 12:57:10 +0000 |
commit | c78a6a8940c322f7e547bc0445bcef40904badbb (patch) | |
tree | 08fe2a4ae670020df0e90a4c1c0bcbaa578a7a31 /dev-lang | |
parent | Cleanup (diff) | |
download | gentoo-2-c78a6a8940c322f7e547bc0445bcef40904badbb.tar.gz gentoo-2-c78a6a8940c322f7e547bc0445bcef40904badbb.tar.bz2 gentoo-2-c78a6a8940c322f7e547bc0445bcef40904badbb.zip |
stable x86, security bug 306939
(Portage version: 2.1.7.17/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.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 039283c8086c..75f421410687 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.371 2010/03/21 13:10:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.372 2010/03/22 12:57:10 fauli Exp $ + + 22 Mar 2010; Christian Faulhammer <fauli@gentoo.org> php-5.2.13.ebuild: + stable x86, security bug 306939 21 Mar 2010; Brent Baude <ranger@gentoo.org> php-5.2.13.ebuild: Marking php-5.2.13 ppc64 for bug 306939 diff --git a/dev-lang/php/php-5.2.13.ebuild b/dev-lang/php/php-5.2.13.ebuild index 2d30822a788b..5a12b1bc00d6 100644 --- a/dev-lang/php/php-5.2.13.ebuild +++ b/dev-lang/php/php-5.2.13.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.13.ebuild,v 1.2 2010/03/21 13:10:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.13.ebuild,v 1.3 2010/03/22 12:57:10 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 |