From 2bc9bc4e3cefc46e42f28cbc1bb8290ec3a6c8d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Feb 2021 11:33:17 +0100 Subject: Fix #80672 Null Dereference in SoapClient CVE-2021-21702 better fix for #77423 --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 853f8f4..c925d4b 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: 24%{?dist} +Release: 25%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -253,6 +253,7 @@ Patch244: php-bug79797.patch Patch245: php-bug79877.patch Patch246: php-bug79699.patch Patch247: php-bug77423.patch +Patch248: php-bug80672.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1045,6 +1046,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch245 -p1 -b .bug79877 %patch246 -p1 -b .bug79699 %patch247 -p1 -b .bug77423 +%patch248 -p1 -b .bug80672 : --------------------------- #exit 1 @@ -2003,6 +2005,11 @@ EOF %changelog +* Wed Feb 3 2021 Remi Collet - 7.0.33-25 +- Fix #80672 Null Dereference in SoapClient + CVE-2021-21702 +- better fix for #77423 + * Mon Jan 4 2021 Remi Collet - 7.0.33-24 - Fix #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfo CVE-2020-7071 -- cgit