Codebase list rust-stfu8 / f12488d
curl-sys: disable new experimental rustls support Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler 1 year, 7 months ago
2 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: curl-sys/Cargo.toml
1 ===================================================================
2 --- curl-sys.orig/Cargo.toml
3 +++ curl-sys/Cargo.toml
4 @@ -33,11 +33,6 @@ version = "0.2.2"
5 version = "0.1.3"
6 optional = true
7
8 -[dependencies.rustls-ffi]
9 -version = "0.8"
10 -features = ["no_log_capture"]
11 -optional = true
12 -
13 [build-dependencies.cc]
14 version = "1.0"
15
16 @@ -52,7 +47,6 @@ mesalink = []
17 ntlm = []
18 poll_7_68_0 = []
19 protocol-ftp = []
20 -rustls = ["rustls-ffi"]
21 spnego = []
22 ssl = ["openssl-sys"]
23 static-curl = []
00 avoid-spurious-rebuilds.patch
11 disable-vendor.patch
22 disable-libz-sys.patch
3 disable-rustls.patch