From 8ff180f0298116f0535cb02bd5b978dd72a1dd30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jun 2021 14:54:19 +0200 Subject: Fix #81122 SSRF bypass in FILTER_VALIDATE_URL CVE-2021-21705 Fix #76448 Stack buffer overflow in firebird_info_cb Fix #76449 SIGSEGV in firebird_handle_doer Fix #76450 SIGSEGV in firebird_stmt_execute Fix #76452 Crash while parsing blob data in firebird_fetch_blob CVE-2021-21704 --- php56.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 9303f68..e08a4a8 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: 26%{?dist} +Release: 28%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -247,6 +247,8 @@ Patch246: php-bug79699.patch Patch247: php-bug77423.patch Patch248: php-bug80672.patch Patch249: php-bug80710.patch +Patch250: php-bug81122.patch +Patch251: php-bug76450.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1058,6 +1060,8 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi %patch247 -p1 -b .bug77423 %patch248 -p1 -b .bug80672 %patch249 -p1 -b .bug80710 +%patch250 -p1 -b .bug81122 +%patch251 -p1 -b .bug76450 # Fixes for tests %patch300 -p1 -b .datetests @@ -1074,7 +1078,7 @@ rm ext/openssl/tests/bug65538_003.phpt # WIP patch # Prevent %%doc confusion over LICENSE files -cp Zend/LICENSE Zend/ZEND_LICENSE +cp Zend/LICENSE ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE cp ext/ereg/regex/COPYRIGHT regex_COPYRIGHT %if ! %{with_libgd} @@ -1961,7 +1965,7 @@ EOF %files common -f files.common %defattr(-,root,root) %doc CODING_STANDARDS CREDITS EXTENSIONS NEWS README* -%license LICENSE TSRM_LICENSE regex_COPYRIGHT +%license LICENSE TSRM_LICENSE ZEND_LICENSE regex_COPYRIGHT %license libmagic_LICENSE %license phar_LICENSE %license timelib_LICENSE @@ -2114,6 +2118,15 @@ EOF %changelog +* Mon Jun 28 2021 Remi Collet - 5.6.40-28 +- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL + CVE-2021-21705 +- Fix #76448 Stack buffer overflow in firebird_info_cb +- Fix #76449 SIGSEGV in firebird_handle_doer +- Fix #76450 SIGSEGV in firebird_stmt_execute +- Fix #76452 Crash while parsing blob data in firebird_fetch_blob + CVE-2021-21704 + * Wed Apr 28 2021 Remi Collet - 5.6.40-26 - Fix #80710 imap_mail_compose() header injection - use oracle client library version 21.1 -- cgit