From 8cc6ce82b5e8c2065214cd551f1ae4f9edd45c6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2019 09:45:46 +0200 Subject: Fix CVE-2019-11043 env_path_info underflow in fpm_main.c --- php56.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 4a50987..d00b93b 100644 --- a/php56.spec +++ b/php56.spec @@ -148,7 +148,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.40 -Release: 13%{?dist} +Release: 14%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -230,6 +230,7 @@ Patch223: php-bug78256.patch Patch224: php-bug77919.patch Patch225: php-bug75457.patch Patch226: php-bug78380.patch +Patch227: php-bug78599.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1015,6 +1016,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi %patch224 -p1 -b .bug77919 %patch225 -p1 -b .bug75457 %patch226 -p1 -b .bug78380 +%patch227 -p1 -b .bug78599 # Fixes for tests %patch300 -p1 -b .datetests @@ -2067,6 +2069,10 @@ EOF %changelog +* Tue Oct 22 2019 Remi Collet - 5.6.40-14 +- FPM: + Fix CVE-2019-11043 env_path_info underflow in fpm_main.c + * Wed Aug 28 2019 Remi Collet - 5.6.40-13 - mbstring: Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe -- cgit