summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-22 09:45:46 +0200
committerRemi Collet <remi@remirepo.net>2019-10-22 09:45:46 +0200
commit8cc6ce82b5e8c2065214cd551f1ae4f9edd45c6e (patch)
treea6e58b0934b53d16843aad45a73887bfe8a6c947 /php56.spec
parent725130ba0bb06a3954b3e81c385bea0bca36324e (diff)
Fix CVE-2019-11043 env_path_info underflow in fpm_main.c
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec8
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 5.6.40-14
+- FPM:
+ Fix CVE-2019-11043 env_path_info underflow in fpm_main.c
+
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 5.6.40-13
- mbstring:
Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe