Accepting request 762033 from home:federico-mena:branches:devel:languages:rust

- Bump version of libssh2 for SLE15; we now need a version with
  libssh2_userauth_publickey_frommemory(), which appeared in libssh2
  1.6.0.
- Use the bundled libssh2 prior to SLE15.  SLE12 has 1.4.3, which is
  too old for the ssh crate now.

OBS-URL: https://build.opensuse.org/request/show/762033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=239
This commit is contained in:
Luke Jones
2020-01-12 19:10:19 +00:00
committed by Git OBS Bridge
parent d5285e9bf9
commit 086b65c695
2 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 8 16:44:17 UTC 2020 - Federico Mena Quintero <federico@suse.com>
- Bump version of libssh2 for SLE15; we now need a version with
libssh2_userauth_publickey_frommemory(), which appeared in libssh2
1.6.0.
- Use the bundled libssh2 prior to SLE15. SLE12 has 1.4.3, which is
too old for the ssh crate now.
-------------------------------------------------------------------
Mon Dec 30 03:48:37 UTC 2019 - Luke Jones <luke@ljones.dev>