diff --git a/libssh-0.6.4.tar.gz b/libssh-0.6.4.tar.gz deleted file mode 100644 index 8d351e3..0000000 --- a/libssh-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52 -size 381835 diff --git a/libssh-0.6.5.tar.xz b/libssh-0.6.5.tar.xz new file mode 100644 index 0000000..e09a1a3 --- /dev/null +++ b/libssh-0.6.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd52763e033d5e9b1cd55f60a74e619731c5ba630938eec95682dbe4cf7dc2c +size 281564 diff --git a/libssh.changes b/libssh.changes index 35e8135..98b4634 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 30 14:08:31 UTC 2015 - asn@cryptomilk.org + +- Update to version 0.6.5 + * Fixed CVE-2015-3146 + * Fixed port handling in config file + * Fixed the build with libgcrypt + * Fixed SFTP endian issues (rlo #179) + * Fixed uninitilized sig variable (rlo #167) + * Fixed polling issues which could result in a hang + * Fixed handling of EINTR in ssh_poll() (rlo #186) + * Fixed C99 issues with __func__ + * Fixed some memory leaks + * Improved macro detection on Windows + ------------------------------------------------------------------- Thu Jan 22 07:41:22 UTC 2015 - coolo@suse.com diff --git a/libssh.spec b/libssh.spec index 3abbd89..d9f8b52 100644 --- a/libssh.spec +++ b/libssh.spec @@ -24,7 +24,7 @@ BuildRequires: pkgconfig BuildRequires: xz Name: libssh -Version: 0.6.4 +Version: 0.6.5 Release: 0 Summary: The SSH library @@ -32,7 +32,7 @@ License: LGPL-2.1+ Group: System/Libraries Url: https://www.libssh.org -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build