diff options
-rw-r--r-- | eclass/php-sapi.eclass | 5 | ||||
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 9c51ac1e4097..6d2b8e9a2480 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.71 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.72 2005/07/09 08:33:27 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool @@ -56,7 +56,8 @@ case "$PV" in 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="hardened-php-$PV-0.2.7.patch.gz" ;; + 4.3.11) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;; + 4.4.0RC2) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index fd9d3fb2201a..93dc820980a7 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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/php5-sapi-r2.eclass,v 1.23 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.24 2005/07/09 08:33:27 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -112,7 +112,7 @@ PHP_INI_FILE="php.ini" # the patch for different versions of PHP case "$PV" in - 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.7.patch.gz" ;; + 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 20ec34ca93c8..c2976f53e524 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.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/php5-sapi-r3.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.12 2005/07/09 08:33:27 sebastian Exp $ # # ######################################################################## # @@ -113,7 +113,7 @@ PHP_INI_FILE="php.ini" # the patch for different versions of PHP case "$PV" in - 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.7.patch.gz" ;; + 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |