summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-18 07:32:53 +0100
committerRemi Collet <remi@remirepo.net>2020-02-18 07:32:53 +0100
commit4f475d8871cad5efb7d7a6d04e31df8b7c1048db (patch)
tree2d860df909936e86335b5691fa148a081f76c591 /php.spec
parent3d971fc1bdd27c528c245732809ff69d9f6d4e7e (diff)
dom:
Fix #77569 Write Access Violation in DomImplementation phar: Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions CVE-2020-7063 session: Fix #79221 Null Pointer Dereference in PHP Session Upload Progress CVE-2020-7062
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index b242a33..ab379eb 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: 4%{?dist}
+Release: 5%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -209,6 +209,9 @@ Patch205: php-bug78910.patch
Patch206: php-bug79091.patch
Patch207: php-bug79099.patch
Patch208: php-bug79037.patch
+Patch209: php-bug77569.patch
+Patch210: php-bug79221.patch
+Patch211: php-bug79082.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -946,6 +949,9 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch206 -p1 -b .bug79091
%patch207 -p1 -b .bug79099
%patch208 -p1 -b .bug79037
+%patch209 -p1 -b .bug77569
+%patch210 -p1 -b .bug79221
+%patch211 -p1 -b .bug79082
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1901,6 +1907,16 @@ EOF
%changelog
+* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.1.33-5
+- dom:
+ Fix #77569 Write Access Violation in DomImplementation
+- phar:
+ Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions
+ CVE-2020-7063
+- session:
+ Fix #79221 Null Pointer Dereference in PHP Session Upload Progress
+ CVE-2020-7062
+
* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 7.1.33-4
- mbstring:
Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar