summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php71.spec b/php71.spec
index 945813f..0b9da3f 100644
--- a/php71.spec
+++ b/php71.spec
@@ -109,7 +109,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -198,6 +198,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
@@ -1083,6 +1084,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch226 -p1 -b .bug76450
%patch227 -p1 -b .bug81211
%patch228 -p1 -b .bug81026
+%patch229 -p1 -b .bug79971
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2157,6 +2159,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