summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
diff options
context:
space:
mode:
authorArjan Bouter2009-07-30 04:18:01 +0200
committerArjan Bouter2009-07-30 04:18:01 +0200
commit8c914a6182dc315a32b69b77cad281cb7e9be411 (patch)
treeb0edc231a176fa1f19b561bd4b8459594ddca1f9 /php-pear/php/DETAILS
parent0b51e8e59a351a92804b01b0fcdb591d5517fc21 (diff)
php: set alpha to 5.3.0 because that's more recent, set suhosin version
to 5.2.10 as there is no patch for 5.3.0
Diffstat (limited to 'php-pear/php/DETAILS')
-rwxr-xr-xphp-pear/php/DETAILS9
1 files changed, 7 insertions, 2 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index c90e649b96..e3ecf5039d 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -5,8 +5,8 @@ if [[ $PHP5_RC == y ]]; then
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
elif [[ $PHP5_ALPHA == y ]]; then
- VERSION=5.3.0alpha3
- SOURCE_HASH=sha512:55e04dc9ce280e53cfbfa49caa1c0b8b1eb6606134b1e6d9022906f593611ad7b24c512fe44576f5a9abcad09f206e5c30a910bdc8d938a736739b65e26063e1
+ VERSION=5.3.0
+ SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
@@ -18,6 +18,11 @@ else
fi
if [[ $PHP5_SUHOSIN == y ]]; then
+ VERSION=5.2.10
+ SECURITY_PATCH=9
+ SOURCE_HASH=sha512:df1de653a2cadb335c8cc684baa2ab3cd9614c7d8a2231beed164d9375aa181e94f501ce15267fa9b8c009b106e9797cd30382cde58e1106cd24a30c6203b213
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
VERSION2=0.9.7
SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2"