Skip to content

Commit

Permalink
Merge pull request #85 from pshipton/sslcve2
Browse files Browse the repository at this point in the history
Update OpenSSL to include the fix for CVE-2023-3817
  • Loading branch information
AdamBrousseau authored Jul 31, 2023
2 parents e84dc26 + a32aeb5 commit 619107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/prepareWorkspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git
bash get_source.sh --openssl-version=OpenSSL_1_1_1u+CVEs2 --openssl-repo=https://github.com/ibmruntimes/openssl.git
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
fi
}
Expand Down

0 comments on commit 619107f

Please sign in to comment.