From 454f9da195b049180366976310b127f04f9172f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Apr 2021 09:27:41 +0200 Subject: Fix #80710 imap_mail_compose() header injection use oracle client library version 21.1 --- php71.spec | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index bc18b34..44c1572 100644 --- a/php71.spec +++ b/php71.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: 12%{?dist} +Release: 13%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -206,6 +192,7 @@ Patch220: php-bug79601.patch Patch221: php-bug79699.patch Patch222: php-bug77423.patch Patch223: php-bug80672.patch +Patch224: php-bug80710.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1085,6 +1072,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch221 -p1 -b .bug79699 %patch222 -p1 -b .bug77423 %patch223 -p1 -b .bug80672 +%patch224 -p1 -b .bug80710 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2159,6 +2147,10 @@ EOF %changelog +* Wed Apr 28 2021 Remi Collet - 7.1.33-13 +- Fix #80710 imap_mail_compose() header injection +- use oracle client library version 21.1 + * Wed Feb 3 2021 Remi Collet - 7.1.33-12 - Fix #80672 Null Dereference in SoapClient CVE-2021-21702 -- cgit