summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2012-02-01 22:11:27 +0400
committerVlad Glagolev2012-02-01 22:11:27 +0400
commit7159f3a37a7b2e745e46c91471b205d52021b19f (patch)
tree3b4e2d1c44b62212e70530098e4c42395ef24c91 /php-pear
parent37ecbec09fb2fabda8c000a98d45718b3ab223a0 (diff)
php: corrected 5.3 branch build with suhosin patch
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DETAILS3
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 4 insertions, 2 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 551fddcd7f..029fcb9808 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -6,9 +6,8 @@ if [[ $PHP5_BRANCH == stable ]]; 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.3.7
VERSION2=0.9.10
- SOURCE2=suhosin-patch-$VERSIONX-$VERSION2.patch.gz
+ SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
SOURCE3=$SOURCE2.sig
SOURCE3_IGNORE=signature
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 3b1a0d2fbf..55b47e5829 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2012-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: corrected 5.3 branch build with suhosin patch
+
2012-01-31 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.3.9, SECURITY_PATCH=15, CVE-2011-4885, CVE-2011-4566