Update to version 0.6.4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=15
This commit is contained in:
parent
28a13f417a
commit
cf24bbfae6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb
|
||||
size 279492
|
3
libssh-0.6.4.tar.gz
Normal file
3
libssh-0.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52
|
||||
size 381835
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 0.6.4
|
||||
* Fixed CVE-2014-8132.
|
||||
* Added SHA-2 for session ID signing with ECDSA keys.
|
||||
* Added support for ECDSA host keys.
|
||||
* Added support for more ECDSA hostkey algorithms.
|
||||
* Added ssh_pki_key_ecdsa_name() API.
|
||||
* Fixed setting the bindfd only after successful listen.
|
||||
* Fixed issues with user created sockets.
|
||||
* Fixed several issues in libssh C++ wrapper.
|
||||
* Fixed several documentation issues.
|
||||
* Fixed channel exit-signal request.
|
||||
* Fixed X11 request screen number in messages.
|
||||
* Fixed several memory leaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 17:20:09 UTC 2014 - asn@cryptomilk.org
|
||||
|
||||
|
19
libssh.spec
19
libssh.spec
@ -16,21 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
Url: http://www.libssh.org
|
||||
|
||||
Name: libssh
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
Version: 0.6.3
|
||||
|
||||
Name: libssh
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
|
||||
Summary: The SSH library
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Url: https://www.libssh.org
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -66,7 +69,9 @@ package)
|
||||
%package devel
|
||||
Summary: SSH library development headers
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: cmake
|
||||
Requires: libssh4 = %{version}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Development headers for the SSH library.
|
||||
@ -126,7 +131,9 @@ popd build
|
||||
%{_libdir}/libssh_threads.so
|
||||
%{_libdir}/pkgconfig/libssh.pc
|
||||
%{_libdir}/pkgconfig/libssh_threads.pc
|
||||
%{_libdir}/cmake/libssh*cmake
|
||||
%dir %{_libdir}/cmake/libssh
|
||||
%{_libdir}/cmake/libssh/libssh-config.cmake
|
||||
%{_libdir}/cmake/libssh/libssh-config-version.cmake
|
||||
|
||||
%files devel-doc
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user