From: Vasudev Kamath Date: Wed, 8 Aug 2018 15:31:55 +0000 (+0530) Subject: Update patch 2003 for new libssh2-sys X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c99ff2f77065b47d41b21927acf6ab9840acd6c;p=cargo.git Update patch 2003 for new libssh2-sys --- diff --git a/debian/patches/2003_force-use-system-libssh2.patch b/debian/patches/2003_force-use-system-libssh2.patch index c091fe902..c5c003827 100644 --- a/debian/patches/2003_force-use-system-libssh2.patch +++ b/debian/patches/2003_force-use-system-libssh2.patch @@ -4,8 +4,8 @@ Bug: https://github.com/alexcrichton/ssh2-rs/issues/88 Forwarded: not-needed Last-Update: 2018-07-28 ---- a/vendor/libssh2-sys-0.2.8/build.rs -+++ b/vendor/libssh2-sys-0.2.8/build.rs +--- a/vendor/libssh2-sys-0.2.10/build.rs ++++ b/vendor/libssh2-sys-0.2.10/build.rs @@ -21,19 +21,20 @@ // The system copy of libssh2 is not used by default because it // can lead to having two copies of libssl loaded at once.