From 84c411bc3546ff964d3b6550362c5faaa0583149 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jan 2026 07:55:44 +0100 Subject: update to 8.3.30RC1 --- failed.txt | 28 +++++++++++++++------------- php83.spec | 7 +++++-- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/failed.txt b/failed.txt index 28b69ed..dec12be 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,23 @@ -===== 8.3.29 (2025-12-18) +===== 8.3.30RC1 (2026-01-01) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a83/build.log:Tests failed : 0 -/var/lib/mock/el8x83/build.log:Tests failed : 0 -/var/lib/mock/el9a83/build.log:Tests failed : 0 -/var/lib/mock/el9x83/build.log:Tests failed : 0 -/var/lib/mock/el10a83/build.log:Tests failed : 0 -/var/lib/mock/el10x83/build.log:Tests failed : 0 -/var/lib/mock/fc41a83/build.log:Tests failed : 0 -/var/lib/mock/fc41x83/build.log:Tests failed : 0 -/var/lib/mock/fc42a83/build.log:Tests failed : 0 -/var/lib/mock/fc42x83/build.log:Tests failed : 0 -/var/lib/mock/fc43a83/build.log:Tests failed : 0 -/var/lib/mock/fc43x83/build.log:Tests failed : 0 +/var/lib/mock/el8a83/build.log:Tests failed : 1 +/var/lib/mock/el8x83/build.log:Tests failed : 1 +/var/lib/mock/el9a83/build.log:Tests failed : 1 +/var/lib/mock/el9x83/build.log:Tests failed : 1 +/var/lib/mock/el10a83/build.log:Tests failed : 1 +/var/lib/mock/el10x83/build.log:Tests failed : 1 +/var/lib/mock/fc41a83/build.log:Tests failed : 1 +/var/lib/mock/fc41x83/build.log:Tests failed : 1 +/var/lib/mock/fc42a83/build.log:Tests failed : 1 +/var/lib/mock/fc42x83/build.log:Tests failed : 1 +/var/lib/mock/fc43a83/build.log:Tests failed : 1 +/var/lib/mock/fc43x83/build.log:Tests failed : 1 +all: + 3 GH-20582 (Heap Buffer Overflow in iptcembed) [ext/standard/tests/image/gh20582.phpt] 1 proc_open give erratic test results :( diff --git a/php83.spec b/php83.spec index 76c8f8d..7c24b13 100644 --- a/php83.spec +++ b/php83.spec @@ -122,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.29 -#global rcver RC1 +%global upver 8.3.30 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2233,6 +2233,9 @@ fi %changelog +* Mon Jan 5 2026 Remi Collet - 8.3.30~RC1-1 +- update to 8.3.30RC1 + * Tue Dec 16 2025 Remi Collet - 8.3.29-1 - Update to 8.3.29 - http://www.php.net/releases/8_3_29.php -- cgit