diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-08 07:55:44 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-08 07:55:44 +0100 |
| commit | 84c411bc3546ff964d3b6550362c5faaa0583149 (patch) | |
| tree | 16714074ebea380a7665f938097b462f2dcc0c60 | |
| parent | 1dfb2d6576596b2a76af3e8782000fbae777b747 (diff) | |
| -rw-r--r-- | failed.txt | 28 | ||||
| -rw-r--r-- | php83.spec | 7 |
2 files changed, 20 insertions, 15 deletions
@@ -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 :( @@ -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 <remi@remirepo.net> - 8.3.30~RC1-1 +- update to 8.3.30RC1 + * Tue Dec 16 2025 Remi Collet <remi@remirepo.net> - 8.3.29-1 - Update to 8.3.29 - http://www.php.net/releases/8_3_29.php |
