summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-11-03 23:33:53 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-11-03 23:33:53 +0000
commit66bee5b00a8028546a580dc0471101711fcea7ec (patch)
treedcda8034cf9fd4ad2ad5558912d337bf4f65a375 /eclass/php4_4-sapi.eclass
parentStable on x86, security bug #109213. (diff)
downloadhistorical-66bee5b00a8028546a580dc0471101711fcea7ec.tar.gz
historical-66bee5b00a8028546a580dc0471101711fcea7ec.tar.bz2
historical-66bee5b00a8028546a580dc0471101711fcea7ec.zip
Hardened-PHP update.
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r--eclass/php4_4-sapi.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass
index ea568fecbbb7..43af7cd8b160 100644
--- a/eclass/php4_4-sapi.eclass
+++ b/eclass/php4_4-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/php4_4-sapi.eclass,v 1.5 2005/10/31 14:08:42 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.6 2005/11/03 23:33:53 chtekk Exp $
#
# ########################################################################
#
@@ -136,6 +136,7 @@ PHP_INI_FILE="php.ini"
case "${PV}" in
4.3.11) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.3.patch.gz" ;;
4.4.0) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.3.patch.gz" ;;
+ 4.4.1) HARDENEDPHP_PATCH="hardening-patch-${PV}-0.4.5.patch.gz" ;;
esac
[ -n "${HARDENEDPHP_PATCH}" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/${HARDENEDPHP_PATCH} )"