diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-10-06 22:39:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-10-06 22:39:19 +0000 |
commit | f59529ff01fa7bd7f0a99150d669df5d0adccb20 (patch) | |
tree | c2992792f0ecff57782f8ec64a515523bffda3cc /dev-lang | |
parent | stable x86, bug 276583 (diff) | |
download | gentoo-2-f59529ff01fa7bd7f0a99150d669df5d0adccb20.tar.gz gentoo-2-f59529ff01fa7bd7f0a99150d669df5d0adccb20.tar.bz2 gentoo-2-f59529ff01fa7bd7f0a99150d669df5d0adccb20.zip |
stable x86, security bug 285434
(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.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 404b72de033b..be10fc00a087 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.344 2009/09/29 16:37:04 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.345 2009/10/06 22:39:19 fauli Exp $ + + 06 Oct 2009; Christian Faulhammer <fauli@gentoo.org> php-5.2.11.ebuild: + stable x86, security bug 285434 *php-5.2.11 (29 Sep 2009) diff --git a/dev-lang/php/php-5.2.11.ebuild b/dev-lang/php/php-5.2.11.ebuild index e59b45eb7d50..ce50ad40ace0 100644 --- a/dev-lang/php/php-5.2.11.ebuild +++ b/dev-lang/php/php-5.2.11.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.11.ebuild,v 1.1 2009/09/29 16:37:04 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.2 2009/10/06 22:39:19 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 |