summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2011-08-29 16:06:00 +0400
committerVlad Glagolev2011-08-29 16:06:00 +0400
commit8a05f5322219ca38be1e0558ea12e39ebda0e265 (patch)
tree215135b4edecd1367bc33b9315f30eaf861e8989 /php-pear/php/DETAILS
parent27162bcb5f3d7d36ea28d6c89aa876875209bbb7 (diff)
php: apply the latest suhosin patch for legacy PHP branch
Diffstat (limited to 'php-pear/php/DETAILS')
-rwxr-xr-xphp-pear/php/DETAILS3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 513b795dd2..a5bc87079b 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -26,8 +26,9 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
+ VERSIONX=5.2.16
VERSION2=0.9.7
- SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
+ SOURCE2=suhosin-patch-$VERSIONX-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
SOURCE3=$SOURCE2.sig
SOURCE3_URL="http://download.suhosin.org/$SOURCE3"