/[packages]/cauldron/rust/current/SOURCES/rustc-1.59.0-disable-libssh2.patch
ViewVC logotype

Contents of /cauldron/rust/current/SOURCES/rustc-1.59.0-disable-libssh2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1789601 - (show annotations) (download)
Mon Mar 7 21:34:21 2022 UTC (2 years, 1 month ago) by akien
File size: 1145 byte(s)
- Tue Mar 01 2022 Josh Stone <jistone@redhat.com> - 1.59.0-2
  o Update to 1.59.0.

1 --- rustc-1.59.0-src/Cargo.lock.orig 2022-02-21 18:48:37.000000000 -0800
2 +++ rustc-1.59.0-src/Cargo.lock 2022-02-22 10:16:10.381962862 -0800
3 @@ -1935,7 +1935,6 @@
4 dependencies = [
5 "cc",
6 "libc",
7 - "libssh2-sys",
8 "libz-sys",
9 "openssl-sys",
10 "pkg-config",
11 @@ -1968,20 +1967,6 @@
12 ]
13
14 [[package]]
15 -name = "libssh2-sys"
16 -version = "0.2.23"
17 -source = "registry+https://github.com/rust-lang/crates.io-index"
18 -checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
19 -dependencies = [
20 - "cc",
21 - "libc",
22 - "libz-sys",
23 - "openssl-sys",
24 - "pkg-config",
25 - "vcpkg",
26 -]
27 -
28 -[[package]]
29 name = "libz-sys"
30 version = "1.1.3"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 --- rustc-1.59.0-src/vendor/git2/Cargo.toml.orig 2022-02-21 20:14:37.000000000 -0800
33 +++ rustc-1.59.0-src/vendor/git2/Cargo.toml 2022-02-22 10:12:23.021772490 -0800
34 @@ -51,7 +51,7 @@
35 version = "0.1.39"
36
37 [features]
38 -default = ["ssh", "https", "ssh_key_from_memory"]
39 +default = ["https"]
40 https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
41 ssh = ["libgit2-sys/ssh"]
42 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]

  ViewVC Help
Powered by ViewVC 1.1.30