summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-12-10 13:28:30 -0800
committerEric Sandall2008-12-10 13:28:30 -0800
commit02553d913211e52dc634280034e56e442bc6b1f5 (patch)
treee8bff83c479a7da6ce9326b982414ed95d52741c
parent9a2268bbf113a41daaba38234ae0fd060901e431 (diff)
php 5.2.8, 5.3.0alpha3, SECURITY_PATCH=8, #14944stable-rc-0.28
(cherry-picked from commit 819890a6c8ce399741beaa1b1d5907f0151cba0d)
-rwxr-xr-xphp-pear/php/DETAILS16
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 11 insertions, 8 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index c45022533f..4eb7cc0e09 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,18 +1,18 @@
SPELL=php
if [[ "${PHP5_RC}" == "y" ]]; then
- VERSION=5.2.7RC3
- SOURCE_HASH=sha512:b9e18b700dd4ead9ccdb4d473b407aad1a2af29456098d6879aa2597ff7be1fd7bd600861776cad1b35bfa1b697a929262ae23dbcbe5eb067f704453ed498856
+ VERSION=5.2.8
+ SOURCE_HASH=sha512:39721b92d0a823ebd2c214c595f6c012ac98bd896ed5ee036855f54bdb97be006aabd247f1e66bc9c106c6e7a4f79e0170dc841d1f3732903353d718a8b3f95a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
elif [[ "${PHP5_ALPHA}" == "y" ]]; then
- VERSION=5.3.0alpha2
- SOURCE_HASH=sha512:668b54c410e68432ac8d1e8df34c0b2326fd632643f7548f68ad1b3251595a7a3cf57ef84c2ea16235675d82a09eb08d88915ca002b89f890958d5bf38a42042
+ VERSION=5.3.0alpha3
+ SOURCE_HASH=sha512:55e04dc9ce280e53cfbfa49caa1c0b8b1eb6606134b1e6d9022906f593611ad7b24c512fe44576f5a9abcad09f206e5c30a910bdc8d938a736739b65e26063e1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
- VERSION=5.2.6
- SECURITY_PATCH=7
- SOURCE_HASH=sha512:d01686701b41c1f3cb6444714efd1558cb1b3c227827ac10201c05cc5daa677292e1aacbf62e57e0cf52bf9343aa5d95fe676e6033ed3ad9517358defb511771
+ VERSION=5.2.8
+ SECURITY_PATCH=8
+ SOURCE_HASH=sha512:39721b92d0a823ebd2c214c595f6c012ac98bd896ed5ee036855f54bdb97be006aabd247f1e66bc9c106c6e7a4f79e0170dc841d1f3732903353d718a8b3f95a
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
@@ -27,7 +27,7 @@ if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- PATCHLEVEL=1
+ PATCHLEVEL=0
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 42f4f5a3a5..15c059ffce 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-12-08 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.2.8, 5.3.0alpha3, SECURITY_PATCH=8, #14944
+
2008-11-10 Elisamuel Resto <ryuji@sourcemage.org>
* PRE_SUB_DEPENDS,SUB_DEPENDS: Allow forcing curl dependency