summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2013-03-24 15:03:59 +0400
committerVlad Glagolev2013-03-24 15:03:59 +0400
commit47f7c43c3551e2c0ea21a72893bc2d1deafbfb5d (patch)
tree45fc9c025625a36092443c5afb47d1fc0ae59c23 /php-pear
parentb00ec016096a01d14791295a379b49a5dff538eb (diff)
php: => 5.3.23 (previous), 5.4.13 (stable) [security]
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DETAILS11
-rw-r--r--php-pear/php/HISTORY4
2 files changed, 10 insertions, 5 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 609fae9188..c967fad23d 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,13 +1,14 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.4.12
+ VERSION=5.4.13
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:c4e87ff0d9457114f8428479e41cb69ffc4f4cc98a92fb0359e6130edb09b0af17ff344b3409f2f7850177591f288658f9a2797eac9962c9fb4f9eb58be64c21
+ SOURCE_HASH=sha512:477adf82fcd0ef8c4911e811da25e7d091753289f7887ee76c7f790394497bb71d5e84172d4711888f0194960b3bafc2bcbfb252842cfc4059eb0692e382d6b1
elif [[ $PHP5_BRANCH == previous ]]; then
- VERSION=5.3.22
- SECURITY_PATCH=19
- SOURCE_HASH=sha512:ab6fbb7cd2c9c0bff2dcc4198622f63c88c5047f7931b367ceb99e030204128fb2f7b3d2eb3578d2f4b6d5b11167976a66fc4d73db442e0e64a2a6376586f9d7
+ VERSION=5.3.23
+ SECURITY_PATCH=20
+ SOURCE_HASH=sha512:6d6579c0c67d75cd3cbc182609fb231cbda486722f47e01b78d50d93072720f37ee74eba8d8cc42308c297009fb3af31f9d2092869a4e78bbd957504cbb4858b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
# if [[ $PHP5_SUHOSIN == y ]]; then
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 8c17d2c9ce..cf8e13905f 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2013-03-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.3.23 (previous), 5.4.13 (stable);
+ SECURITY_PATCH++ (CVE-2013-1643 and CVE-2013-1635)
+
2013-02-27 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: switched stable to 5.4 (5.4.12); updated spell to 5.3.22
(previous), 5.5.0alpha5 (alpha)