From 2e194aba539ee8743c069ed4561f5a51e27367c3 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 3 Sep 2024 10:44:18 -0400 Subject: [PATCH] Update to openssl 3.0.15 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 46891246011..d319d605c83 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -138,7 +138,7 @@ jitserver: # OpenSSL #========================================# openssl: - extra_getsource_options: '-openssl-repo=https://github.com/ibmruntimes/openssl.git -openssl-branch=openssl-3.0.14+CVEs1' + extra_getsource_options: '-openssl-branch=openssl-3.0.15' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling