summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-12-12 02:24:32 +0100
committerGeorge Sherwood2010-12-27 10:39:34 -0600
commitb188d701fccdea063df0e59c5d2765102899e9af (patch)
tree0124196d2b7482627eb1a370e273a1be7d3dcac1
parent2d9faea1f0a93f616e4b736833eee02ad0ad7ebb (diff)
php 5.3.4 and 5.2.15, SECURITY_PATCH++
(cherry picked from commit 56e11bb8616e0562fd0ce4d4c82da842e7ac2dd9)
-rwxr-xr-xphp-pear/php/DETAILS22
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 14 insertions, 11 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 019a921d8a..e1695e14c7 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.3
- SECURITY_PATCH=10
- SOURCE_HASH=sha512:eeaf77befbea3a678f330766518836be87ee6fd53b50fbd9c75048a81b33ed87351327d1e7c103092029b17452d2cff5bca7376e107c662cf3ad30137d52479f
+ VERSION=5.3.4
+ SECURITY_PATCH=11
+ SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -15,14 +15,14 @@ if [[ $PHP5_BRANCH == stable ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
elif [[ $PHP5_BRANCH == alpha ]]; then
- VERSION=5.3.3
- SOURCE_HASH=sha512:7d2b29e6cc652e78d0118dac43862aaaecf85b49f62fad83355639712b7e1bdcabfbd3ebea93759563da3a1f32ae556fb65094ce9d0642030f794867f2d0f6a4
+ VERSION=5.3.4
+ SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
elif [[ $PHP5_BRANCH == legacy ]]; then
- VERSION=5.2.14
- SECURITY_PATCH=12
- SOURCE_HASH=sha512:ffe6a6ae707e7a0a00db60bc6c28c286a7f326ca9011940dbd797227ae34ed8e18e026883e865b82f16f57bcadd9ebb2b6dd69eecbc6219d8ccf680fbd71b9c3
+ VERSION=5.2.15
+ SECURITY_PATCH=13
+ SOURCE_HASH=sha512:84b705b24983bd891c057fe25b7a8c6a7dbf0a0882765be4811599b4b76a43ca339098b312f4f6be16ece5c94038e595217567c69dd1cd6c046801d70703ba78
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -34,9 +34,9 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
else
- VERSION=5.3.3
- SECURITY_PATCH=10
- SOURCE_HASH=sha512:eeaf77befbea3a678f330766518836be87ee6fd53b50fbd9c75048a81b33ed87351327d1e7c103092029b17452d2cff5bca7376e107c662cf3ad30137d52479f
+ VERSION=5.3.4
+ SECURITY_PATCH=11
+ SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
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 4157e14567..94e6f590f7 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2010-12-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.3.4 and 5.2.15, SECURITY_PATCH++
+
2010-11-15 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: mysql -> MYSQL