summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2007-06-03 12:44:40 -0400
committerEric Sandall2007-06-03 10:44:02 -0700
commit74ba9b4582fad40504825b8602ccfce778c6d093 (patch)
tree43a9d4f0f2e25141a35d6f1cf6c449381be6570e
parentdafea9d6edf73552b3c84317f6e68d5e9b4f4fd1 (diff)
php-pear/php: Updated to version 5.2.3, SECURITY_PATCH++ Bug #13811
-rwxr-xr-xphp-pear/php/DETAILS10
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 8 insertions, 5 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index e51bc787fb..0b83a3638c 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.2 # last was 5.1.0RC6
- SOURCE_HASH=sha512:19b50467ce363fdaed9ec3ce69e560de969a9edd1b4ba6c55cfacd1b5bbc9ff83627f3c54d4f74846f583646bb593dccb02d04c26a6ed9a90da1d02a4dd8d907
+ VERSION=5.2.3 # last was 5.1.0RC6
+ SOURCE_HASH=sha512:6dfd7fecc01fc284e93b76d7dd7ce81e528fc56720792151d0c62bf267c072d701533f31e84862d3d548ea9ba2ac7ec515acf43ca7957c5a5632d7739fbd35e2
else
- VERSION=5.2.2
- SOURCE_HASH=sha512:19b50467ce363fdaed9ec3ce69e560de969a9edd1b4ba6c55cfacd1b5bbc9ff83627f3c54d4f74846f583646bb593dccb02d04c26a6ed9a90da1d02a4dd8d907
+ VERSION=5.2.3
+ SOURCE_HASH=sha512:6dfd7fecc01fc284e93b76d7dd7ce81e528fc56720792151d0c62bf267c072d701533f31e84862d3d548ea9ba2ac7ec515acf43ca7957c5a5632d7739fbd35e2
fi
- SECURITY_PATCH=3
+ SECURITY_PATCH=4
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 25c78a3165..ab55fd5e59 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2007-05-17 Elisamuel Resto <ryuji@mages.ath.cx>
+ * DETAILS: Updated to version 5.2.3, SECURITY_PATCH++ Bug #13811
+
2007-05-05 George Sherwood <george@beernabeer.com>
* DETAILS: updated to version 5.2.2
SECURITY_PATCH++. Bug #13759