summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-25 16:51:58 +0200
committerRemi Collet <remi@remirepo.net>2021-08-25 16:51:58 +0200
commit458bbdcdf51260e2b515753a36b576610e9feefe (patch)
tree94b33ac208f72edb8bdc40dda2463c1318ffc00a /php.spec
parent692cc3b7c58ea673ade72d83a017aa4809d2520e (diff)
Fix #81211 Symlinks are followed when creating PHAR archive
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 13230f5..4d65f33 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: 15%{?dist}
+Release: 16%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -215,6 +215,7 @@ Patch223: php-bug80672.patch
Patch224: php-bug80710.patch
Patch225: php-bug81122.patch
Patch226: php-bug76450.patch
+Patch227: php-bug81211.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -975,6 +976,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch224 -p1 -b .bug80710
%patch225 -p1 -b .bug81122
%patch226 -p1 -b .bug76450
+%patch227 -p1 -b .bug81211
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1939,6 +1941,9 @@ EOF
%changelog
+* Wed Aug 25 2021 Remi Collet <remi@remirepo.net> - 7.1.33-16
+- Fix #81211 Symlinks are followed when creating PHAR archive
+
* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 7.1.33-15
- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL
CVE-2021-21705