From 28a13f417aea1fa037332192f58627922315bf7b172d69bf823484a4188b183f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 6 Mar 2014 11:01:38 +0000 Subject: [PATCH] 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 --- libssh-0.6.0.tar.xz | 3 --- libssh-0.6.3.tar.xz | 3 +++ libssh.changes | 21 +++++++++++++++++++++ libssh.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libssh-0.6.0.tar.xz create mode 100644 libssh-0.6.3.tar.xz diff --git a/libssh-0.6.0.tar.xz b/libssh-0.6.0.tar.xz deleted file mode 100644 index 39b489d..0000000 --- a/libssh-0.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c6de7caa23debbe4639f83fa2ff411924643e65356d6af048daa31e4a1a2f71 -size 275664 diff --git a/libssh-0.6.3.tar.xz b/libssh-0.6.3.tar.xz new file mode 100644 index 0000000..625884c --- /dev/null +++ b/libssh-0.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb +size 279492 diff --git a/libssh.changes b/libssh.changes index 354356d..6b7a51f 100644 --- a/libssh.changes +++ b/libssh.changes @@ -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 diff --git a/libssh.spec b/libssh.spec index 71e9b2f..5913d7f 100644 --- a/libssh.spec +++ b/libssh.spec @@ -25,7 +25,7 @@ BuildRequires: gcc-c++ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: xz -Version: 0.6.0 +Version: 0.6.3 Release: 0 Summary: The SSH library License: LGPL-2.1+