Accepting request 224658 from devel:libraries:c_c++
Fix CVE-2014-0017. OBS-URL: https://build.opensuse.org/request/show/224658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=32
This commit is contained in:
parent
afc747139f
commit
28a13f417a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c6de7caa23debbe4639f83fa2ff411924643e65356d6af048daa31e4a1a2f71
|
|
||||||
size 275664
|
|
3
libssh-0.6.3.tar.xz
Normal file
3
libssh-0.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb
|
||||||
|
size 279492
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 17:20:09 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 0.6.3
|
||||||
|
* Fix CVE-2014-0017.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 09:25:48 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 0.6.1
|
||||||
|
* Added support for libgcrypt 1.6.
|
||||||
|
* Added ssh_channel_accept_forward().
|
||||||
|
* Added known_hosts heuristic during connection (#138).
|
||||||
|
* Added getters for session cipher names.
|
||||||
|
* Fixed decrypt of zero length buffer.
|
||||||
|
* Fixed padding in RSA signature blobs.
|
||||||
|
* Fixed DSA signature extraction.
|
||||||
|
* Fixed some memory leaks.
|
||||||
|
* Fixed read of non-connected socket.
|
||||||
|
* Fixed thread dectection.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 10:18:32 UTC 2014 - asn@cryptomilk.org
|
Wed Jan 8 10:18:32 UTC 2014 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Version: 0.6.0
|
Version: 0.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The SSH library
|
Summary: The SSH library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user