From 5adac46002b7bd8ed51dc70afa42e118f1f880fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2024 15:11:22 +0100 Subject: update to 8.2.18RC1 --- failed.txt | 24 ++++++++++-------------- php82.spec | 7 +++++-- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/failed.txt b/failed.txt index 4b40dc9..456caef 100644 --- a/failed.txt +++ b/failed.txt @@ -1,27 +1,23 @@ -===== 8.2.17 (2024-03-14) +===== 8.2.18RC1 (2024-03-28) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x82/build.log:Tests failed : 0 /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 : 3 -/var/lib/mock/el9x82/build.log:Tests failed : 3 -/var/lib/mock/fc38x82/build.log:Tests failed : 2 -/var/lib/mock/fc39a82/build.log:Tests failed : 2 -/var/lib/mock/fc39x82/build.log:Tests failed : 2 -/var/lib/mock/fc40a82/build.log:Tests failed : 13 -/var/lib/mock/fc40x82/build.log:Tests failed : 13 +/var/lib/mock/el9a82/build.log:Tests failed : 1 +/var/lib/mock/el9x82/build.log:Tests failed : 1 +/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 -el9 +el9: 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc38, fc39 - 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt] - 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] -fc40 +fc40: 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] - 3 ext/zlib/tests/* 1 proc_open give erratic test results :( 2 test issue diff --git a/php82.spec b/php82.spec index 980a4dd..b448d44 100644 --- a/php82.spec +++ b/php82.spec @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.17 -#global rcver RC2 +%global upver 8.2.18 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2200,6 +2200,9 @@ fi %changelog +* Tue Mar 26 2024 Remi Collet - 8.2.18~RC1-1 +- update to 8.2.18RC1 + * Tue Mar 12 2024 Remi Collet - 8.2.17-1 - Update to 8.2.17 - http://www.php.net/releases/8_2_17.php -- cgit