From 74b1f4fddbc2d6de969815b1992ddc1ae7c643fe Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 1 Apr 2025 08:49:01 -0400 Subject: [PATCH] update to latest version of libprov Recently, we saw a failure in openssl tests when building gost-engine: https://github.com/openssl/openssl/actions/runs/14192630435/job/39768534802 It occurs because a gost-engine dependency (libprov) requires a minimum cmake version of 3.0. Recent distro updates have moved to cmake 4.0, which error out if a CMakeLists.txt file requires a version less than 3.5. The libprov tree has been updated to require 3.18 now (matching the requirement for gost-engine), so we need to update the libprov submodule here to pull that update in. --- libprov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libprov b/libprov index 8a126e0..0b445c7 160000 --- a/libprov +++ b/libprov @@ -1 +1 @@ -Subproject commit 8a126e09547630ef900177625626b6156052f0ee +Subproject commit 0b445c73ae1e87577430c6884cdeeca1afa36dbd -- 2.39.5