summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-13 09:34:27 +0200
committerRemi Collet <remi@remirepo.net>2020-05-13 09:34:27 +0200
commitdb1b2c1c19abcc4f498a6a7ee65cea2279ae505d (patch)
treebc053fe3941f37122ecb8c4adfbbb27d6d9f66a6 /php56.spec
parent794e4ce8b0c8c6592b935e82fd8d5a40cdbf35bd (diff)
Core:
Fix #78875 Long filenames cause OOM and temp files are not cleaned CVE-2019-11048 Fix #78876 Long variables in multipart/form-data cause OOM and temp files are not cleaned
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index f04259c..44749bd 100644
--- a/php56.spec
+++ b/php56.spec
@@ -152,7 +152,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-Release: 20%{?dist}
+Release: 21%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -248,6 +248,7 @@ Patch238: php-bug79282.patch
Patch239: php-bug79329.patch
Patch240: php-bug79330.patch
Patch241: php-bug79465.patch
+Patch242: php-bug78875.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1049,6 +1050,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch239 -p1 -b .bug79329
%patch240 -p1 -b .bug79330
%patch241 -p1 -b .bug79465
+%patch242 -p1 -b .bug78875
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2105,6 +2107,13 @@ EOF
%changelog
+* Wed May 13 2020 Remi Collet <remi@remirepo.net> - 5.6.40-21
+- Core:
+ Fix #78875 Long filenames cause OOM and temp files are not cleaned
+ CVE-2019-11048
+ Fix #78876 Long variables in multipart/form-data cause OOM and temp
+ files are not cleaned
+
* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 5.6.40-20
- standard:
Fix #79330 shell_exec silently truncates after a null byte