diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-16 14:38:15 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-16 14:38:15 +0000 |
commit | 435afa75249618058f77a33025b0570e60593e28 (patch) | |
tree | 9b1cbbc4fddf9cbf115102c97ba5946a59e444f6 /eclass/php-sapi.eclass | |
parent | Added development series 2.1.0 (hard-masked). Closes #56436 (diff) | |
download | historical-435afa75249618058f77a33025b0570e60593e28.tar.gz historical-435afa75249618058f77a33025b0570e60593e28.tar.bz2 historical-435afa75249618058f77a33025b0570e60593e28.zip |
Bumped hardened-php patch
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index b4160db114ba..aebfbf1c387d 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.43 2004/07/15 04:15:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.44 2004/07/16 14:38:15 stuart Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -55,7 +55,7 @@ IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap infor 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.1.patch.gz" ;; + 4.3.8) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |