Update to libssh 0.7.0
This commit is contained in:
parent
d06c0df8be
commit
0d4a295682
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.6.3.tar.xz
|
||||
/libssh-0.6.4.tar.gz
|
||||
/libssh-0.6.5.tar.xz
|
||||
/libssh-0.7.0.tar.xz
|
||||
|
15
libssh.spec
15
libssh.spec
@ -1,5 +1,5 @@
|
||||
Name: libssh
|
||||
Version: 0.6.5
|
||||
Version: 0.7.0
|
||||
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/121/libssh-0.6.5.tar.xz
|
||||
Source0: https://red.libssh.org/attachments/download/140/libssh-0.7.0.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
@ -88,6 +88,17 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libssh_threads.so
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2015 Andreas Schneider <asn@redhat.com> - 0.7.0-1
|
||||
- Update to version 0.7.0
|
||||
* Added support for ed25519 keys
|
||||
* Added SHA2 algorithms for HMAC
|
||||
* Added improved and more secure buffer handling code
|
||||
* Added callback for auth_none_function
|
||||
* Added support for ECDSA private key signing
|
||||
* Added more tests
|
||||
* Fixed a lot of bugs
|
||||
* Improved API documentation
|
||||
|
||||
* Thu Apr 30 2015 Andreas Schneider <asn@redhat.com> - 0.6.5-1
|
||||
- resolves: #1213775 - Security fix for CVE-2015-3146
|
||||
- resolves: #1218076 - Security fix for CVE-2015-3146
|
||||
|
Loading…
Reference in New Issue
Block a user