summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2008-12-08 10:11:24 +0100
committerEric Sandall2008-12-10 13:49:05 -0800
commit2763362229c21b8a0ea842e71aea1631d591546c (patch)
treecc82cdc0f14a167491d4bcc9d15e33f6bd13ac51
parent21b0cf1ab0d6b142b80e1eaa5b92b24592d29f93 (diff)
php 5.2.8, 5.3.0alpha3, SECURITY_PATCH=8, #14944
-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 b64cddaa60..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.7RC2
- SOURCE_HASH=sha512:922e52b54b7c987b6f5797795647f34dfe30cd47cacee0ac76e4dc4e104e4475f56e4e41002daf41e85844ee61a79d639bf1b9ae947018e00ed0ce0976879612
+ 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 b6eb6c49d8..a105225d8a 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-10-25 Elisamuel Resto <ryuji@sourcemage.org>
* DETAILS: updated the RC to 5.2.7RC2