summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-21 15:23:08 +0200
committerRemi Collet <remi@php.net>2023-04-21 15:23:08 +0200
commit2a7e6586b1089fc85e026967df15733c31a4c22c (patch)
tree5315bd53c5243b1c2a6648950f24081b41d553af /php.spec
parentb2e552a8de8011d9c148988e981b2a5ebeeed10b (diff)
use ICU 72.1
use oracle client library version 21.10 fix missing TZData version in intl phpinfo fix possible buffer overflow in date
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec19
1 files changed, 14 insertions, 5 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.0.28-2
- F38: enable imap extension