From 435afa75249618058f77a33025b0570e60593e28 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Fri, 16 Jul 2004 14:38:15 +0000 Subject: Bumped hardened-php patch --- eclass/php-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/php-sapi.eclass') 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 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 )" -- cgit v1.2.3-65-gdbad