Skip to content
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

Add MbedTLS as a stdlib #32706

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4808623489c967ffec5b98499592854b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b5296f58128016e246628e7b6aff08442644e84347385a780814ea4df8990144220768ee762e5155ecc7cd2b93ee633b9939b3288ccad6477cd73233cd12b7f
5 changes: 4 additions & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ STDLIBS = Base64 CRC32c Dates DelimitedFiles Distributed FileWatching \
Future InteractiveUtils Libdl LibGit2 LinearAlgebra Logging \
Markdown Mmap Printf Profile Random REPL Serialization SHA \
SharedArrays Sockets SparseArrays Statistics SuiteSparse Test Unicode UUIDs
STDLIBS_EXT = Pkg
STDLIBS_EXT = Pkg MbedTLS
PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

MBEDTLS_GIT_URL := git://github.com/JuliaLang/MbedTLS.jl.git
MBEDTLS_TAR_URL = https://api.github.com/repos/JuliaLang/MbedTLS.jl/tarball/$1

$(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))

# Generate symlinks to all stdlibs at usr/share/julia/stdlib/vX.Y/
Expand Down
2 changes: 2 additions & 0 deletions stdlib/MbedTLS.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MBEDTLS_BRANCH = jq/stdlib
MBEDTLS_SHA1 = 86dfd77a9521d2e0ba1e4a9010f0de443237d4df