summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-29 08:14:50 +0200
committerRemi Collet <remi@php.net>2026-04-29 08:14:50 +0200
commit78a140f9bff566ce303c890bf2cad0d6654b2cb1 (patch)
treee95526702b9079511c52a1ad1a1b2ec7c58b0cfb
parent7251f8f3fc0dfdb8352523318a9612b4a24c5e96 (diff)
update to 8.5.6RC2
-rw-r--r--failed.txt12
-rw-r--r--php.spec12
2 files changed, 17 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 4dee957..87373ed 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,9 +1,9 @@
-===== 8.5.6RC1 (2026-04-23)
+===== 8.5.6RC2 (2026-04-30)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/scl83el8a/build.log:Tests failed : 0
-/var/lib/mock/scl83el8x/build.log:Tests failed : 0
+/var/lib/mock/scl83el8a/build.log:Tests failed : 5
+/var/lib/mock/scl83el8x/build.log:Tests failed : 5
/var/lib/mock/scl83el9a/build.log:Tests failed : 0
/var/lib/mock/scl83el9x/build.log:Tests failed : 0
/var/lib/mock/scl83el10a/build.log:Tests failed : 0
@@ -16,6 +16,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl83fc44x/build.log:Tests failed : 0
+el8:
+ 2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource) [ext/openssl/tests/bug55259.phpt]
+ 2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman [ext/openssl/tests/bug73478.phpt]
+ 2 openssl_csr_export_to_file() tests [ext/openssl/tests/openssl_csr_export_to_file_basic.phpt]
+ 2 openssl_pbkdf2() tests [ext/openssl/tests/openssl_pbkdf2_basic.phpt]
+ 2 openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index a60a2ea..726559c 100644
--- a/php.spec
+++ b/php.spec
@@ -88,7 +88,8 @@
%bcond_with openssl32
%endif
-%global liburiparser_ver 1.0.0
+%global liburiparser_minver 1.0.0
+%global liburiparser_bunver 1.0.1
%if 0%{?fedora} >= 42
# use system liburiparser when available
%bcond_without liburiparser
@@ -103,7 +104,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.5.6
-%global rcver RC1
+%global rcver RC2
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -224,9 +225,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace
%endif
%endif
%if %{with liburiparser}
-BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver}
+BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_minver}
%else
-Provides: bundled(liburiparser) = %{liburiparser_ver}
+Provides: bundled(liburiparser) = %{liburiparser_bunver}
%endif
%if 0%{?gh_date}
BuildRequires: bison
@@ -1671,6 +1672,9 @@ fi
%changelog
+* Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 8.5.6~RC2-1
+- update to 8.5.6RC2
+
* Wed Apr 22 2026 Remi Collet <remi@remirepo.net> - 8.5.6~RC1-1
- update to 8.5.6RC1