Accepting request 213274 from network:synchronization:files
update to libssh 0.6.0 OBS-URL: https://build.opensuse.org/request/show/213274 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=31
This commit is contained in:
parent
64a322aa8d
commit
afc747139f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d311fa507fee977d35aceb46f52a03f224755822d6016c5db72a2e74cb86faca
|
|
||||||
size 274036
|
|
3
libssh-0.6.0.tar.xz
Normal file
3
libssh-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c6de7caa23debbe4639f83fa2ff411924643e65356d6af048daa31e4a1a2f71
|
||||||
|
size 275664
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 10:18:32 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 0.6.0
|
||||||
|
* Added new publicy key API.
|
||||||
|
* Added new userauth API.
|
||||||
|
* Added ssh_get_publickey_hash() function.
|
||||||
|
* Added ssh_get_poll_flags() function.
|
||||||
|
* Added gssapi-mic userauth.
|
||||||
|
* Added GSSAPIServerIdentity option.
|
||||||
|
* Added GSSAPIClientIdentity option.
|
||||||
|
* Added GSSAPIDelegateCredentials option.
|
||||||
|
* Added new callback based server API.
|
||||||
|
* Added Elliptic Curve DSA (ECDSA) support (with OpenSSL).
|
||||||
|
* Added Elliptic Curve Diffie Hellman (ECDH) support.
|
||||||
|
* Added Curve25519 for ECDH key exchange.
|
||||||
|
* Added improved logging system.
|
||||||
|
* Added SSH-agent forwarding.
|
||||||
|
* Added key-reexchange.
|
||||||
|
* Added more unit tests.
|
||||||
|
* Improved documentation.
|
||||||
|
* Fixed timeout handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 13:23:21 CET 2013 - kukuk@suse.de
|
Thu Dec 19 13:23:21 CET 2013 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libssh
|
# spec file for package libssh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,9 +25,9 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Version: 0.5.90
|
Version: 0.6.0
|
||||||
Release: 0.1.rc1
|
Release: 0
|
||||||
Summary: SSH library
|
Summary: The SSH library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user