From 55d1583e4b61b1a2ff4bc00309a9033429240439 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 09:48:10 +0100 Subject: Fix #79971 special character is breaking the path in xml function CVE-2021-21707 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') 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 - 7.2.34-10 +- Fix #79971 special character is breaking the path in xml function + CVE-2021-21707 + * Wed Oct 20 2021 Remi Collet - 7.2.34-9 - fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 -- cgit