diff options
author | Remi Collet <remi@remirepo.net> | 2018-09-14 10:57:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-09-14 10:57:28 +0200 |
commit | 8d7778b180a2bae4dd69f32c3d3b404784f78ff5 (patch) | |
tree | 83ad21887922d93f002bd5b255ff9d02e3bdf11e /php55.spec | |
parent | 0a0c58dff2291870b56cec15fabf27119179c997 (diff) |
fix #76582: XSS due to the header Transfer-Encoding: chunked
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -141,7 +141,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.38 -Release: 8%{?dist} +Release: 9%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -259,6 +259,7 @@ Patch153: bug73773.patch Patch154: bug69090.patch Patch155: bug73549.patch Patch156: bug75981.patch +Patch157: bug76582.patch # Security fixes (200+) @@ -1081,6 +1082,7 @@ rm -rf ext/json %patch154 -p1 -b .bug69090 %patch155 -p1 -b .bug73549 %patch156 -p1 -b .bug75981 +%patch157 -p1 -b .bug75981 # Fixes for tests %patch300 -p1 -b .datetests @@ -2105,6 +2107,9 @@ EOF %changelog +* Fri Sep 14 2018 Remi Collet <remi@remirepo.net> - 5.5.38-9 +- fix #76582: XSS due to the header Transfer-Encoding: chunked + * Thu Mar 1 2018 Remi Collet <remi@remirepo.net> - 5.5.38-8 - fix #73549: Use after free when stream is passed to imagepng - fix #75981: stack-buffer-overflow while parsing HTTP response |