diff --git a/.gitignore b/.gitignore index 2802ed7..a35ff44 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ php-5.4.*.bz2 /php-5.5.2-strip.tar.xz /php-5.5.3.tar.xz /php-5.5.3-strip.tar.xz +/php-5.5.4-strip.tar.xz diff --git a/php.spec b/php.spec index 6e074e7..e87a1a4 100644 --- a/php.spec +++ b/php.spec @@ -68,7 +68,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.3 +Version: 5.5.4 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -848,8 +848,7 @@ build() { mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend # Always static: -# date, filter, libxml, reflection, spl: not supported -# ereg: build options vary per SAPI +# date, ereg, filter, libxml, reflection, spl: not supported # hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512 # session: dep on hash, used by soap and wddx # pcre: used by filter, zip @@ -1539,6 +1538,12 @@ exit 0 %changelog +* Thu Sep 19 2013 Remi Collet - 5.5.4-1 +- update to 5.5.4 +- improve security, use specific soap.wsdl_cache_dir + use /var/lib/php/wsdlcache for mod_php and php-fpm +- sync short_tag comments in php.ini with upstream + * Wed Aug 21 2013 Remi Collet - 5.5.3-1 - update to 5.5.3 - fix typo and add missing entries in php.ini diff --git a/sources b/sources index 9f5c3b1..cb62045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e67fdc8840b0df782ede7c01f1058ca4 php-5.5.3-strip.tar.xz +149d9f20ee7f68130d1d960536a3bff3 php-5.5.4-strip.tar.xz