From 20c9aa97eba50216934f6b3d14e077df924d334f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Feb 2024 16:22:32 +0100 Subject: update to 8.2.17RC1 --- failed.txt | 13 ++++++++----- php82.spec | 7 +++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 677c538..014182a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.16 (2024-02-15) +===== 8.2.17RC1 (2024-02-29) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -7,18 +7,21 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /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/fc37x82/build.log:Tests failed : 1 /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 -el9a, el9x, fc37x, +el9 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc38x, fc39a, fc39x: +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 + 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 03e146d..eff2b2a 100644 --- a/php82.spec +++ b/php82.spec @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.16 -#global rcver RC1 +%global upver 8.2.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2200,6 +2200,9 @@ fi %changelog +* Tue Feb 27 2024 Remi Collet - 8.2.17~RC1-1 +- update to 8.2.17RC1 + * Wed Feb 14 2024 Remi Collet - 8.2.16-1 - Update to 8.2.16 - http://www.php.net/releases/8_2_16.php - use oracle client library version 21.13 on x86_64 -- cgit