From af3d7df1c8262906c760d1f2b7b7d7f37ee19499 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 10 Feb 2014 10:33:15 +0100 Subject: [PATCH] Update to version 0.6.1. resolves: #1056757 - Fix scp mode. resolves: #1053305 - Fix known_hosts heuristic. --- .gitignore | 1 + libssh.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 98ceae1..0c4eb74 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ libssh-0.4.4.tar.gz.asc /libssh-0.5.5.tar.gz /libssh-0.5.5.tar.asc /libssh-0.6.0.tar.xz +/libssh-0.6.1.tar.xz diff --git a/libssh.spec b/libssh.spec index 11779c1..4a90d5a 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,13 +1,13 @@ Name: libssh -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ -URL: http://www.libssh.org/ +URL: http://www.libssh.org Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: https://red.libssh.org/attachments/download/51/libssh-0.6.0.tar.xz +Source0: https://red.libssh.org/attachments/download/81/libssh-0.6.1.tar.xz BuildRequires: cmake BuildRequires: doxygen @@ -83,6 +83,11 @@ rm -rf %{buildroot} %{_libdir}/libssh_threads.so %changelog +* Mon Feb 10 2014 - Andreas Schneider - 0.6.1-1 +- Update to version 0.6.1. +- resolves: #1056757 - Fix scp mode. +- resolves: #1053305 - Fix known_hosts heuristic. + * Wed Jan 08 2014 - Andreas Schneider - 0.6.0-1 - Update to 0.6.0 diff --git a/sources b/sources index 605534e..8faa6a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12d9b1edfb8c2d85b24e123b6b386b40 libssh-0.6.0.tar.xz +4a6d56735c1b08a8a18c3fc3967f2bcd libssh-0.6.1.tar.xz