summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-15 09:48:10 +0100
committerRemi Collet <remi@php.net>2021-11-15 09:48:10 +0100
commit55d1583e4b61b1a2ff4bc00309a9033429240439 (patch)
treeb62b2a529dc3950e1053228c797a440cee0e63d6 /php.spec
parent7ba789b53113d567e0d5590259e16851c28c767a (diff)
Fix #79971 special character is breaking the path in xml function
CVE-2021-21707
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 9c91f0b..5d43a96 100644
--- a/php.spec
+++ b/php.spec
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -199,6 +199,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
@@ -969,6 +970,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch204 -p1 -b .bug76450
%patch205 -p1 -b .bug81211
%patch206 -p1 -b .bug81026
+%patch207 -p1 -b .bug79971
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1939,6 +1941,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