summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:50:35 +0200
committerTreeve Jelbert2014-08-19 13:50:35 +0200
commitd2d907a9c0bf2bda461adef5d3a0781783cc821a (patch)
tree8ba301b25bd0a8831eb4ba272690f29d67679fbf /php-pear
parentf6dbb1496d373b3c3914fd2e9c31087cbaea69a5 (diff)
php: depends SSL
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DEPENDS8
-rw-r--r--php-pear/php/HISTORY5
2 files changed, 9 insertions, 4 deletions
diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index adf9b773c4..4e6f2414d1 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -71,15 +71,15 @@ optional_depends C-CLIENT \
"--with-imap=${INSTALL_ROOT}/usr" "--without-imap" \
"for IMAP support" &&
-optional_depends openssl \
- "--with-openssl" "--without-openssl" \
+optional_depends SSL \
+ "--with-SSL" "--without-openssl" \
"for OpenSSL support" &&
if is_depends_enabled $SPELL $(get_spell_provider $SPELL C-CLIENT); then
- if is_depends_enabled $SPELL openssl; then
+ if is_depends_enabled $SPELL SSL; then
list_add "PHP5_OPTS" "--with-imap-ssl"
else
- optional_depends openssl \
+ optional_depends SSL \
"--with-imap-ssl" \
"--without-imap-ssl" \
"for SSL support with IMAP (but not elsewhere)"
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 385eb96a89..da24a524e7 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,8 @@
+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++