Skip to content

Commit

Permalink
Merge pull request #150 from pshipton/opensslcve13176
Browse files Browse the repository at this point in the history
Update OpenSSL 3.0.15 to include the fix for CVE-2024-13176
  • Loading branch information
AdamBrousseau authored Jan 20, 2025
2 parents 8dbe40e + 05b14bf commit 563419b
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-repo=https://github.com/ibmruntimes/openssl.git -openssl-branch=openssl-3.0.15+CVEs1 ${OPENJCEPLUS_FLAGS} ${GSKIT_FLAGS} ${GSKIT_CREDENTIALS}
bash get_source.sh -openssl-repo=https://github.com/ibmruntimes/openssl.git -openssl-branch=openssl-3.0.15+CVEs2 ${OPENJCEPLUS_FLAGS} ${GSKIT_FLAGS} ${GSKIT_CREDENTIALS}
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
fi
}
Expand Down

0 comments on commit 563419b

Please sign in to comment.