Switch from MbedTLS to OpenSSL#56708
Merged
giordano merged 34 commits intoJuliaLang:masterfrom Jan 4, 2025
Merged
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
Contributor
Author
|
Current to-do list:
|
Member
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 |
Contributor
Author
|
This PR requires the two other PRs Currently these other PRs are hardcoded in |
Contributor
Author
|
@giordano There is a likely-spurious test failure. Can you restart |
giordano
reviewed
Nov 29, 2024
deps/checksums/SuiteSparse-e8285dd13a6d5b5cf52d8124793fc4d622d07554.tar.gz/md5
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.
giordano
approved these changes
Jan 4, 2025
Contributor
|
Single failure in test x86_64-apple-darwin, codegen: |
Member
|
That's #56748 |
giordano
added a commit
to giordano/julia
that referenced
this pull request
Jan 5, 2025
* Curl was missing a dependency on OpenSSL after JuliaLang#56708 * openssl is missing configuration target for riscv64
giordano
added a commit
that referenced
this pull request
Jan 5, 2025
* Curl was missing a dependency on OpenSSL after #56708 * openssl is missing configuration target for riscv64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on @fxcoudert's openssl branch and pull request at #53891.
Fix #48799.