New commits:
commit 703cd950c120d047373cbab6c54535db6138658a
Author: George Sherwood <chat AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>
php: Updated to version 5.2.1. SECURITY_PATCH++. Removed PRE_BUILD and
curl.patch. Integrated upstream.
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 2f9706c..36726c5 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,19 +1,15 @@
SPELL=php
if [[ "$PHP_RC" == y ]]; then
- VERSION=5.2.0 # last was 5.1.0RC6
-
SOURCE_HASH=sha512:61d9d50e817f2deeee64f5499cd20c07bf486f6f17cb7039c56dbdb82f4947c54e234198eacc6880d8d3af84499615803946b8c90e749cb7b699e95c4e205ca6
+ VERSION=5.2.1 # last was 5.1.0RC6
+
SOURCE_HASH=sha512:5cf13ea4d610ca1c1f05f56433aa86e90b0833a715d40d1f4bbb199d941bf27ae7e0cc43fabc69d1f31576083ed381467db8bfb1788ecb3b42818bf6d3d71bbd
else
- VERSION=5.2.0
-
SOURCE_HASH=sha512:61d9d50e817f2deeee64f5499cd20c07bf486f6f17cb7039c56dbdb82f4947c54e234198eacc6880d8d3af84499615803946b8c90e749cb7b699e95c4e205ca6
+ VERSION=5.2.1
+
SOURCE_HASH=sha512:5cf13ea4d610ca1c1f05f56433aa86e90b0833a715d40d1f4bbb199d941bf27ae7e0cc43fabc69d1f31576083ed381467db8bfb1788ecb3b42818bf6d3d71bbd
fi
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-#if [ "${VERSION//RC/}" == "$VERSION" ]; then
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
-#else
-# SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
-#fi
WEB_SITE=http://www.php.net/
ENTERED=20011024
LICENSE[0]=http://www.php.net/license/3_0.txt
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 31af3db..c0aa2f1 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,8 @@
+2007-02-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 5.2.1. SECURITY_PATCH++
+ * PRE_BUILD: Removed.
+ * curl.patch: Removed. Integrated upstream.
+
2007-01-11 George Sherwood <george AT beernabeer.com>
* TRIGGERS: Added for mysql. Bug #7953.