From 2a7e6586b1089fc85e026967df15733c31a4c22c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2023 15:23:08 +0200 Subject: use ICU 72.1 use oracle client library version 21.10 fix missing TZData version in intl phpinfo fix possible buffer overflow in date --- php.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 06e039d..0f77345 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.8 +%global oraclever 21.10 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -119,7 +119,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -187,6 +187,8 @@ Patch49: php-8.0.10-phar-sha.patch Patch50: php-8.0.21-openssl3.patch # use system libxcrypt, from 8.1 Patch51: php-8.0.13-crypt.patch +# display TZData version for intl +Patch52: php-8.0.28-intlinfo.patch # RC Patch Patch91: php-7.2.0-oci8conf.patch @@ -817,9 +819,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 71 -BuildRequires: pkgconfig(icu-io) >= 71 -BuildRequires: pkgconfig(icu-uc) >= 71 +BuildRequires: pkgconfig(icu-i18n) >= 72 +BuildRequires: pkgconfig(icu-io) >= 72 +BuildRequires: pkgconfig(icu-uc) >= 72 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -971,6 +973,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in rm ext/openssl/tests/p12_with_extra_certs.p12 %endif %patch51 -p1 -b .libxcrypt +%patch52 -p1 -b .intlinfo %patch91 -p1 -b .remi-oci8 @@ -1855,6 +1858,12 @@ fi %changelog +* Fri Apr 21 2023 Remi Collet - 8.0.28-3 +- use ICU 72.1 +- use oracle client library version 21.10 +- fix missing TZData version in intl phpinfo +- fix possible buffer overflow in date + * Tue Feb 21 2023 Remi Collet - 8.0.28-2 - F38: enable imap extension -- cgit