diff options
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 13%{?dist} +Release: 15%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -193,6 +193,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 @@ -1073,6 +1075,8 @@ support for JavaScript Object Notation (JSON) to PHP. %patch222 -p1 -b .bug77423 %patch223 -p1 -b .bug80672 %patch224 -p1 -b .bug80710 +%patch225 -p1 -b .bug81122 +%patch226 -p1 -b .bug76450 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -1091,7 +1095,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 @@ -1989,7 +1993,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 @@ -2147,6 +2151,15 @@ EOF %changelog +* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 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 + * Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 7.1.33-13 - Fix #80710 imap_mail_compose() header injection - use oracle client library version 21.1 |