From bd48d9c2e3e0ccef7d1ae03c765ce13475903699 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 07:36:49 +0200 Subject: update to 8.2.19RC1 use oracle client library version 19.22 on aarch64 --- failed.txt | 12 ++++++------ php82.spec | 12 ++++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 4ec5793..aa8a394 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 8.2.18 (2024-04-11) +===== 8.2.19RC1 (2024-04-25) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x82/build.log:Tests failed : 0 +/var/lib/mock/el7x82/build.log:Tests failed : 1 /var/lib/mock/el8a82/build.log:Tests failed : 0 /var/lib/mock/el8x82/build.log:Tests failed : 0 /var/lib/mock/el9a82/build.log:Tests failed : 1 @@ -10,14 +10,14 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc38x82/build.log:Tests failed : 0 /var/lib/mock/fc39a82/build.log:Tests failed : 0 /var/lib/mock/fc39x82/build.log:Tests failed : 0 -/var/lib/mock/fc40a82/build.log:Tests failed : 1 -/var/lib/mock/fc40x82/build.log:Tests failed : 1 +/var/lib/mock/fc40a82/build.log:Tests failed : 0 +/var/lib/mock/fc40x82/build.log:Tests failed : 0 +el7: + 3 ext/openssl/tests/openssl_error_string_basic.phpt el9: 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc40: - 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] 1 proc_open give erratic test results :( 2 test issue diff --git a/php82.spec b/php82.spec index 69bfad5..6b62deb 100644 --- a/php82.spec +++ b/php82.spec @@ -25,9 +25,9 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.19 +%global oraclever 19.22 %global oraclelib 19.1 -%global oracledir 19.19 +%global oracledir 19.22 %else %global oraclever 21.13 %global oraclelib 21.1 @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.18 -#global rcver RC1 +%global upver 8.2.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2200,6 +2200,10 @@ fi %changelog +* Wed Apr 24 2024 Remi Collet - 8.2.19~RC1-1 +- update to 8.2.19RC1 +- use oracle client library version 19.22 on aarch64 + * Wed Apr 10 2024 Remi Collet - 8.2.18-1 - Update to 8.2.18 - http://www.php.net/releases/8_2_18.php -- cgit