diff options
author | 2005-09-27 02:47:28 +0000 | |
---|---|---|
committer | 2005-09-27 02:47:28 +0000 | |
commit | d6a694f923d61ee6c0df9752025d20d802359c5b (patch) | |
tree | d858d83cb7269caf29d43dae3b48bae0f6802119 | |
parent | initial import (diff) | |
download | gentoo-2-d6a694f923d61ee6c0df9752025d20d802359c5b.tar.gz gentoo-2-d6a694f923d61ee6c0df9752025d20d802359c5b.tar.bz2 gentoo-2-d6a694f923d61ee6c0df9752025d20d802359c5b.zip |
Stable on SPARC wrt security bug #102373.
(Portage version: 2.0.52-r1)
-rw-r--r-- | dev-php/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php/php-4.3.11-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php/php-4.4.0-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 47c320b28c8e..a5d5100fb865 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.193 2005/09/21 19:50:43 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.194 2005/09/27 02:47:28 weeve Exp $ + + 27 Sep 2005; Jason Wever <weeve@gentoo.org> php-4.3.11-r1.ebuild, + php-4.4.0-r1.ebuild: + Stable on SPARC wrt security bug #102373. 21 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> php-4.3.11-r1.ebuild, php-4.4.0-r1.ebuild: diff --git a/dev-php/php/php-4.3.11-r1.ebuild b/dev-php/php/php-4.3.11-r1.ebuild index a6d4a67c6e2a..163b37671f02 100644 --- a/dev-php/php/php-4.3.11-r1.ebuild +++ b/dev-php/php/php-4.3.11-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11-r1.ebuild,v 1.5 2005/09/21 19:50:43 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11-r1.ebuild,v 1.6 2005/09/27 02:47:28 weeve Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="" # fixed PCRE library for security issues, bug #102373 diff --git a/dev-php/php/php-4.4.0-r1.ebuild b/dev-php/php/php-4.4.0-r1.ebuild index 577dce6c5121..1cdf817b1326 100644 --- a/dev-php/php/php-4.4.0-r1.ebuild +++ b/dev-php/php/php-4.4.0-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.4.0-r1.ebuild,v 1.5 2005/09/21 19:50:43 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.4.0-r1.ebuild,v 1.6 2005/09/27 02:47:28 weeve Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="" # fixed PCRE library for security issues, bug #102373 |