summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index f85cacf..815597f 100644
--- a/php54.spec
+++ b/php54.spec
@@ -98,7 +98,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -228,6 +228,7 @@ Patch267: bug73869.patch
Patch268: bug74435.patch
Patch269: bug75571.patch
Patch270: bug75981.patch
+Patch271: bug76582.patch
# Fixes for tests
# no_NO issue
@@ -1006,6 +1007,7 @@ rm -f ext/json/utf8_to_utf16.*
%patch268 -p1 -b .bug74435
%patch269 -p1 -b .bug75571
%patch270 -p1 -b .bug75981
+%patch271 -p1 -b .bug76582
# Fixes for tests
%patch301 -p1 -b .datetests2
@@ -1892,6 +1894,9 @@ fi
%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()