summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-12 09:39:44 +0200
committerRemi Collet <remi@remirepo.net>2020-05-12 09:39:44 +0200
commit96f0db9b53d1d623da2c16fc4c20ac81344fcaf0 (patch)
tree587fdd08549b2e2c541bb4c9b7b96ff560f3b12c /php.spec
parent36ed7de241108565abe38ab34cbde52139f547e6 (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 c99248f..53ad131 100644
--- a/php.spec
+++ b/php.spec
@@ -141,7 +141,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -247,6 +247,8 @@ Patch238: php-bug79282.patch
Patch239: php-bug79329.patch
Patch240: php-bug79330.patch
Patch241: php-bug79465.patch
+Patch242: php-bug78875.patch
+Patch243: php-bug78876.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1031,6 +1033,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch239 -p1 -b .bug79329
%patch240 -p1 -b .bug79330
%patch241 -p1 -b .bug79465
+%patch242 -p1 -b .bug78875
+%patch243 -p1 -b .bug78876
: ---------------------------
#exit 1
@@ -1983,6 +1987,13 @@ EOF
%changelog
+* Tue May 12 2020 Remi Collet <remi@remirepo.net> - 7.0.33-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> - 7.0.33-20
- standard:
Fix #79330 shell_exec silently truncates after a null byte