[libssh/f19] Update to version 0.6.1.

asn asn at fedoraproject.org
Mon Feb 10 09:35:21 UTC 2014


commit 459e2ba8c4e9a1e26dc8554dd3e9708a5115e2a0
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Mon Feb 10 10:33:15 2014 +0100

    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 <asn at redhat.com> - 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 <asn at redhat.com> - 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


More information about the scm-commits mailing list