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 | c61b238a77a197550f275462d8dbbe4b1d5efea3 (patch) | |
tree | f8ebfbeeb913c86e3204086a320d46f22f54692a /eclass | |
parent | Added development series 2.1.0 (hard-masked). Closes #56436 (Manifest recommit) (diff) | |
download | gentoo-2-c61b238a77a197550f275462d8dbbe4b1d5efea3.tar.gz gentoo-2-c61b238a77a197550f275462d8dbbe4b1d5efea3.tar.bz2 gentoo-2-c61b238a77a197550f275462d8dbbe4b1d5efea3.zip |
Bumped hardened-php patch
Diffstat (limited to '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 )" |