Update to 0.2.17

epel10
Josh Stone 5 years ago
parent a250ae5298
commit 9a60816ed9

1
.gitignore vendored

@ -7,3 +7,4 @@
/libssh2-sys-0.2.14.crate /libssh2-sys-0.2.14.crate
/libssh2-sys-0.2.15.crate /libssh2-sys-0.2.15.crate
/libssh2-sys-0.2.16.crate /libssh2-sys-0.2.16.crate
/libssh2-sys-0.2.17.crate

@ -12,13 +12,14 @@ diff --git a/build.rs b/build.rs
index d4bd6a0..1720f12 100644 index d4bd6a0..1720f12 100644
--- a/build.rs --- a/build.rs
+++ b/build.rs +++ b/build.rs
@@ -14,16 +14,11 @@ fn main() { @@ -14,17 +14,11 @@ fn main() {
return; return;
} }
- // The system copy of libssh2 is not used by default because it - // The system copy of libssh2 is not used by default because it
- // can lead to having two copies of libssl loaded at once. - // can lead to having two copies of libssl loaded at once.
- // See https://github.com/alexcrichton/ssh2-rs/pull/88 - // See https://github.com/alexcrichton/ssh2-rs/pull/88
- println!("cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG");
- if env::var("LIBSSH2_SYS_USE_PKG_CONFIG").is_ok() { - if env::var("LIBSSH2_SYS_USE_PKG_CONFIG").is_ok() {
- if let Ok(lib) = pkg_config::find_library("libssh2") { - if let Ok(lib) = pkg_config::find_library("libssh2") {
- for path in &lib.include_paths { - for path in &lib.include_paths {

@ -5,7 +5,7 @@
%global crate libssh2-sys %global crate libssh2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.16 Version: 0.2.17
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libssh2 library Summary: Native bindings to the libssh2 library
@ -80,6 +80,9 @@ echo 'pkgconfig(libssh2)'
%endif %endif
%changelog %changelog
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.2.17-1
- Update to 0.2.17
* Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.2.16-1 * Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.2.16-1
- Update to 0.2.16 - Update to 0.2.16

@ -1 +1 @@
SHA512 (libssh2-sys-0.2.16.crate) = ada58da5ba71d577010ecae04504c9542ca5ce13b7d1f56b3408e018d28f7a3b39ab4821e82e1b212fd52a9e80bdc57d944651b33e923602b26153caf81b2400 SHA512 (libssh2-sys-0.2.17.crate) = b4e4fb75e24c2f27fee43cba1a5aedf72b0629cce8dc08c6ffb337051679e65ca53a8eb02e8ad60923d50fe36b3adc6d295c1b792a786d4cfa1f39bf63ec45a5

Loading…
Cancel
Save