summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-11 08:11:41 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-11 08:11:41 +0000
commit3a518f4cffdf524bc73fa7ad3f052c95c78a8ab9 (patch)
treecd5d3eb583c062ac1644cb060500cf84ac0467b8 /eclass/php-sapi.eclass
parentPruned old ebuilds. (diff)
downloadhistorical-3a518f4cffdf524bc73fa7ad3f052c95c78a8ab9.tar.gz
historical-3a518f4cffdf524bc73fa7ad3f052c95c78a8ab9.tar.bz2
historical-3a518f4cffdf524bc73fa7ad3f052c95c78a8ab9.zip
Pull Hardened-PHP patch for PHP 4.4.0RC2.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass3
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 )"