Skip to content

Commit 2d1c10d

Browse files
committed
Update OpenSSL with the fix for CVE-2023-5678
See eclipse-openj9/openj9#18423 Signed-off-by: Peter Shipton <[email protected]>
1 parent 19038e1 commit 2d1c10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/prepareWorkspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ updateOpenj9Sources() {
287287
if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then
288288
cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return
289289
# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
290-
bash get_source.sh --openssl-version=3.0.12
290+
bash get_source.sh --openssl-version=openssl-3.0.12+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git
291291
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
292292
fi
293293
}

0 commit comments

Comments
 (0)