From 2535e4d4526db253b3c4699166b4b8282ce11701 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Dec 2025 08:20:00 +0100 Subject: update to 8.5.2RC1 --- failed.txt | 28 +++++++++++++++------------- php85.spec | 15 ++++++++++----- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/failed.txt b/failed.txt index beaa18f..a418477 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,23 @@ -===== 8.5.1 (2025-12-18) +===== 8.5.2RC1 (2026-01-01) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a85/build.log:Tests failed : 0 -/var/lib/mock/el8x85/build.log:Tests failed : 0 -/var/lib/mock/el9a85/build.log:Tests failed : 0 -/var/lib/mock/el9x85/build.log:Tests failed : 0 -/var/lib/mock/el10a85/build.log:Tests failed : 0 -/var/lib/mock/el10x85/build.log:Tests failed : 0 -/var/lib/mock/fc41a85/build.log:Tests failed : 0 -/var/lib/mock/fc41x85/build.log:Tests failed : 0 -/var/lib/mock/fc42a85/build.log:Tests failed : 0 -/var/lib/mock/fc42x85/build.log:Tests failed : 0 -/var/lib/mock/fc43a85/build.log:Tests failed : 0 -/var/lib/mock/fc43x85/build.log:Tests failed : 0 +/var/lib/mock/el8a85/build.log:Tests failed : 1 +/var/lib/mock/el8x85/build.log:Tests failed : 1 +/var/lib/mock/el9a85/build.log:Tests failed : 1 +/var/lib/mock/el9x85/build.log:Tests failed : 1 +/var/lib/mock/el10a85/build.log:Tests failed : 1 +/var/lib/mock/el10x85/build.log:Tests failed : 1 +/var/lib/mock/fc41a85/build.log:Tests failed : 1 +/var/lib/mock/fc41x85/build.log:Tests failed : 1 +/var/lib/mock/fc42a85/build.log:Tests failed : 1 +/var/lib/mock/fc42x85/build.log:Tests failed : 1 +/var/lib/mock/fc43a85/build.log:Tests failed : 1 +/var/lib/mock/fc43x85/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/php85.spec b/php85.spec index bf1f3bb..6682eab 100644 --- a/php85.spec +++ b/php85.spec @@ -64,8 +64,10 @@ %else %bcond_with openssl32 %endif + +%global liburiparser_ver 1.0.0 %if 0 -# liburiparser version 0.9.10 required +# yse system liburiparser when available %bcond_without liburiparser %else # use bundled library instead @@ -87,8 +89,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.5.1 -#global rcver RC2 +%global upver 8.5.2 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -207,9 +209,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace %endif %endif %if %{with liburiparser} -BuildRequires: pkgconfig(liburiparser) >= 0.9.10 +BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver} %else -Provides: bundled(liburiparser) = 0.9.10 +Provides: bundled(liburiparser) = %{liburiparser_ver} %endif #BuildRequires: bison #BuildRequires: re2c >= 1.0.3 @@ -1869,6 +1871,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Dec 31 2025 Remi Collet - 8.5.2~RC1-1 +- update to 8.5.2RC1 + * Wed Dec 17 2025 Remi Collet - 8.5.1-1 - Update to 8.5.1 - http://www.php.net/releases/8_5_1.php -- cgit