diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-06-11 22:26:33 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-06-11 22:26:33 +0000 |
commit | 526824b387f0f05515725d66197790a9b8ca05c5 (patch) | |
tree | 840c2d629c271fa3d5796893731064a1437f203b /eclass/php-sapi.eclass | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-526824b387f0f05515725d66197790a9b8ca05c5.tar.gz gentoo-2-526824b387f0f05515725d66197790a9b8ca05c5.tar.bz2 gentoo-2-526824b387f0f05515725d66197790a9b8ca05c5.zip |
Version bump for hardened-php patch
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 0706474a2252..7826da56727c 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.29 2004/05/29 23:57:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.30 2004/06/11 22:26:33 stuart Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -49,9 +49,11 @@ IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap infor # Hardened-PHP support -HARDENEDPHP_PATCH="hardened-php-4.3.6-0.1.1.patch.gz" +HARDENEDPHP_PATCH="hardened-php-4.3.6-0.1.2.patch.gz" [ `use hardenedphp` ] && SRC_URI="${SRC_URI} http://www.hardened-php.net/$HARDENEDPHP_PATCH" +echo "$SRC_URI" + # berkdb stuff is complicated # we need db-1.* for ndbm # and then either of db3 or db4 |