summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-25 15:59:09 +0200
committerRemi Collet <remi@remirepo.net>2021-08-25 15:59:09 +0200
commitd9d789e77a047aaa4806994269a847c74b5ecf29 (patch)
treedf725c6568ecae23382725aac782821ceb19fa67 /php72.spec
parent535f16040de32c9cb02a79ea91c74501dba2d382 (diff)
Fix #81211 Symlinks are followed when creating PHAR archive
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php72.spec b/php72.spec
index bbfa0c8..25b0a8f 100644
--- a/php72.spec
+++ b/php72.spec
@@ -110,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 6%{?dist}
+Release: 7%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -181,6 +181,7 @@ Patch201: php-bug80672.patch
Patch202: php-bug80710.patch
Patch203: php-bug81122.patch
Patch204: php-bug76450.patch
+Patch205: php-bug81211.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1121,6 +1122,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch202 -p1 -b .bug80710
%patch203 -p1 -b .bug81122
%patch204 -p1 -b .bug76450
+%patch205 -p1 -b .bug81211
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2234,6 +2236,9 @@ EOF
%changelog
+* Wed Aug 25 2021 Remi Collet <remi@remirepo.net> - 7.2.34-7
+- Fix #81211 Symlinks are followed when creating PHAR archive
+
* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 7.2.34-6
- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL
CVE-2021-21705