-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from MbedTLS to OpenSSL #56708
Conversation
Based on @fxcoudert's openssl branch and pull request at JuliaLang#53891. - diff re-applied to current Julia master (hence the new commit) - LibCURL, LibGit2, LibSSH2, OpenSSL updated to newest version - MbedTSL removed
Current to-do list:
|
If you mean with libcurl v8.10+ JuliaLang/Downloads.jl#260, JuliaLang/Downloads.jl#260 (comment) should fix it. But there are still other failures: JuliaLang/Downloads.jl#261 |
This PR requires the two other PRs Currently these other PRs are hardcoded in |
@giordano There is a likely-spurious test failure. Can you restart |
deps/checksums/SuiteSparse-e8285dd13a6d5b5cf52d8124793fc4d622d07554.tar.gz/md5
Outdated
Show resolved
Hide resolved
deps/checksums/Pkg-05df5cb52a60672120f84ce0cb0edaf053ebfbae.tar.gz/md5
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Single failure in test x86_64-apple-darwin, codegen:
|
That's #56748 |
* Curl was missing a dependency on OpenSSL after JuliaLang#56708 * openssl is missing configuration target for riscv64
* Curl was missing a dependency on OpenSSL after #56708 * openssl is missing configuration target for riscv64
Based on @fxcoudert's openssl branch and pull request at #53891.
Fix #48799.