From 25de6dc172808e2f5d11d32e03b5885f5a862ae4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Apr 2021 10:16:48 +0200 Subject: Fix #80710 imap_mail_compose() header injection use oracle client library version 21.1 --- php70.spec | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index b94ff22..c639105 100644 --- a/php70.spec +++ b/php70.spec @@ -26,22 +26,8 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%if 0%{?rhel} == 6 -%ifarch x86_64 -%global oraclever 18.5 -%else -%global oraclever 18.3 -%endif -%global oraclelib 18.1 - -%else -%ifarch x86_64 -%global oraclever 19.9 -%else -%global oraclever 19.6 -%endif -%global oraclelib 19.1 -%endif +%global oraclever 21.1 +%global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI) %global with_lsws 1 @@ -123,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 25%{?dist} +Release: 26%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -231,6 +217,7 @@ Patch245: php-bug79877.patch Patch246: php-bug79699.patch Patch247: php-bug77423.patch Patch248: php-bug80672.patch +Patch249: php-bug80710.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1138,6 +1125,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi %patch246 -p1 -b .bug79699 %patch247 -p1 -b .bug77423 %patch248 -p1 -b .bug80672 +%patch249 -p1 -b .bug80710 # Fixes for tests %if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 @@ -2175,6 +2163,10 @@ fi %changelog +* Wed Apr 28 2021 Remi Collet - 7.0.33-26 +- Fix #80710 imap_mail_compose() header injection +- use oracle client library version 21.1 + * Wed Feb 3 2021 Remi Collet - 7.0.33-25 - Fix #80672 Null Dereference in SoapClient CVE-2021-21702 -- cgit