summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-26 08:41:36 +0200
committerRemi Collet <remi@remirepo.net>2021-08-26 08:41:36 +0200
commit5808669486e99d6e7476b550eb4a47a18dcd78d2 (patch)
treeda0cda43272e40e49ae38060533708787053ff21 /php56.spec
parent121104bc24b8494fd4de53dd39aaf6bec513ca91 (diff)
Fix #81211 Symlinks are followed when creating PHAR archive
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index ad21222..7c7cfc1 100644
--- a/php56.spec
+++ b/php56.spec
@@ -143,7 +143,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-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
@@ -249,6 +249,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
@@ -1062,6 +1063,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch249 -p1 -b .bug80710
%patch250 -p1 -b .bug81122
%patch251 -p1 -b .bug76450
+%patch252 -p1 -b .bug81211
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2118,6 +2120,9 @@ EOF
%changelog
+* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 5.6.40-29
+- Fix #81211 Symlinks are followed when creating PHAR archive
+
* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 5.6.40-28
- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL
CVE-2021-21705