summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-12 08:56:44 +0200
committerRemi Collet <remi@remirepo.net>2020-05-12 08:56:44 +0200
commitc1aa5e25706c6de6cb1952e4bcc2826ab9965838 (patch)
tree05cfe90c43f9e5ba28b8ef69bdf0f75202461535 /php.spec
parent6251ce11d5ea154ac34e3e424630c6552c49bfa4 (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 'php.spec')
-rw-r--r--php.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 260a003..83ededc 100644
--- a/php.spec
+++ b/php.spec
@@ -140,7 +140,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 7%{?dist}
+Release: 8%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -216,6 +216,8 @@ Patch212: php-bug79282.patch
Patch213: php-bug79329.patch
Patch214: php-bug79330.patch
Patch215: php-bug79465.patch
+Patch216: php-bug78875.patch
+Patch217: php-bug78876.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -962,6 +964,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch213 -p1 -b .bug79329
%patch214 -p1 -b .bug79330
%patch215 -p1 -b .bug79465
+%patch216 -p1 -b .bug78875
+%patch217 -p1 -b .bug78876
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1920,6 +1924,13 @@ EOF
%changelog
+* Tue May 12 2020 Remi Collet <remi@remirepo.net> - 7.1.33-8
+- 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> - 7.1.33-7
- standard:
Fix #79330 shell_exec silently truncates after a null byte