parent
ca06a891d4
commit
5e7e599baf
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ libssh-0.4.4.tar.gz.asc
|
|||||||
/libssh-0.6.5.tar.xz
|
/libssh-0.6.5.tar.xz
|
||||||
/libssh-0.7.0.tar.xz
|
/libssh-0.7.0.tar.xz
|
||||||
/libssh-0.7.1.tar.xz
|
/libssh-0.7.1.tar.xz
|
||||||
|
/libssh-0.7.2.tar.xz
|
||||||
|
14
libssh.spec
14
libssh.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -7,7 +7,7 @@ URL: http://www.libssh.org
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -89,6 +89,16 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/libssh_threads.so
|
%{_libdir}/libssh_threads.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.1-1
|
||||||
- Update to version 0.7.1
|
- Update to version 0.7.1
|
||||||
* Fixed SSH_AUTH_PARTIAL auth with auto public key
|
* Fixed SSH_AUTH_PARTIAL auth with auto public key
|
||||||
|
Loading…
Reference in New Issue
Block a user