diff options
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -26,7 +26,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) @@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 22%{?dist} +Release: 23%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -203,6 +203,7 @@ Patch230: php-bug81719.patch Patch231: php-bug81720.patch Patch232: php-bug81727.patch Patch233: php-bug81726.patch +Patch234: php-bug81740.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1089,6 +1090,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch231 -p1 -b .bug81720 %patch232 -p1 -b .bug81727 %patch233 -p1 -b .bug81726 +%patch234 -p1 -b .bug81740 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -1980,7 +1982,7 @@ cat << EOF WARNING : PHP 7.1 have reached its "End of Life" in December 2019. 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. ===================================================================== @@ -2163,6 +2165,11 @@ EOF %changelog +* Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 7.1.33-23 +- pdo: fix #81740: PDO::quote() may return unquoted string + CVE-2022-31631 +- use oracle client library version 21.8 + * Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.1.33-22 - phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628 - core: fix #81727 Don't mangle HTTP variable names that clash with ones |