Update to version 0.7.2

resolves: #1267346
This commit is contained in:
Andreas Schneider 2015-09-30 10:57:04 +02:00
parent ca06a891d4
commit 5e7e599baf
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <asn@redhat.com> - 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 <asn@redhat.com> - 0.7.1-1
- Update to version 0.7.1
* Fixed SSH_AUTH_PARTIAL auth with auto public key

View File

@ -1 +1 @@
bffc9dc548c3bae3a3afc5ac1654b272 libssh-0.7.1.tar.xz
5d7d468937649a6dfc6186edfff083db libssh-0.7.2.tar.xz