diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.4.39 -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -163,6 +163,8 @@ Patch91: php-5.3.7-oci8conf.patch Patch100: php-5.4.33-bug65641.patch # Backported from 5.5.16 for https://bugs.php.net/67635 Patch101: php-5.4.38-systemd.patch +# Backported from 5.5.14 for https://bugs.php.net/50444 +Patch102: php-5.4.39-bug50444.patch # Security fixes (200+) @@ -792,6 +794,7 @@ support for using the enchant library to PHP. # upstream patches %patch100 -p1 -b .bug65641 %patch101 -p1 -b .bug65635 +%patch102 -p1 -b .bug50444 # security patches @@ -1590,6 +1593,9 @@ fi %changelog +* Thu Apr 9 2015 Remi Collet <remi@fedoraproject.org> 5.4.39-2 +- add patch from 5.5.14 for https://bugs.php.net/50444 + * Thu Mar 19 2015 Remi Collet <remi@fedoraproject.org> 5.4.39-1 - Update to 5.4.39 http://www.php.net/releases/5_4_39.php |