summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-26 08:19:57 +0200
committerRemi Collet <remi@remirepo.net>2021-08-26 08:19:57 +0200
commitb6b06b8308ec9b36d2a02e0bc620d8b478b31501 (patch)
treef4041f4d8b9f718c6faf98703b6de296e66a6580 /php.spec
parente89148970c4b3838717de0e336a88e1120a0b0e9 (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 6b00877..9daabd6 100644
--- a/php.spec
+++ b/php.spec
@@ -127,7 +127,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 28%{?dist}
+Release: 29%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -245,6 +245,7 @@ Patch248: php-bug80672.patch
Patch249: php-bug80710.patch
Patch250: php-bug81122.patch
Patch251: php-bug76450.patch
+Patch252: php-bug81211.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1042,6 +1043,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch249 -p1 -b .bug80710
%patch250 -p1 -b .bug81122
%patch251 -p1 -b .bug76450
+%patch252 -p1 -b .bug81211
: ---------------------------
#exit 1
@@ -2000,6 +2002,9 @@ EOF
%changelog
+* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 7.0.33-29
+- Fix #81211 Symlinks are followed when creating PHAR archive
+
* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 7.0.33-28
- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL
CVE-2021-21705