From 7889e2d4bb6417532824a0ae73bd0a0feb576056 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 24 Oct 2023 10:58:52 -0400 Subject: [PATCH] Update to openssl 3.0.12 Signed-off-by: Keith W. Campbell --- buildenv/jenkins/variables/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/variables/defaults.yml b/buildenv/jenkins/variables/defaults.yml index 4f0a3c3d5dd..9981c78a64a 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -134,7 +134,7 @@ jitserver: # OpenSSL #========================================# openssl: - extra_getsource_options: '--openssl-version=3.0.11' + extra_getsource_options: '--openssl-version=3.0.12' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling