diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-09 08:33:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-09 08:33:27 +0000 |
commit | d95a7ea03e3bcd8e1adb01d9111f020b5b9a2b84 (patch) | |
tree | d6584223deb00ceb6b9f276f9509fa6999096366 /eclass/php-sapi.eclass | |
parent | version bump (diff) | |
download | historical-d95a7ea03e3bcd8e1adb01d9111f020b5b9a2b84.tar.gz historical-d95a7ea03e3bcd8e1adb01d9111f020b5b9a2b84.tar.bz2 historical-d95a7ea03e3bcd8e1adb01d9111f020b5b9a2b84.zip |
Update Hardened-PHP patch.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 5 |
1 files changed, 3 insertions, 2 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 )" |