summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphp-pear/php/DETAILS22
-rw-r--r--php-pear/php/HISTORY4
2 files changed, 15 insertions, 11 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 1bf8c5a7d5..b6f6e6c637 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,8 +1,8 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.3.4
- SECURITY_PATCH=11
- SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
+ VERSION=5.3.5
+ SECURITY_PATCH=12
+ SOURCE_HASH=sha512:747762ce1f1ad4aecaa41e56128f69bbc2e5f2878f9b5df2020082a7ac47a7740955614d5dc2e9587b71f1a965f8b8a768146be0444a0d92e75125d5c8663076
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -15,14 +15,14 @@ if [[ $PHP5_BRANCH == stable ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
elif [[ $PHP5_BRANCH == alpha ]]; then
- VERSION=5.3.4
- SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
+ VERSION=5.3.5
+ SOURCE_HASH=sha512:747762ce1f1ad4aecaa41e56128f69bbc2e5f2878f9b5df2020082a7ac47a7740955614d5dc2e9587b71f1a965f8b8a768146be0444a0d92e75125d5c8663076
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
elif [[ $PHP5_BRANCH == legacy ]]; then
- VERSION=5.2.16
- SECURITY_PATCH=14
- SOURCE_HASH=sha512:e63575622b0eadb5448236a52fd841dfbe92c45d88480e35cb7669baa982154dced572e7b789e450ee23dcbcd0fa183af1c40efbbedc3c828f381a3f806b7f0f
+ VERSION=5.2.17
+ SECURITY_PATCH=15
+ SOURCE_HASH=sha512:baf3b5038468c9fa7c1a9e0506ed23559c21ba8df29380498a24e8d31c4c5f3633f29b1bc2faa3e59c6e5336536c09e19a5462b0a9d5916181c08f1f19abbca8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
@@ -34,9 +34,9 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
else
- VERSION=5.3.4
- SECURITY_PATCH=11
- SOURCE_HASH=sha512:6b44ec05b44c7c341d70c6ff5352b4c3699aefaae087a786aac71bfd1b5b621e0b8ecf2f35db3a95451b5b54b9f45118a6b075cb1187f246128f38d70802f64a
+ VERSION=5.3.5
+ SECURITY_PATCH=12
+ SOURCE_HASH=sha512:747762ce1f1ad4aecaa41e56128f69bbc2e5f2878f9b5df2020082a7ac47a7740955614d5dc2e9587b71f1a965f8b8a768146be0444a0d92e75125d5c8663076
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
fi
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 6058092c68..3a1d5b71a0 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2011-01-08 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated stable to version 5.3.5. SECURITY_PATCH++
+ Updated legacy to version 5.2.17
+
2010-12-19 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.2.16, SECURITY_PATCH++