diff options
author | Brent Baude <ranger@gentoo.org> | 2010-12-20 17:47:59 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-12-20 17:47:59 +0000 |
commit | 03ce1caa65cdbbf1cb6c63389fc12006efc0b227 (patch) | |
tree | e495658faf4a1ca77f52b1abd78452a9a3f66946 /dev-lang | |
parent | Add patch to address stack-based buffer overflow, bug #348344, thank Tim Samm... (diff) | |
download | gentoo-2-03ce1caa65cdbbf1cb6c63389fc12006efc0b227.tar.gz gentoo-2-03ce1caa65cdbbf1cb6c63389fc12006efc0b227.tar.bz2 gentoo-2-03ce1caa65cdbbf1cb6c63389fc12006efc0b227.zip |
Marking -5.3.3-r3 and -5.2.14-r2 ~ppc64 for bug 343597
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.14-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.3-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index fede1e088226..b4eb7008400e 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # 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.444 2010/12/20 00:46:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.445 2010/12/20 17:47:59 ranger Exp $ + + 20 Dec 2010; Brent Baude <ranger@gentoo.org> php-5.2.14-r2.ebuild, + php-5.3.3-r3.ebuild: + Marking -5.3.3-r3 and -5.2.14-r2 ~ppc64 for bug 343597 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> php-5.2.16.ebuild, php-5.3.4.ebuild: diff --git a/dev-lang/php/php-5.2.14-r2.ebuild b/dev-lang/php/php-5.2.14-r2.ebuild index 2a21a04fd8af..d6ea4ff5f709 100644 --- a/dev-lang/php/php-5.2.14-r2.ebuild +++ b/dev-lang/php/php-5.2.14-r2.ebuild @@ -1,6 +1,6 @@ # 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.14-r2.ebuild,v 1.3 2010/11/09 13:20:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.14-r2.ebuild,v 1.4 2010/12/20 17:47:59 ranger Exp $ EAPI=2 @@ -12,7 +12,7 @@ inherit eutils autotools flag-o-matic versionator depend.apache apache-module db SUHOSIN_VERSION="$PV-0.9.7" EXPECTED_TEST_FAILURES="" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" function php_get_uri () { diff --git a/dev-lang/php/php-5.3.3-r3.ebuild b/dev-lang/php/php-5.3.3-r3.ebuild index 382b665627e4..d2ffa56d7ae7 100644 --- a/dev-lang/php/php-5.3.3-r3.ebuild +++ b/dev-lang/php/php-5.3.3-r3.ebuild @@ -1,6 +1,6 @@ # 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.3.3-r3.ebuild,v 1.4 2010/11/09 13:20:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r3.ebuild,v 1.5 2010/12/20 17:47:59 ranger Exp $ EAPI=2 @@ -12,7 +12,7 @@ SUHOSIN_VERSION="${PV}-0.9.10" FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" function php_get_uri () { |