diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -50,12 +50,12 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.24 +%global oraclever 19.25 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.24 +%global oracledir 19.25 %else -%global oraclever 23.6 +%global oraclever 23.7 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -125,7 +125,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 21%{?dist} +Release: 22%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -168,8 +168,11 @@ Patch6: php-7.4.0-embed.patch # For libxml 2.12 from 8.1 Patch7: php-7.4.33-libxml212.patch Patch8: php-7.2.0-libdb.patch -Patch9: php-7.0.7-curl.patch Patch10: php-7.4.33-gcc14.patch +# For recent ICU from 8.2 +Patch11: php-7.4.33-icu.patch +# Fix strict prototypes from 8.1 +Patch12: php-7.4.33-proto.patch # Functional changes Patch42: php-7.3.3-systzdata-v19.patch @@ -982,10 +985,9 @@ in pure PHP. %patch -P6 -p1 -b .embed %patch -P7 -p1 -b .libxml212 %patch -P8 -p1 -b .libdb -%if 0%{?rhel} == 7 -%patch -P9 -p1 -b .curltls -%endif %patch -P10 -p1 -b .gcc14 +%patch -P11 -p1 -b .icu +%patch -P12 -p1 -b .proto %patch -P42 -p1 -b .systzdata %patch -P43 -p1 -b .headers @@ -1915,6 +1917,9 @@ EOF %changelog +* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 7.4.33-22 +- backport fix for ICU 74+ + * Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 7.4.33-21 - Fix Leak partial content of the heap through heap buffer over-read CVE-2024-8929 |