summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-12-19 20:35:49 +0100
committerGeorge Sherwood2010-12-27 10:39:50 -0600
commitfa7948e50ed24e6002312e62e4a38e490fe33f94 (patch)
tree1dc14de364655b215b190178a495fbb39094f8e7
parentb188d701fccdea063df0e59c5d2765102899e9af (diff)
php 5.2.16, SECURITY_PATCH++
(cherry picked from commit 262ecaa203315aca7980d6a83cfe2bdb992a7e4a)
-rwxr-xr-xphp-pear/php/DETAILS6
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index e1695e14c7..1bf8c5a7d5 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -20,9 +20,9 @@ elif [[ $PHP5_BRANCH == alpha ]]; then
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
elif [[ $PHP5_BRANCH == legacy ]]; then
- VERSION=5.2.15
- SECURITY_PATCH=13
- SOURCE_HASH=sha512:84b705b24983bd891c057fe25b7a8c6a7dbf0a0882765be4811599b4b76a43ca339098b312f4f6be16ece5c94038e595217567c69dd1cd6c046801d70703ba78
+ VERSION=5.2.16
+ SECURITY_PATCH=14
+ SOURCE_HASH=sha512:e63575622b0eadb5448236a52fd841dfbe92c45d88480e35cb7669baa982154dced572e7b789e450ee23dcbcd0fa183af1c40efbbedc3c828f381a3f806b7f0f
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 94e6f590f7..6058092c68 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2010-12-19 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.2.16, SECURITY_PATCH++
+
2010-12-12 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.3.4 and 5.2.15, SECURITY_PATCH++