From 4f475d8871cad5efb7d7a6d04e31df8b7c1048db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 07:32:53 +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 --- php.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'php.spec') 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 - 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