From d6e567f22a6fbb90343667738ff238c98fd1f61f Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Thu, 24 Apr 2014 17:46:59 +0400 Subject: php: => 5.4.27 [security] --- php-pear/php/DEPENDS | 6 +++--- php-pear/php/DETAILS | 6 +++--- php-pear/php/HISTORY | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'php-pear') diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS index ad80f0a73a..adf9b773c4 100755 --- a/php-pear/php/DEPENDS +++ b/php-pear/php/DEPENDS @@ -102,9 +102,9 @@ if is_version_less 5.2.9999 "${VERSION}"; then "use enchant for spelling functions?" && optional_depends icu \ - "--with-icu-dir=${INSTALL_ROOT}/usr" \ - "--without-icu-dir" \ - "for ICU unicode support" && + "--enable-intl --with-icu-dir=${INSTALL_ROOT}/usr" \ + "--disable-intl --without-icu-dir" \ + "for ICU unicode (internationalization) support" && optional_depends oniguruma \ "--with-onig=${INSTALL_ROOT}/usr" "--without-onig" \ diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS index 96595bc59d..6fa57bc68e 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.26 - SECURITY_PATCH=4 + VERSION=5.4.27 + SECURITY_PATCH=5 SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE - SOURCE_HASH=sha512:9ff29943bfe283fc5b925a2d463a4bc6e4bd070909f202ce6e3a45a7281720b550d5569c5ee8e60412342739833d237974442182c392cfa1b2e9d73375f897ef + SOURCE_HASH=sha512:a3b395d019b801b7280a4ee2816273fe7a3a3f4fc04c73464e93e12a78dfe6e6fd0c0b0ae4f04cc2620a8eb009f018f356f52f1aaf845e9da104084e99ebcd98 elif [[ $PHP5_BRANCH == previous ]]; then VERSION=5.3.28 SECURITY_PATCH=22 diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY index cb5d48fcd1..af0822a3f7 100644 --- a/php-pear/php/HISTORY +++ b/php-pear/php/HISTORY @@ -1,3 +1,8 @@ +2014-04-24 Vlad Glagolev + * DETAILS: updated spell to 5.4.27 (stable); SECUIRTY_PATCH++ + (CVE-2013-7345) + * DEPENDS: added intl enable/disable flags for icu + 2014-03-11 Vlad Glagolev * DETAILS: updated spell to 5.4.26 (stable); SECUIRTY_PATCH++ (CVE-2014-1943, CVE-2014-2270) -- cgit v1.2.3