summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-08-23 06:21:46 +0200
committerVlad Glagolev2011-10-02 22:02:59 +0400
commite400782af3f1cc2c088df27689e665b680696be8 (patch)
tree42a94173cbcc68ab806aa679f9ebcfb58beca2fa
parent4d92d36b563647a8732bdaf55a7c27364710a191 (diff)
php 5.3.8, SECURITY_PATCH=14
(cherry picked from commit 70b19e06eaa4f2dd5955ab5a9e4b0cd11011bfdb)
-rwxr-xr-xphp-pear/php/DETAILS16
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 11 insertions, 8 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 2dcb69289d..dff3e0f0ba 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.7
- SECURITY_PATCH=13
- SOURCE_HASH=sha512:235c124abb2be9b1b8c6855d3ba5739ce9a49ab0419b1c5f4febedf3e0192d6ab56e7a087bb8cc41cbbc55803d0f886916952c61d8327f146bf2a664f33ebbf1
+ VERSION=5.3.8
+ SECURITY_PATCH=14
+ SOURCE_HASH=sha512:150f234fb6e2b72fb1fe284d38effc1fe25432a987a17f67e361147e7a647552f5a202bb14014be0e57d873e3e152a3749488debd9c629396f22c33afc309592
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -15,8 +15,8 @@ if [[ $PHP5_BRANCH == stable ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
elif [[ $PHP5_BRANCH == alpha ]]; then
- VERSION=5.3.7
- SOURCE_HASH=sha512:235c124abb2be9b1b8c6855d3ba5739ce9a49ab0419b1c5f4febedf3e0192d6ab56e7a087bb8cc41cbbc55803d0f886916952c61d8327f146bf2a664f33ebbf1
+ VERSION=5.3.8
+ SOURCE_HASH=sha512:150f234fb6e2b72fb1fe284d38effc1fe25432a987a17f67e361147e7a647552f5a202bb14014be0e57d873e3e152a3749488debd9c629396f22c33afc309592
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
elif [[ $PHP5_BRANCH == legacy ]]; then
@@ -34,9 +34,9 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
else
- VERSION=5.3.7
- SECURITY_PATCH=13
- SOURCE_HASH=sha512:235c124abb2be9b1b8c6855d3ba5739ce9a49ab0419b1c5f4febedf3e0192d6ab56e7a087bb8cc41cbbc55803d0f886916952c61d8327f146bf2a664f33ebbf1
+ VERSION=5.3.8
+ SECURITY_PATCH=14
+ SOURCE_HASH=sha512:150f234fb6e2b72fb1fe284d38effc1fe25432a987a17f67e361147e7a647552f5a202bb14014be0e57d873e3e152a3749488debd9c629396f22c33afc309592
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 23d967ce5f..e0f3c065a3 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2011-08-23 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.3.8, SECURITY_PATCH=14
+
2011-08-19 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.3.7, SECURITY_PATCH=13