diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 08:11:41 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 08:11:41 +0000 |
commit | 49a8ccfb5596d0ffb3f8f6a05898ff862e2bd180 (patch) | |
tree | a97d4c0f9eca018886e2ab6a281675a8ec32712d /eclass | |
parent | Pruned old ebuilds. (diff) | |
download | gentoo-2-49a8ccfb5596d0ffb3f8f6a05898ff862e2bd180.tar.gz gentoo-2-49a8ccfb5596d0ffb3f8f6a05898ff862e2bd180.tar.bz2 gentoo-2-49a8ccfb5596d0ffb3f8f6a05898ff862e2bd180.zip |
Pull Hardened-PHP patch for PHP 4.4.0RC2.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 697e4f21b49d..d73d7e6df2de 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.73 2005/07/10 13:34:05 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.74 2005/07/11 08:11:41 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool @@ -57,7 +57,6 @@ case "$PV" in 4.3.9) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.6.patch.gz" ;; 4.3.10) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.7.patch.gz" ;; 4.3.11) HARDENEDPHP_PATCH="hardening-patch-$PV-0.3.2.patch.gz" ;; - 4.4.0RC2) HARDENEDPHP_PATCH="hardening-patch-$PV-0.3.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |