From 7d794ee31749ae0f71bb0b81651120bb9d48b896 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 30 Jan 2024 14:16:20 -0500 Subject: [PATCH] (0.43) Update to openssl 3.0.13 Port of https://github.com/eclipse-openj9/openj9/pull/18852 to 0.43 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 2a5e3ac9b7d..04b8aae344c 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=openssl-3.0.12+CVEs3 --openssl-repo=https://github.com/ibmruntimes/openssl.git' + extra_getsource_options: '--openssl-version=3.0.13' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling