diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-02 16:38:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-02 16:38:54 +0100 |
commit | 1c9b27afad1181e4a57cb0e1b60f728090c052db (patch) | |
tree | d0bd373a4785e66f0ea976f38f57679c9a0b8ec4 /php54.spec | |
parent | 1ed943ec556f4bfa49a2700b30c9bb58a91379eb (diff) |
PHP 5.4.45 with security patches from 5.5.33
Diffstat (limited to 'php54.spec')
-rw-r--r-- | php54.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -98,7 +98,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.45 -Release: 4%{?dist} +Release: 5%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -170,6 +170,8 @@ Patch210: bug71459.patch Patch211: bug71039.patch Patch212: bug71488.patch Patch213: pcre838.patch +Patch214: bug71498.patch +Patch215: bug71587.patch # Fixes for tests # no_NO issue @@ -891,6 +893,8 @@ rm -f ext/json/utf8_to_utf16.* %patch211 -p1 -b .bug71039 %patch212 -p1 -b .bug71488 %patch213 -p1 -b .pcre838 +%patch214 -p1 -b .bug71498 +%patch215 -p1 -b .bug71587 # Fixes for tests %patch301 -p1 -b .datetests2 @@ -1780,6 +1784,10 @@ fi %changelog +* Wed Mar 2 2016 Remi Collet <remi@remirepo.net> 5.4.45-5 +- Fix #71498: Out-of-Bound Read in phar_parse_zipfile() +- Fix #71587: Use-After-Free / Double-Free in WDDX Deserialize + * Tue Feb 16 2016 Remi Collet <remi@remirepo.net> 5.4.45-4 - Fix #71354: phar, remove UMR when size is 0 - Fix #71335: type confusion in WDDX packet deserialization |