From f9765b24395b690ecc50f22f14756adc6a429fa1 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Wed, 8 Nov 2023 17:30:53 -0500 Subject: [PATCH] Update OpenSSL with the fix for CVE-2023-5678 Signed-off-by: Peter Shipton --- 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 1baa0183f24..1c36fdd0e94 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.12' + extra_getsource_options: '--openssl-version=openssl-3.0.12+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling