summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-02-20 09:51:59 +0300
committerVlad Glagolev2015-02-20 09:51:59 +0300
commite6fb738df3fd36cdb87caf3d2ac19af5e5d3a63c (patch)
tree868aacb7a80482e9a56308ab9c1ced8f6f5a1725
parent2f5cb889ea91f34756dac77f947c0bb19613d644 (diff)
php: => 5.4.38 [security]
-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 0958983b0e..b1faf4d110 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.37
- SECURITY_PATCH=13
+ VERSION=5.4.38
+ SECURITY_PATCH=14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:56c3fc81857c190c5485a880ddc890b01ae99c409805862b8d951156483a730324b43e5c252b55c59931e451592a8567ac2905d7d2d58d6bf27dc5568d972425
+ SOURCE_HASH=sha512:92b2901117bbaa6c4749027e4a7dbb2f4bb50a3f60b52583051abdfcddafbe4715025a928ea9a6c70b51352e5e43f7ced626d78f5fff97cb1be34a9864f9ed6e
elif [[ $PHP5_BRANCH == previous ]]; then
VERSION=5.3.29
SECURITY_PATCH=23
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 135ccb2f55..16c2786510 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2015-02-20 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.4.38 (stable); SECURITY_PATCH++
+ (CVE-2015-0235, CVE-2015-0273)
+
2015-01-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.4.37 (stable); SECURITY_PATCH++
(CVE-2015-0231, CVE-2014-9427, CVE-2015-0232)