From e6c6870c20afd3a02a22ee7f6e689f539a0ad777 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 11 Sep 2023 11:07:53 -0400 Subject: [PATCH] Update OpenSSL version to include fix for CVE-2023-4807 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 388bb73d8b1..951758208ff 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.10' + extra_getsource_options: '--openssl-version=openssl-3.0.10+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling