diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-03 20:55:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-03 20:55:07 +0000 |
commit | ac119cccfb20acf3205137f4b987770d6512b3af (patch) | |
tree | f7b3cb53c4222b4e31b72a2822d201822a060cbd /dev-lang | |
parent | Add inputproto as dependency to fix bug 212202. Thanks to Matthias Wieding-Dr... (diff) | |
download | gentoo-2-ac119cccfb20acf3205137f4b987770d6512b3af.tar.gz gentoo-2-ac119cccfb20acf3205137f4b987770d6512b3af.tar.bz2 gentoo-2-ac119cccfb20acf3205137f4b987770d6512b3af.zip |
x86 stable, security bug #212211
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index a8c7bbf439df..93137e68c472 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.238 2008/03/03 12:14:56 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.239 2008/03/03 20:55:07 maekke Exp $ + + 03 Mar 2008; Markus Meier <maekke@gentoo.org> php-5.2.6_rc1.ebuild: + x86 stable, security bug #212211 *php-5.2.6_rc1 (03 Mar 2008) diff --git a/dev-lang/php/php-5.2.6_rc1.ebuild b/dev-lang/php/php-5.2.6_rc1.ebuild index cc81a7893041..d16443826065 100644 --- a/dev-lang/php/php-5.2.6_rc1.ebuild +++ b/dev-lang/php/php-5.2.6_rc1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc1.ebuild,v 1.1 2008/03/03 12:14:56 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc1.ebuild,v 1.2 2008/03/03 20:55:07 maekke 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 |