From fcf42039a6640a30e9571cbde0c31bba6cebb1d1 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Fri, 24 Oct 2014 20:47:48 +0400 Subject: php: corrected ssl flags --- php-pear/php/DEPENDS | 2 +- php-pear/php/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS index 385b776857..a7eb5a1bb7 100755 --- a/php-pear/php/DEPENDS +++ b/php-pear/php/DEPENDS @@ -72,7 +72,7 @@ optional_depends C-CLIENT \ "for IMAP support" && optional_depends SSL \ - "--with-opennssl" "--without-openssl" \ + "--with-openssl" "--without-openssl" \ "for OpenSSL support" && if is_depends_enabled $SPELL $(get_spell_provider $SPELL C-CLIENT); then diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY index 37a96d1f40..923246ee96 100644 --- a/php-pear/php/HISTORY +++ b/php-pear/php/HISTORY @@ -1,3 +1,6 @@ +2014-10-24 Vlad Glagolev + * DEPENDS: corrected ssl flags + 2014-10-17 Vlad Glagolev * DETAILS: updated spell to 5.4.34 (stable); SECURITY_PATCH++ (CVE-2014-3668, CVE-2014-3669, CVE-2014-3670) -- cgit v1.2.3