From 692cc3b7c58ea673ade72d83a017aa4809d2520e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jun 2021 12:37:50 +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 --- php.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index f3524bb..13230f5 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: 14%{?dist} +Release: 15%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -213,6 +213,8 @@ Patch221: php-bug79699.patch Patch222: php-bug77423.patch Patch223: php-bug80672.patch Patch224: php-bug80710.patch +Patch225: php-bug81122.patch +Patch226: php-bug76450.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -971,6 +973,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch222 -p1 -b .bug77423 %patch223 -p1 -b .bug80672 %patch224 -p1 -b .bug80710 +%patch225 -p1 -b .bug81122 +%patch226 -p1 -b .bug76450 # Fixes for tests %patch300 -p1 -b .datetests @@ -987,7 +991,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 %if ! %{with_libgd} cp ext/gd/libgd/README libgd_README @@ -1778,7 +1782,7 @@ EOF %files common -f files.common %doc CODING_STANDARDS CREDITS EXTENSIONS NEWS README* -%license LICENSE TSRM_LICENSE +%license LICENSE TSRM_LICENSE ZEND_LICENSE %license libmagic_LICENSE %license phar_LICENSE %license timelib_LICENSE @@ -1935,6 +1939,15 @@ EOF %changelog +* Mon Jun 28 2021 Remi Collet - 7.1.33-15 +- 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 + * Thu May 27 2021 Remi Collet - 7.1.33-14 - fix snmp extension build with net-snmp without DES -- cgit