summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2009-03-06 22:03:17 +0300
committerVlad Glagolev2009-03-06 22:03:17 +0300
commitd0dae9fa6f132ca7d0436f2f34823e71a772197d (patch)
treee984e85e12ae58e779a8a3606169a670be755d38 /php-pear/php/DETAILS
parentda7a73e0018b473fd1b6eb21e74f8fa9ab2a8e4d (diff)
php: suhosin patch 0.9.7
Diffstat (limited to 'php-pear/php/DETAILS')
-rwxr-xr-xphp-pear/php/DETAILS10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 2432466fd5..392af3edfc 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
-if [[ "${PHP5_RC}" == "y" ]]; then
+if [[ $PHP5_RC == y ]]; then
VERSION=5.2.9
SOURCE_HASH=sha512:f17fdf70273e45d5d36d6f181b03a7908d3b2a55cf4b5fa130ed3e26d5b6cbf00f09dfa1a3717dbf584adaa1a028ce94919e677795c48b1e8d4c062d25b57207
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
-elif [[ "${PHP5_ALPHA}" == "y" ]]; then
+elif [[ $PHP5_ALPHA == y ]]; then
VERSION=5.3.0alpha3
SOURCE_HASH=sha512:55e04dc9ce280e53cfbfa49caa1c0b8b1eb6606134b1e6d9022906f593611ad7b24c512fe44576f5a9abcad09f206e5c30a910bdc8d938a736739b65e26063e1
SOURCE=$SPELL-$VERSION.tar.bz2
@@ -17,8 +17,8 @@ else
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
-if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
- VERSION2=0.9.6.3
+if [[ $PHP5_SUHOSIN == y ]]; then
+ VERSION2=0.9.7
SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
SOURCE3=$SOURCE2.sig
@@ -26,7 +26,7 @@ if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
PATCHLEVEL=0
WEB_SITE=http://www.php.net/
ENTERED=20011024