summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-05-05 10:01:35 +0500
committerEric Sandall2007-05-07 17:11:15 -0700
commitc7d56a80eb37e3045ca18a0ebff5df29d5846374 (patch)
tree1e07693fee009009a3e4ad8cd7ded2a64fbe92f1
parentf2d0238de107c389ce99d6e8e0033bf5f73024d7 (diff)
php: Updated to version 5.2.2. SECURITY_PATCH++. Bug #13759
(cherry picked from commit 670d07f3b43beaccfff3b882e0505905fb8fb1c7)
-rwxr-xr-xphp-pear/php/DETAILS10
-rw-r--r--php-pear/php/HISTORY4
2 files changed, 9 insertions, 5 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 36726c5c5d..e51bc787fb 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,12 +1,12 @@
SPELL=php
if [[ "$PHP_RC" == y ]]; then
- VERSION=5.2.1 # last was 5.1.0RC6
- SOURCE_HASH=sha512:5cf13ea4d610ca1c1f05f56433aa86e90b0833a715d40d1f4bbb199d941bf27ae7e0cc43fabc69d1f31576083ed381467db8bfb1788ecb3b42818bf6d3d71bbd
+ VERSION=5.2.2 # last was 5.1.0RC6
+ SOURCE_HASH=sha512:19b50467ce363fdaed9ec3ce69e560de969a9edd1b4ba6c55cfacd1b5bbc9ff83627f3c54d4f74846f583646bb593dccb02d04c26a6ed9a90da1d02a4dd8d907
else
- VERSION=5.2.1
- SOURCE_HASH=sha512:5cf13ea4d610ca1c1f05f56433aa86e90b0833a715d40d1f4bbb199d941bf27ae7e0cc43fabc69d1f31576083ed381467db8bfb1788ecb3b42818bf6d3d71bbd
+ VERSION=5.2.2
+ SOURCE_HASH=sha512:19b50467ce363fdaed9ec3ce69e560de969a9edd1b4ba6c55cfacd1b5bbc9ff83627f3c54d4f74846f583646bb593dccb02d04c26a6ed9a90da1d02a4dd8d907
fi
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 48b02dbf82..67cd426920 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2007-05-05 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated to version 5.2.2
+ SECURITY_PATCH++. Bug #13759
+
2007-02-09 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to version 5.2.1. SECURITY_PATCH++
* PRE_BUILD: Removed.