summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-28 11:42:55 +0200
committerRemi Collet <remi@remirepo.net>2021-06-28 11:42:55 +0200
commitff8309edd793a376af82fdc60fee51bbf4d2af27 (patch)
tree06354dcf1499e760f7c65aecdb6ec74e757342cb /php.spec
parente92de341379db0c283de206e6bba39ccd6c1c414 (diff)
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
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec19
1 files changed, 16 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 0c9646c..688d9da 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: 5%{?dist}
+Release: 6%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -194,6 +194,8 @@ Patch91: php-7.2.0-oci8conf.patch
Patch200: php-bug77423.patch
Patch201: php-bug80672.patch
Patch202: php-bug80710.patch
+Patch203: php-bug81122.patch
+Patch204: php-bug76450.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -959,6 +961,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch200 -p1 -b .bug77423
%patch201 -p1 -b .bug80672
%patch202 -p1 -b .bug80710
+%patch203 -p1 -b .bug81122
+%patch204 -p1 -b .bug76450
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -972,7 +976,7 @@ fi
# 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
@@ -1775,7 +1779,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
@@ -1930,6 +1934,15 @@ EOF
%changelog
+* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 7.2.34-6
+- 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 <remi@remirepo.net> - 7.2.34-5
- fix snmp extension build with net-snmp without DES