From 447d786fc46ed273ccb39d0a4b00ec187ab00c76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Aug 2021 15:59:21 +0200 Subject: Fix #81211 Symlinks are followed when creating PHAR archive --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 688d9da..3219e0e 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: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -196,6 +196,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 @@ -963,6 +964,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch202 -p1 -b .bug80710 %patch203 -p1 -b .bug81122 %patch204 -p1 -b .bug76450 +%patch205 -p1 -b .bug81211 # Fixes for tests %patch300 -p1 -b .datetests @@ -1934,6 +1936,9 @@ EOF %changelog +* Wed Aug 25 2021 Remi Collet - 7.2.34-7 +- Fix #81211 Symlinks are followed when creating PHAR archive + * Mon Jun 28 2021 Remi Collet - 7.2.34-6 - Fix #81122 SSRF bypass in FILTER_VALIDATE_URL CVE-2021-21705 -- cgit