summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-15 09:27:54 +0100
committerRemi Collet <remi@php.net>2021-11-15 09:27:54 +0100
commit5575ebbeb35c019c8fd514feb0f01691f9e3f4a1 (patch)
tree806d75ddd9dccbde33073c49d8b8f5ba0ac8e7bf /php72.spec
parent153e8f632a497549bc05324c6078964b433c63b5 (diff)
Fix #79971 special character is breaking the path in xml function
CVE-2021-21707
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php72.spec b/php72.spec
index 492122c..dd4075a 100644
--- a/php72.spec
+++ b/php72.spec
@@ -110,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 9%{?dist}
+Release: 10%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -184,6 +184,7 @@ Patch203: php-bug81122.patch
Patch204: php-bug76450.patch
Patch205: php-bug81211.patch
Patch206: php-bug81026.patch
+Patch207: php-bug79971.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1127,6 +1128,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch204 -p1 -b .bug76450
%patch205 -p1 -b .bug81211
%patch206 -p1 -b .bug81026
+%patch207 -p1 -b .bug79971
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2240,6 +2242,10 @@ EOF
%changelog
+* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 7.2.34-10
+- Fix #79971 special character is breaking the path in xml function
+ CVE-2021-21707
+
* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 7.2.34-9
- fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703