summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index 1e21033..0d706b5 100644
--- a/php54.spec
+++ b/php54.spec
@@ -99,7 +99,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.45
-Release: 17%{?dist}
+Release: 18%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -235,6 +235,7 @@ Patch273: bug77020.patch
Patch274: bug77231.patch
Patch275: bug77242.patch
Patch276: bug77380.patch
+Patch277: bug78599.patch
# Fixes for tests
# no_NO issue
@@ -1019,6 +1020,7 @@ rm -f ext/json/utf8_to_utf16.*
%patch274 -p1 -b .bug77231
%patch275 -p1 -b .bug77242
%patch276 -p1 -b .bug77380
+%patch277 -p1 -b .bug78599
# Fixes for tests
%patch301 -p1 -b .datetests2
@@ -1905,6 +1907,10 @@ fi
%changelog
+* Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 5.4.45-18
+- FPM:
+ Fix CVE-2019-11043 env_path_info underflow in fpm_main.c
+
* Fri Jan 11 2019 Remi Collet <remi@remirepo.net> - 5.4.45-17
- Fix #77242 heap out of bounds read in xmlrpc_decode
- Fix #77380 Global out of bounds read in xmlrpc base64 code