From 6ba79031047494fc2e5b2082e1ef36cf59b892dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2022 15:47:30 +0100 Subject: pdo: fix #81740: PDO::quote() may return unquoted string CVE-2022-31631 use oracle client library version 21.8 --- php73.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 09dbeb0..3d0e082 100644 --- a/php73.spec +++ b/php73.spec @@ -25,7 +25,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.7 +%global oraclever 21.8 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI) @@ -111,7 +111,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -189,6 +189,7 @@ Patch201: php-bug81720.patch Patch202: php-bug81727.patch Patch203: php-bug81726.patch Patch204: php-bug81738.patch +Patch205: php-bug81740.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1173,6 +1174,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch202 -p1 -b .bug81727 %patch203 -p1 -b .bug81726 %patch204 -p1 -b .bug81738 +%patch205 -p1 -b .bug81740 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2089,7 +2091,7 @@ cat << EOF WARNING : PHP 7.3 have reached its "End of Life" in December 2021. Even, if this package includes some of - the important security fix, backported from 7.4, the + the important security fixes, backported from 8.0, the UPGRADE to a maintained version is very strongly RECOMMENDED. ===================================================================== @@ -2273,6 +2275,11 @@ EOF %changelog +* Mon Dec 19 2022 Remi Collet - 7.3.33-7 +- pdo: fix #81740: PDO::quote() may return unquoted string + CVE-2022-31631 +- use oracle client library version 21.8 + * Mon Oct 24 2022 Remi Collet - 7.3.33-6 - hash: fix #81738: buffer overflow in hash_update() on long parameter. CVE-2022-37454 -- cgit