From: Vasudev Kamath Date: Sun, 3 Dec 2017 13:46:14 +0000 (+0530) Subject: Refresh patch 2002 with new release. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a76a0eeb594890264bce691ceaad32fad613e49a;p=cargo.git Refresh patch 2002 with new release. --- diff --git a/debian/patches/2002_disable-net-tests.patch b/debian/patches/2002_disable-net-tests.patch index d08ff793a..817cb9243 100644 --- a/debian/patches/2002_disable-net-tests.patch +++ b/debian/patches/2002_disable-net-tests.patch @@ -14,7 +14,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ fn http_auth_offered() { let server = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = server.local_addr().unwrap(); -@@ -127,7 +127,7 @@ +@@ -129,7 +129,7 @@ } // Boy, sure would be nice to have a TLS implementation in rust! @@ -23,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ fn https_something_happens() { let server = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = server.local_addr().unwrap(); -@@ -177,7 +177,7 @@ +@@ -180,7 +180,7 @@ } // Boy, sure would be nice to have an SSH implementation in rust! @@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ fn net_retry_loads_from_config() { let p = project("foo") .file("Cargo.toml", r#" -@@ -29,7 +29,7 @@ +@@ -30,7 +30,7 @@ (1 tries remaining): [..]")); } @@ -54,7 +54,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ .file("Cargo.toml", r#" --- a/tests/test.rs +++ b/tests/test.rs -@@ -2205,7 +2205,7 @@ +@@ -2260,7 +2260,7 @@ execs().with_status(0)); }