diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 15:37:17 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 15:37:17 +0000 |
commit | bcf86a5a9781eec94e2a277925a4bb4d4eb61c3a (patch) | |
tree | 7d49bc3353b112292481350e30cd72c679cd3a5d /eclass | |
parent | bug 89876 (diff) | |
download | historical-bcf86a5a9781eec94e2a277925a4bb4d4eb61c3a.tar.gz historical-bcf86a5a9781eec94e2a277925a4bb4d4eb61c3a.tar.bz2 historical-bcf86a5a9781eec94e2a277925a4bb4d4eb61c3a.zip |
Add Hardened-PHP patch for PHP 4.4.0.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 101211bf7c15..c947d8b445fc 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.75 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.76 2005/07/11 15:37:17 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool @@ -51,12 +51,8 @@ IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap infor # the patch for different versions of PHP case "$PV" in - 4.3.6) HARDENEDPHP_PATCH="hardened-php-$PV-0.1.2.patch.gz" ;; - 4.3.7) HARDENEDPHP_PATCH="hardened-php-$PV-0.1.2.patch.gz" ;; - 4.3.8) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.2.patch.gz" ;; - 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.0) 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 )" |