summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-0011-cargo-remove-nghttp2.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:41:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:41:42 +0000
commit56f5bfd26c333c7f9439bb439861e59e255d3d37 (patch)
tree1873cff2936f7b3b4abf2ea3c46f78404009af50 /debian/patches/d-0011-cargo-remove-nghttp2.patch
parentMerging upstream version 1.70.0+dfsg2. (diff)
downloadrustc-56f5bfd26c333c7f9439bb439861e59e255d3d37.tar.xz
rustc-56f5bfd26c333c7f9439bb439861e59e255d3d37.zip
Merging debian version 1.70.0+dfsg2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-0011-cargo-remove-nghttp2.patch')
-rw-r--r--debian/patches/d-0011-cargo-remove-nghttp2.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/d-0011-cargo-remove-nghttp2.patch b/debian/patches/d-0011-cargo-remove-nghttp2.patch
new file mode 100644
index 000000000..b7ea72c53
--- /dev/null
+++ b/debian/patches/d-0011-cargo-remove-nghttp2.patch
@@ -0,0 +1,19 @@
+Description: Remove nghttp2 from curl-sys crate
+Author: Zixing Liu <zixing.liu@canonical.com>
+Forwarded: not-needed
+Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rust/vendor/curl-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/curl-sys/Cargo.toml
++++ rust/vendor/curl-sys/Cargo.toml
+@@ -52,7 +52,7 @@ version = "0.3.3"
+ [features]
+ default = ["ssl"]
+ force-system-lib-on-osx = []
+-http2 = ["libnghttp2-sys"]
++http2 = []
+ mesalink = []
+ ntlm = []
+ poll_7_68_0 = []