diff options
author | 2007-05-09 09:34:24 +0000 | |
---|---|---|
committer | 2007-05-09 09:34:24 +0000 | |
commit | e522b983e734598cf30d360c328eb61033a07088 (patch) | |
tree | db44704d12d70130ab211eab899d51a62ca14c70 /dev-lang/php | |
parent | Added a patch to stop DEBUG forcing -O if no COPTFLAGS defined to fix a kernel (diff) | |
download | gentoo-2-e522b983e734598cf30d360c328eb61033a07088.tar.gz gentoo-2-e522b983e734598cf30d360c328eb61033a07088.tar.bz2 gentoo-2-e522b983e734598cf30d360c328eb61033a07088.zip |
Stable on alpha wrt security bug #169372
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-4.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 0f54d0cf6207..2d9c69ae4cf2 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.164 2007/05/08 14:59:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.165 2007/05/09 09:34:24 yoswink Exp $ + + 09 May 2007; Jose Luis Rivero <yoswink@gentoo.org> php-4.4.7.ebuild: + Stable on alpha wrt security bug #169372 08 May 2007; Raúl Porcel <armin76@gentoo.org> php-4.4.7.ebuild, php-5.2.2-r1.ebuild: diff --git a/dev-lang/php/php-4.4.7.ebuild b/dev-lang/php/php-4.4.7.ebuild index d774564b4e09..da57b766db99 100644 --- a/dev-lang/php/php-4.4.7.ebuild +++ b/dev-lang/php/php-4.4.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.7.ebuild,v 1.4 2007/05/08 14:59:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.7.ebuild,v 1.5 2007/05/09 09:34:24 yoswink 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 |