From 14b6d6ad9d0d5172a167c50581c749e864f5584d6cd603dba97b35451de1ce77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 13 Jun 2015 07:50:45 +0000 Subject: [PATCH] Accepting request 311823 from home:vitezslav_cizek:branches:devel:libraries:c_c++ - update to 1.6.0 Changes: Added CMake build system Added libssh2_userauth_publickey_frommemory() Bug fixes: wait_socket: wrong use of difftime() userauth: Fixed prompt text no longer being copied to the prompts struct mingw build: allow to pass custom CFLAGS Let mansyntax.sh work regardless of where it is called from Init HMAC_CTX before using it direct_tcpip: Fixed channel write WinCNG: fixed backend breakage OpenSSL: caused by introducing libssh2_hmac_ctx_init userauth.c: fix possible dereferences of a null pointer wincng: Added explicit clear memory feature to WinCNG backend openssl.c: fix possible segfault in case EVP_DigestInit fails wincng: fix return code of libssh2_md5_init() kex: do not ignore failure of libssh2_sha1_init() scp: fix that scp_send may transmit not initialised memory scp.c: improved command length calculation nonblocking examples: fix warning about unused tvdiff on Mac OS X configure: make clear-memory default but WARN if backend unsupported OpenSSL: Enable use of OpenSSL that doesn't have DSA OpenSSL: Use correct no-blowfish #define kex: fix libgcrypt memory leaks of bignum libssh2_channel_open: more detailed error message wincng: fixed memleak in (block) cipher destructor OBS-URL: https://build.opensuse.org/request/show/311823 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=51 --- libssh2-1.5.0.tar.gz | 3 --- libssh2-1.5.0.tar.gz.asc | 7 ------- libssh2-1.6.0.tar.gz | 3 +++ libssh2-1.6.0.tar.gz.asc | 7 +++++++ libssh2_org.changes | 31 +++++++++++++++++++++++++++++++ libssh2_org.spec | 2 +- 6 files changed, 42 insertions(+), 11 deletions(-) delete mode 100644 libssh2-1.5.0.tar.gz delete mode 100644 libssh2-1.5.0.tar.gz.asc create mode 100644 libssh2-1.6.0.tar.gz create mode 100644 libssh2-1.6.0.tar.gz.asc diff --git a/libssh2-1.5.0.tar.gz b/libssh2-1.5.0.tar.gz deleted file mode 100644 index fdf4ce3..0000000 --- a/libssh2-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc -size 728222 diff --git a/libssh2-1.5.0.tar.gz.asc b/libssh2-1.5.0.tar.gz.asc deleted file mode 100644 index c94f17f..0000000 --- a/libssh2-1.5.0.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlT/6goACgkQeOEcayedXJFzngCg6lH4Ehxz8mm1nSCHpF4yzR9R -U9gAn0U8W8+SxLcpikzoVjZx5U8OTm/J -=vtPT ------END PGP SIGNATURE----- diff --git a/libssh2-1.6.0.tar.gz b/libssh2-1.6.0.tar.gz new file mode 100644 index 0000000..fbbbaea --- /dev/null +++ b/libssh2-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215 +size 734110 diff --git a/libssh2-1.6.0.tar.gz.asc b/libssh2-1.6.0.tar.gz.asc new file mode 100644 index 0000000..f1a3c17 --- /dev/null +++ b/libssh2-1.6.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlV6gyoACgkQeOEcayedXJElLwCgtOpiIjLEsZJ35VzoJI2sWesg +nYkAn11F5GnIPFnnEWXh1XOurRUuEroM +=Zy1X +-----END PGP SIGNATURE----- diff --git a/libssh2_org.changes b/libssh2_org.changes index b15aceb..45741dd 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Jun 12 18:53:42 UTC 2015 - vcizek@suse.com + +- update to 1.6.0 + Changes: + Added CMake build system + Added libssh2_userauth_publickey_frommemory() + Bug fixes: + wait_socket: wrong use of difftime() + userauth: Fixed prompt text no longer being copied to the prompts struct + mingw build: allow to pass custom CFLAGS + Let mansyntax.sh work regardless of where it is called from + Init HMAC_CTX before using it + direct_tcpip: Fixed channel write + WinCNG: fixed backend breakage + OpenSSL: caused by introducing libssh2_hmac_ctx_init + userauth.c: fix possible dereferences of a null pointer + wincng: Added explicit clear memory feature to WinCNG backend + openssl.c: fix possible segfault in case EVP_DigestInit fails + wincng: fix return code of libssh2_md5_init() + kex: do not ignore failure of libssh2_sha1_init() + scp: fix that scp_send may transmit not initialised memory + scp.c: improved command length calculation + nonblocking examples: fix warning about unused tvdiff on Mac OS X + configure: make clear-memory default but WARN if backend unsupported + OpenSSL: Enable use of OpenSSL that doesn't have DSA + OpenSSL: Use correct no-blowfish #define + kex: fix libgcrypt memory leaks of bignum + libssh2_channel_open: more detailed error message + wincng: fixed memleak in (block) cipher destructor + ------------------------------------------------------------------- Wed Mar 11 14:00:34 UTC 2015 - vcizek@suse.com diff --git a/libssh2_org.spec b/libssh2_org.spec index 80b17e7..73823a7 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -21,7 +21,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ Name: libssh2_org -Version: 1.5.0 +Version: 1.6.0 Release: 0 Url: http://www.libssh2.org/ %define pkg_name libssh2