summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphp-pear/php/DETAILS18
-rw-r--r--php-pear/php/HISTORY4
2 files changed, 13 insertions, 9 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index d910e81c56..69851a0444 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -6,19 +6,19 @@ fi &&
case "$PHP_BRANCH" in
stable)
- VERSION=5.6.8
- SECURITY_PATCH=1
- SOURCE_HASH=sha512:1d2466411b3704db8af5db5ed6b0a073510fbeda3c01036fda2b0f9cf6c8ccfb2039ea9ea2ff51769d228c06f9c43ad83c080d164c6981df46d48904e767e939
+ VERSION=5.6.9
+ SECURITY_PATCH=2
+ SOURCE_HASH=sha512:c00e0fdfc60a84e0a9ebe4702907b86b86a65efc72c26fa86abc1ed79afa21fb1eb10052c1fc2326f5cb9858878f62e1a39c1cd02ea2a96fb8f14c515b26389e
;;
previous)
- VERSION=5.5.24
- SECURITY_PATCH=1
- SOURCE_HASH=sha512:c43f03a93d0199cc174f1b00b4a34717a82500d5f2cd408d8e39f31cff171f8a2019f31beed044524a795e54fab344e55c41f5d1f3b9e9fea98e2cd04aba6152
+ VERSION=5.5.25
+ SECURITY_PATCH=2
+ SOURCE_HASH=sha512:961e1c48c591bf3c4c6068b2dca9f3cab41925b0845e4886128e75272622ee6e24ca94e2f4cd18874e27d61de7ad7aa238c6040d57c6696f62b77ffa33fec26a
;;
legacy)
- VERSION=5.4.40
- SECURITY_PATCH=16
- SOURCE_HASH=sha512:23fc43a310d8f05078c5a0fdc574a49d7037385f6c6fb154c1cb900d87b9f356d2fe8a708d7f20cb1304c4715f1c5bdd64063049f4d7fe157621e36e83cf7535
+ VERSION=5.4.41
+ SECURITY_PATCH=17
+ SOURCE_HASH=sha512:3034adab5e47bd4dedb207d305fcbbdc9ca5bc0869fa1c55c43841101c54e8fd73d36b9ac80a84f74c71f2a23ad390cda7bf60e2347570e542b1db8c3aefa2f7
;;
esac
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index e20dd27966..0c0154f641 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2015-05-17 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.6.9 (stable), 5.5.25 (previous), 5.4.41
+ (legacy); SECURITY_PATCH++
+
2015-04-17 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: oldstable -> previous, there's no practical reason to change
that; added missing ";;", alligned lines; display stable branch by