From 6523f67414995383f44dceb192a2fef7bb0e5ba3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 07:33:09 +0100 Subject: 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 --- php71.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index bf6cfee..7c0387b 100644 --- a/php71.spec +++ b/php71.spec @@ -118,7 +118,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -186,6 +186,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 @@ -1048,6 +1051,9 @@ support for JavaScript Object Notation (JSON) to PHP. %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 %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2119,6 +2125,16 @@ EOF %changelog +* Tue Feb 18 2020 Remi Collet - 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 - 7.1.33-4 - mbstring: Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar -- cgit