summaryrefslogtreecommitdiffstats
path: root/vendor/curl-sys/debian/patches/disable-libz-sys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/curl-sys/debian/patches/disable-libz-sys.patch')
-rw-r--r--vendor/curl-sys/debian/patches/disable-libz-sys.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/curl-sys/debian/patches/disable-libz-sys.patch b/vendor/curl-sys/debian/patches/disable-libz-sys.patch
new file mode 100644
index 0000000..b865d75
--- /dev/null
+++ b/vendor/curl-sys/debian/patches/disable-libz-sys.patch
@@ -0,0 +1,27 @@
+Description: for now, disable libz to avoid NEW trip
+
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -33,11 +33,6 @@
+ version = "0.1.3"
+ optional = true
+
+-[dependencies.libz-sys]
+-version = "1.0.18"
+-features = ["libc"]
+-default-features = false
+-
+ [dependencies.rustls-ffi]
+ version = "0.8"
+ features = ["no_log_capture"]
+@@ -64,10 +59,6 @@
+ static-ssl = ["openssl-sys"]
+ upkeep_7_62_0 = []
+ windows-static-ssl = []
+-zlib-ng-compat = [
+- "libz-sys/zlib-ng",
+- "static-curl",
+-]
+
+ [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
+ version = "0.9.64"