parent
8a270ebed3
commit
8337782299
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.7.1.tar.xz
|
||||
/libssh-0.7.2.tar.xz
|
||||
/libssh-0.7.3.tar.xz
|
||||
/libssh-0.7.4.tar.xz
|
||||
|
12
libssh.spec
12
libssh.spec
@ -1,11 +1,11 @@
|
||||
Name: libssh
|
||||
Version: 0.7.3
|
||||
Version: 0.7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH protocol
|
||||
License: LGPLv2+
|
||||
URL: http://www.libssh.org
|
||||
|
||||
Source0: https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz
|
||||
Source0: https://red.libssh.org/attachments/download/210/libssh-0.7.4.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
@ -96,6 +96,14 @@ popd
|
||||
%{_libdir}/libssh_threads.so
|
||||
|
||||
%changelog
|
||||
* Wed Feb 08 2017 Andreas Schneider <asn@redhat.com> - 0.7.4-1
|
||||
- Update to version 0.7.4
|
||||
* Added id_ed25519 to the default identity list
|
||||
* Fixed sftp EOF packet handling
|
||||
* Fixed ssh_send_banner() to confirm with RFC 4253
|
||||
* Fixed some memory leaks
|
||||
- resolves: #1419007
|
||||
|
||||
* Wed Feb 24 2016 Andreas Schneider <asn@redhat.com> - 0.7.3-1
|
||||
- resolves: #1311259 - Fix CVE-2016-0739
|
||||
- resolves: #1311332 - Update to version 0.7.3
|
||||
|
Loading…
Reference in New Issue
Block a user