From e3d14420062a07465fce38fba80f13675b57e2be Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 1 Aug 2023 11:37:19 -0400 Subject: [PATCH] Update to OpenSSL 1.1.1v See also https://github.com/eclipse-openj9/openj9/pull/17895 Signed-off-by: Peter Shipton --- sbin/prepareWorkspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/prepareWorkspace.sh b/sbin/prepareWorkspace.sh index ed1233a50..ad30a9c46 100644 --- a/sbin/prepareWorkspace.sh +++ b/sbin/prepareWorkspace.sh @@ -279,7 +279,7 @@ updateOpenj9Sources() { if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return # NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation - bash get_source.sh --openssl-version=OpenSSL_1_1_1u+CVEs2 --openssl-repo=https://github.com/ibmruntimes/openssl.git + bash get_source.sh --openssl-version=1.1.1v cd "${BUILD_CONFIG[WORKSPACE_DIR]}" fi }