summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2014-09-30 14:46:50 +0400
committerVlad Glagolev2014-09-30 14:46:50 +0400
commit2175538a183798b72953fce8c523f54388b9001c (patch)
tree03abea6123e585b78a5a112b1e98b3d6a3ea8c61 /php-pear
parent9bd80c161d50ee98e6a3e43517bc566f26f525ce (diff)
php: => 5.4.33
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DEPENDS2
-rwxr-xr-xphp-pear/php/DETAILS4
-rw-r--r--php-pear/php/HISTORY9
3 files changed, 9 insertions, 6 deletions
diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index af0437baf7..385b776857 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -76,7 +76,7 @@ optional_depends SSL \
"for OpenSSL support" &&
if is_depends_enabled $SPELL $(get_spell_provider $SPELL C-CLIENT); then
- if is_depends_enabled $SPELL SSL; then
+ if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
list_add "PHP5_OPTS" "--with-imap-ssl"
else
optional_depends SSL \
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 1dc499c0c7..9253d0bc51 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.4.32
+ VERSION=5.4.33
SECURITY_PATCH=9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
- SOURCE_HASH=sha512:a2bf1c4977bfb36502163f5fd1ba81b6d7ac2a99f77c7e584761efbd6bbbc3ba0ec493ccc5bf61d78f956c8666b84b1b4bbfbbb778d2834541b47a9a5cfd63e0
+ SOURCE_HASH=sha512:c7a97db745aa77c2deccea022d97732bce736ccd481a7b6c63d7da79ce3d1a4d13d3f4968bfdab3ac1091a23dd6a243f3d3b0b2ac688205decc944d3d6ecf347
elif [[ $PHP5_BRANCH == previous ]]; then
VERSION=5.3.29
SECURITY_PATCH=23
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 068fdef72b..ebefc2067d 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,5 +1,9 @@
-2014-08-24 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: fix bad with-SSL usage
+2014-09-30 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 5.4.33 (stable)
+ * DEPENDS: corrected SSL case
+
+2014-08-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix bad with-SSL usage
2014-08-22 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.4.32 (stable); SECURITY_PATCH++
@@ -8,7 +12,6 @@
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL
- * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL
2014-08-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.3.29 (previous); SECURITY_PATCH++