repo/extra/rust/sources
Dylan Araps 39d519f9a3
rust: Fix cargo SSL errors.
Cargo uses its own vendored libcurl which it statically links
against. This patches the build configuration to set
CURL_CA_BUNDLE and CURL_CA_PATH.

I am still unsure as to why this broke, why this only affects
KISS with OpenSSL 3.0.0, etc. Will see if the next rust release
improves this else will open a bug report upstream.

Closes #339
2021-10-08 08:21:08 +03:00

6 lines
391 B
Plaintext

https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2021-07-29/rust-std-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-07-29/rustc-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-07-29/cargo-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch