Blame SOURCES/rustc-1.48.0-disable-libssh2.patch
|
|
79456f |
--- rustc-1.48.0-src/Cargo.lock.orig 2020-11-16 06:01:53.000000000 -0800
|
|
|
79456f |
+++ rustc-1.48.0-src/Cargo.lock 2020-11-16 09:27:44.425104404 -0800
|
|
|
79456f |
@@ -1676,7 +1676,6 @@
|
|
|
8931a1 |
dependencies = [
|
|
|
8931a1 |
"cc",
|
|
|
8931a1 |
"libc",
|
|
|
8931a1 |
- "libssh2-sys",
|
|
|
8931a1 |
"libz-sys",
|
|
|
8931a1 |
"openssl-sys",
|
|
|
8931a1 |
"pkg-config",
|
|
|
79456f |
@@ -1693,20 +1692,6 @@
|
|
|
8931a1 |
]
|
|
|
8931a1 |
|
|
|
8931a1 |
[[package]]
|
|
|
8931a1 |
-name = "libssh2-sys"
|
|
|
79456f |
-version = "0.2.19"
|
|
|
8931a1 |
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
79456f |
-checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
|
|
|
8931a1 |
-dependencies = [
|
|
|
8931a1 |
- "cc",
|
|
|
8931a1 |
- "libc",
|
|
|
8931a1 |
- "libz-sys",
|
|
|
8931a1 |
- "openssl-sys",
|
|
|
8931a1 |
- "pkg-config",
|
|
|
8931a1 |
- "vcpkg",
|
|
|
8931a1 |
-]
|
|
|
8931a1 |
-
|
|
|
8931a1 |
-[[package]]
|
|
|
8931a1 |
name = "libz-sys"
|
|
|
79456f |
version = "1.1.2"
|
|
|
8931a1 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
79456f |
--- rustc-1.48.0-src/vendor/git2/Cargo.toml.orig 2020-11-16 06:27:49.000000000 -0800
|
|
|
79456f |
+++ rustc-1.48.0-src/vendor/git2/Cargo.toml 2020-11-16 09:27:44.425104404 -0800
|
|
|
c3bb10 |
@@ -49,7 +49,7 @@
|
|
|
8931a1 |
version = "0.1.39"
|
|
|
8931a1 |
|
|
|
8931a1 |
[features]
|
|
|
8931a1 |
-default = ["ssh", "https", "ssh_key_from_memory"]
|
|
|
8931a1 |
+default = ["https"]
|
|
|
8931a1 |
https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
|
|
|
8931a1 |
ssh = ["libgit2-sys/ssh"]
|
|
|
8931a1 |
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
|