summaryrefslogtreecommitdiffstats
path: root/php-pear/php
diff options
context:
space:
mode:
authorVlad Glagolev2014-05-02 21:52:41 +0400
committerVlad Glagolev2014-05-02 21:52:41 +0400
commit3e20afaafd378084439cd8b06c06913003734f1b (patch)
tree55f214248c65c444f4204c6498e47c25917d30d7 /php-pear/php
parentd0714a271e7dc3f9fac2ff8752b1a617aa486e40 (diff)
php: => 5.4.28 [security]
Diffstat (limited to 'php-pear/php')
-rwxr-xr-xphp-pear/php/DETAILS6
-rw-r--r--php-pear/php/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 6fa57bc68e..02d0d75660 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.4.27
- SECURITY_PATCH=5
+ VERSION=5.4.28
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:a3b395d019b801b7280a4ee2816273fe7a3a3f4fc04c73464e93e12a78dfe6e6fd0c0b0ae4f04cc2620a8eb009f018f356f52f1aaf845e9da104084e99ebcd98
+ SOURCE_HASH=sha512:6d2bfc8fff353b44c9b283b37ff23eecb0825f616953751bc78f6c32666884115a64c0bfdcf561de8504d9057b70e0a7b52f5c12f906a3acd709010b1d347b3c
elif [[ $PHP5_BRANCH == previous ]]; then
VERSION=5.3.28
SECURITY_PATCH=22
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index af0822a3f7..0f4ebff255 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2014-05-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.4.28 (stable); SECUIRTY_PATCH++
+ (CVE-2014-0185)
+
2014-04-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.4.27 (stable); SECUIRTY_PATCH++
(CVE-2013-7345)