From 45b7fbc91350609e598525493a23c23fc0957b33 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 bfb336fc2ab..6bc3c9b30b5 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -133,7 +133,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