summaryrefslogtreecommitdiffstats
path: root/vendor/curl/debian/patches/disable-features.patch
blob: 3f1dcd95113b1c5c6bab6339cd2cb1f23bd65baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: for now, disable some features to avoid NEW trip

Index: curl/Cargo.toml
===================================================================
--- curl.orig/Cargo.toml
+++ curl/Cargo.toml
@@ -80,12 +80,6 @@ version = "2.0.3"
 default = ["ssl"]
 force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
 http2 = ["curl-sys/http2"]
-mesalink = ["curl-sys/mesalink"]
-ntlm = ["curl-sys/ntlm"]
-poll_7_68_0 = ["curl-sys/poll_7_68_0"]
-protocol-ftp = ["curl-sys/protocol-ftp"]
-rustls = ["curl-sys/rustls"]
-spnego = ["curl-sys/spnego"]
 ssl = [
     "openssl-sys",
     "openssl-probe",
@@ -93,11 +87,6 @@ ssl = [
 ]
 static-curl = ["curl-sys/static-curl"]
 static-ssl = ["curl-sys/static-ssl"]
-upkeep_7_62_0 = ["curl-sys/upkeep_7_62_0"]
-zlib-ng-compat = [
-    "curl-sys/zlib-ng-compat",
-    "static-curl",
-]
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
 version = "0.1.2"