diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-04 00:30:01 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-04 00:30:01 +0000 |
commit | e9ec0ed124a945dfae636793257454b6c87f268f (patch) | |
tree | 476b8b3e2dbc0360b77a09ccbfc1d6b2af05f45d /eclass/php5_0-sapi.eclass | |
parent | x86 love (diff) | |
download | historical-e9ec0ed124a945dfae636793257454b6c87f268f.tar.gz historical-e9ec0ed124a945dfae636793257454b6c87f268f.tar.bz2 historical-e9ec0ed124a945dfae636793257454b6c87f268f.zip |
Ups, fix Hardened-PHP for 5.0.5.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r-- | eclass/php5_0-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass index ef80afe9a012..632302b6d766 100644 --- a/eclass/php5_0-sapi.eclass +++ b/eclass/php5_0-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/php5_0-sapi.eclass,v 1.6 2005/11/03 23:33:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.7 2005/11/04 00:30:01 chtekk Exp $ # # ######################################################################## # @@ -134,7 +134,7 @@ PHP_INI_FILE="php.ini" case "${PV}" in 5.0.4) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.1.patch.gz" ;; - 5.0.5) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.5.patch.gz" ;; + 5.0.5) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.3.patch.gz" ;; esac [ -n "${HARDENEDPHP_PATCH}" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/${HARDENEDPHP_PATCH} )" |