summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2008-05-03 04:06:57 +0200
committerEric Sandall2008-05-13 16:00:04 -0700
commitf47be6e56f8d8947dcc2f5d9b0a4eb7f93a01dd1 (patch)
treea3b2733f97017cc87da82e7532703aa743bfa048
parent30ca0889cad11e70434780ff2beb8f099dfa479c (diff)
php 5.2.6, SECURITY_PATCH=7 [Bug 14506]
(cherry picked from commit 98e6414d7e50ee04594d8c4d4bc3df9186cda724)
-rwxr-xr-xphp-pear/php/DETAILS7
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 7 insertions, 3 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 6c704709eb..32fc5a9674 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,12 +1,14 @@
SPELL=php
if [[ "$PHP_RC" == y ]]; then
VERSION=5.2.6RC5
+ SECURITY_PATCH=6
SOURCE_HASH=sha512:5e39b27828fb7ebb1f29fd7df9f01dc9748d32af52beb43096c2e0127be840903270ec37b9d98a7c1a62020d053d83bb0fd54221e25940cf3bcb2f691c3428c2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
else
- VERSION=5.2.5
- SOURCE_HASH=sha512:d362c195a018bad5013c2b8539fdf345944266b6336ecc2315a0809ddc2a543bb09bcdd31d6203c056b1d9f4f65ce0b4f4e32c83df529582b05925b3a5b727f6
+ VERSION=5.2.6
+ SECURITY_PATCH=7
+ SOURCE_HASH=sha512:d01686701b41c1f3cb6444714efd1558cb1b3c227827ac10201c05cc5daa677292e1aacbf62e57e0cf52bf9343aa5d95fe676e6033ed3ad9517358defb511771
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
@@ -18,7 +20,6 @@ if [[ $PHP_SUHOSIN == y ]]; then
SOURCE3_URL="http://www.hardened-php.net/suhosin/_media/$SOURCE3"
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
- SECURITY_PATCH=6
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.php.net/
ENTERED=20011024
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 7f6481e21a..1cf9a7f427 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-05-03 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.2.6, SECURITY_PATCH=7 [Bug 14506]
+
2008-04-22 Elisamuel Resto <ryuji@sourcemage.org>
* DETAILS: updated the RC to 5.2.6RC5