diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-31 08:20:00 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-31 08:20:00 +0100 |
| commit | 2535e4d4526db253b3c4699166b4b8282ce11701 (patch) | |
| tree | 0ce32f40f6420d51f86719c7d6f0cea3fb5650da | |
| parent | 0222c9c498348268a11773ded4151bd22855621b (diff) | |
update to 8.5.2RC1
| -rw-r--r-- | failed.txt | 28 | ||||
| -rw-r--r-- | php85.spec | 15 |
2 files changed, 25 insertions, 18 deletions
@@ -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 :( @@ -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 <remi@remirepo.net> - 8.5.2~RC1-1 +- update to 8.5.2RC1 + * Wed Dec 17 2025 Remi Collet <remi@remirepo.net> - 8.5.1-1 - Update to 8.5.1 - http://www.php.net/releases/8_5_1.php |
