summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2014-05-30 12:56:25 +0400
committerVlad Glagolev2014-05-30 12:56:25 +0400
commit2c4a136350aa7efddfaed0b3252eeb058e888f78 (patch)
tree838331243b3cd507b6c209bd9ce4894ab3729b52 /php-pear
parent39f8f9750abccad2e12634d638eaf02afc1717b8 (diff)
php: => 5.4.29 [security]
Diffstat (limited to 'php-pear')
-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 02d0d75660..6ba652a298 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.28
- SECURITY_PATCH=6
+ VERSION=5.4.29
+ SECURITY_PATCH=7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:6d2bfc8fff353b44c9b283b37ff23eecb0825f616953751bc78f6c32666884115a64c0bfdcf561de8504d9057b70e0a7b52f5c12f906a3acd709010b1d347b3c
+ SOURCE_HASH=sha512:bfde669baba0cba50e0986cb6b819abf2a3c33ff5fd5b0c508565bdf9491ada6496681bb2551174415336696556bb61ff1258579beddd4583bcc7df551545ecf
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 0f4ebff255..9394a7b9ec 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2014-05-30 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.4.29 (stable); SECUIRTY_PATCH++
+ (CVE-2014-0238, CVE-2014-0237)
+
2014-05-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.4.28 (stable); SECUIRTY_PATCH++
(CVE-2014-0185)