summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-15 10:43:35 +0100
committerRemi Collet <remi@php.net>2021-11-15 10:43:35 +0100
commit83aca909131d264cb26a2ea39397548cc1dd6793 (patch)
tree2b80a9758c46de483017394382c3a67105abc43a /php.spec
parentd44d225c5ad7c7116642f0b2fd4cf3ba32f0ca02 (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 445ffb2..187fc64 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: 18%{?dist}
+Release: 19%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -218,6 +218,7 @@ Patch225: php-bug81122.patch
Patch226: php-bug76450.patch
Patch227: php-bug81211.patch
Patch228: php-bug81026.patch
+Patch229: php-bug79971.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -981,6 +982,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch226 -p1 -b .bug76450
%patch227 -p1 -b .bug81211
%patch228 -p1 -b .bug81026
+%patch229 -p1 -b .bug79971
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1944,6 +1946,10 @@ EOF
%changelog
+* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 7.1.33-19
+- Fix #79971 special character is breaking the path in xml function
+ CVE-2021-21707
+
* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 7.1.33-18
- fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703