diff options
author | Remi Collet <remi@remirepo.net> | 2018-09-14 11:22:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-09-14 11:22:08 +0200 |
commit | 65638dbd3e83c7f78568c00c7013f568cf53606b (patch) | |
tree | d49df27c85e6ff170f5413b2d5e4c8e01436ba49 /php.spec | |
parent | 03cb94d7835b8548cd35966c0cf3e10e48808f87 (diff) |
fix #76582: XSS due to the header Transfer-Encoding: chunked
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -119,7 +119,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.4.45 -Release: 14%{?dist} +Release: 15%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -251,6 +251,7 @@ Patch267: bug73869.patch Patch268: bug74435.patch Patch269: bug75571.patch Patch270: bug75981.patch +Patch271: bug76582.patch # Fixes for tests (300+) # Backported from 5.5 @@ -959,6 +960,7 @@ support for using the enchant library to PHP. %patch268 -p1 -b .bug74435 %patch269 -p1 -b .bug75571 %patch270 -p1 -b .bug75981 +%patch271 -p1 -b .bug76582 : ------------------------ #exit 1 @@ -1796,6 +1798,9 @@ EOF %changelog +* Fri Sep 14 2018 Remi Collet <remi@remirepo.net> - 5.4.45-15 +- fix #76582: XSS due to the header Transfer-Encoding: chunked + * Thu Mar 1 2018 Remi Collet <remi@remirepo.net> - 5.4.45-14 - fix #73549: Use after free when stream is passed to imagepng - fix #73868: Fix DOS vulnerability in gdImageCreateFromGd2Ctx() |