From 5e7e599baf1e4cfae996fbc7c607c828c62772cf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 30 Sep 2015 10:57:04 +0200 Subject: [PATCH] Update to version 0.7.2 resolves: #1267346 --- .gitignore | 1 + libssh.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1699466..7c3cd66 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ libssh-0.4.4.tar.gz.asc /libssh-0.6.5.tar.xz /libssh-0.7.0.tar.xz /libssh-0.7.1.tar.xz +/libssh-0.7.2.tar.xz diff --git a/libssh.spec b/libssh.spec index 8ba158d..68d82a7 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,5 +1,5 @@ Name: libssh -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ @@ -7,7 +7,7 @@ URL: http://www.libssh.org Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: https://red.libssh.org/attachments/download/154/libssh-0.7.1.tar.xz +Source0: https://red.libssh.org/attachments/download/177/libssh-0.7.2.tar.xz BuildRequires: cmake BuildRequires: doxygen @@ -89,6 +89,16 @@ rm -rf %{buildroot} %{_libdir}/libssh_threads.so %changelog +* Wed Sep 30 2015 Andreas Schneider - 0.7.2-1 +- Update to version 0.7.2 + * Fixed OpenSSL detection on Windows + * Fixed return status for ssh_userauth_agent() + * Fixed KEX to prefer hmac-sha2-256 + * Fixed sftp packet handling + * Fixed return values of ssh_key_is_(public|private) + * Fixed bug in global success reply +- resolves: #1267346 + * Tue Jun 30 2015 Andreas Schneider - 0.7.1-1 - Update to version 0.7.1 * Fixed SSH_AUTH_PARTIAL auth with auto public key diff --git a/sources b/sources index a54972d..487b3b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bffc9dc548c3bae3a3afc5ac1654b272 libssh-0.7.1.tar.xz +5d7d468937649a6dfc6186edfff083db libssh-0.7.2.tar.xz