summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorLadislav Hagara2012-05-09 13:00:18 +0200
committerLadislav Hagara2012-05-09 13:00:18 +0200
commite3a7db276a445ca8d7dd927716b824e2d015f35b (patch)
treeec4be071d322da7f3caa5772a1f24cb3b619c1c4 /php-pear
parentd0313eaba7f3f232d4698df6f188ea4a81328ba1 (diff)
php 5.3.13, SECURITY_PATCH=17
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DETAILS18
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 12 insertions, 9 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 02837d1d34..a1613205ab 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,8 +1,8 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.3.10
- SECURITY_PATCH=16
- SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
+ VERSION=5.3.13
+ SECURITY_PATCH=17
+ SOURCE_HASH=sha512:230ae89ee8bcb7bf0aa9b05adb62641f14de7db1d9421ed84e4f6ae47ace7e93ed67f2925b2727ee447c1d9191ef9ff94980a5af9e177681f3cf0c08e1ceb405
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -16,11 +16,11 @@ if [[ $PHP5_BRANCH == stable ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
elif [[ $PHP5_BRANCH == alpha ]]; then
- VERSION=5.3.10
- SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
+ VERSION=5.3.13
+ SOURCE_HASH=sha512:230ae89ee8bcb7bf0aa9b05adb62641f14de7db1d9421ed84e4f6ae47ace7e93ed67f2925b2727ee447c1d9191ef9ff94980a5af9e177681f3cf0c08e1ceb405
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
- SECURITY_PATCH=1
+ SECURITY_PATCH=17
elif [[ $PHP5_BRANCH == legacy ]]; then
VERSION=5.2.17
SECURITY_PATCH=16
@@ -37,9 +37,9 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
else
- VERSION=5.3.10
- SECURITY_PATCH=16
- SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
+ VERSION=5.3.13
+ SECURITY_PATCH=17
+ SOURCE_HASH=sha512:230ae89ee8bcb7bf0aa9b05adb62641f14de7db1d9421ed84e4f6ae47ace7e93ed67f2925b2727ee447c1d9191ef9ff94980a5af9e177681f3cf0c08e1ceb405
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
fi
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 042930fcf2..63b5672c14 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2012-05-09 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.3.13, SECURITY_PATCH=17
+
2012-02-03 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.3.10; SECURITY_PATCH++ (CVE-2012-0830);
added SECURITY_PATCH for alpha branch