From b7a6211035e71bc28f0da78b97cdf6a4c658e5ca 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 8b6d927d5c6..97a044c1817 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -132,7 +132,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