summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-03 16:39:54 +0100
committerRemi Collet <remi@remirepo.net>2021-02-03 16:39:54 +0100
commit7864405f34f301024090bacb9f187a981e993b50 (patch)
tree515af70406549662155d4c6f536fd666c12af9ff /php.spec
parent61724d92582ef36ffc6f40d08f669e8c7a9389f0 (diff)
Fix #80672 Null Dereference in SoapClient
CVE-2021-21702 better fix for #77423
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 1fa963a..aba249e 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: 11%{?dist}
+Release: 12%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -223,6 +223,7 @@ Patch219: php-bug79877.patch
Patch220: php-bug79601.patch
Patch221: php-bug79699.patch
Patch222: php-bug77423.patch
+Patch223: php-bug80672.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -978,6 +979,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch220 -p1 -b .bug79601
%patch221 -p1 -b .bug79699
%patch222 -p1 -b .bug77423
+%patch223 -p1 -b .bug80672
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1942,6 +1944,11 @@ EOF
%changelog
+* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 7.1.33-12
+- Fix #80672 Null Dereference in SoapClient
+ CVE-2021-21702
+- better fix for #77423
+
* Mon Jan 4 2021 Remi Collet <remi@remirepo.net> - 7.1.33-11
- Fix #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfo
CVE-2020-7071