summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DETAILS4
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index a98a430595..faeee70206 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.23
+ VERSION=5.4.24
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:3c306ba40e3649ef79a88534e1a12aa83c01f9edbbe9822a741af03e18c9a4e8587351e0f1760cc539b3b599209d546233e40d4d816f6a49cf81ad2d738486b7
+ SOURCE_HASH=sha512:c4bf209c9da183d0fa4aa96ea1e58e93f8034bd23dbe009dfc15a432416cb9fde441627d0068a9ddbd6e8ca273d97096e169dfe2c1a3cc99e49f2a181b664c6c
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 e8e93d3fc7..1f8d099412 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2014-01-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.4.24 (stable)
+
2014-01-10 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.3.28 (previous); SECUIRTY_PATCH++
(CVE-2013-4073, CVE-2013-6420)