]> wagner.pp.ru Git - openssl-gost/engine.git/commit
update to latest version of libprov master 470/head
authorNeil Horman <nhorman@openssl.org>
Tue, 1 Apr 2025 12:49:01 +0000 (08:49 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 1 Apr 2025 12:49:01 +0000 (08:49 -0400)
commit74b1f4fddbc2d6de969815b1992ddc1ae7c643fe
tree715206237c91c5224178cbc79e4becdd291bac53
parent9bdd3eea377ad06d79823a7f185fb0b20ab8f1a8
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