diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-25 16:51:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-25 16:51:45 +0200 |
commit | 58848d2a0001a7f71483c1756cd8a23f2c37455d (patch) | |
tree | b0884b488d05d2928033ee89ac1628e5f9cfc130 /php71.spec | |
parent | 29ad374b1c3438a444caed21ae8db8ce7ea04076 (diff) |
Fix #81211 Symlinks are followed when creating PHAR archive
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -195,6 +195,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 @@ -1077,6 +1078,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch224 -p1 -b .bug80710 %patch225 -p1 -b .bug81122 %patch226 -p1 -b .bug76450 +%patch227 -p1 -b .bug81211 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2151,6 +2153,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 |