From 370b949127fe447e80793740cc0caa566b0c7a09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2024 09:04:06 +0200 Subject: Update to 8.1.29 - http://www.php.net/releases/8_1_29.php --- failed.txt | 14 ++++++-------- php81.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/failed.txt b/failed.txt index 916bf15..32b162e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -===== 8.1.28 (2024-04-11) +===== 8.1.29 (2024-06-06) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x81/build.log:Tests failed : 0 -/var/lib/mock/el8a81/build.log:Tests failed : 0 -/var/lib/mock/el8x81/build.log:Tests failed : 0 -/var/lib/mock/el9a81/build.log:Tests failed : 3 -/var/lib/mock/el9x81/build.log:Tests failed : 3 +/var/lib/mock/el8a81/build.log:Tests failed : 2 +/var/lib/mock/el8x81/build.log:Tests failed : 2 +/var/lib/mock/el9a81/build.log:Tests failed : 2 +/var/lib/mock/el9x81/build.log:Tests failed : 2 /var/lib/mock/fc38x81/build.log:Tests failed : 2 /var/lib/mock/fc39a81/build.log:Tests failed : 2 /var/lib/mock/fc39x81/build.log:Tests failed : 2 @@ -14,9 +14,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc40x81/build.log:Tests failed : 3 -el9: - 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc38, fc39: +all: 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: diff --git a/php81.spec b/php81.spec index f51632b..59c1850 100644 --- a/php81.spec +++ b/php81.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,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.28 -#global rcver RC1 +%global upver 8.1.29 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2204,6 +2203,9 @@ fi %changelog +* Wed Jun 5 2024 Remi Collet - 8.1.29-1 +- Update to 8.1.29 - http://www.php.net/releases/8_1_29.php + * Wed Apr 10 2024 Remi Collet - 8.1.28-1 - Update to 8.1.28 - http://www.php.net/releases/8_1_28.php -- cgit