Skip to content

Commit

Permalink
Merge pull request #147 from pshipton/openssl9143
Browse files Browse the repository at this point in the history
Update OpenSSL 3.0.15 to include the fix for CVE-2024-9143
  • Loading branch information
mahdipub authored Oct 23, 2024
2 parents 3c4065c + f386061 commit 751890a
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 @@ -420,7 +420,7 @@ updateOpenj9Sources() {
fi

# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
bash get_source.sh -openssl-branch=openssl-3.0.15 ${OPENJCEPLUS_FLAGS} ${GSKIT_FLAGS} ${GSKIT_CREDENTIALS}
bash get_source.sh -openssl-repo=https://github.com/ibmruntimes/openssl.git -openssl-branch=openssl-3.0.15+CVEs1 ${OPENJCEPLUS_FLAGS} ${GSKIT_FLAGS} ${GSKIT_CREDENTIALS}
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
fi
}
Expand Down

0 comments on commit 751890a

Please sign in to comment.