diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2009-06-26 19:04:50 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2009-06-26 19:04:50 +0000 |
commit | cee0ca4f8c36e8c69d0376a6c2b27f50ddc733a6 (patch) | |
tree | 71629bafe4a27348546f38961916b4f745cc7476 /dev-lang | |
parent | Adding ~x86 keyword (diff) | |
download | gentoo-2-cee0ca4f8c36e8c69d0376a6c2b27f50ddc733a6.tar.gz gentoo-2-cee0ca4f8c36e8c69d0376a6c2b27f50ddc733a6.tar.bz2 gentoo-2-cee0ca4f8c36e8c69d0376a6c2b27f50ddc733a6.zip |
amd64 stable, security bug #274670
(Portage version: 2.2_rc33/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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 3881c46b8974..4db56fe5c9f3 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.337 2009/06/25 14:53:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.338 2009/06/26 19:04:50 keytoaster Exp $ + + 26 Jun 2009; Tobias Heinlein <keytoaster@gentoo.org> php-5.2.10.ebuild: + amd64 stable, security bug #274670 25 Jun 2009; Christian Faulhammer <fauli@gentoo.org> php-5.2.10.ebuild: stable x86, security bug 274670 diff --git a/dev-lang/php/php-5.2.10.ebuild b/dev-lang/php/php-5.2.10.ebuild index f460bbf98179..d2cff528c84c 100644 --- a/dev-lang/php/php-5.2.10.ebuild +++ b/dev-lang/php/php-5.2.10.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.10.ebuild,v 1.3 2009/06/25 14:53:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.4 2009/06/26 19:04:50 keytoaster 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 |