Update to version 0.6.1.
resolves: #1056757 - Fix scp mode. resolves: #1053305 - Fix known_hosts heuristic.
This commit is contained in:
parent
c56d848473
commit
af3d7df1c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
libssh.spec
11
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@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@redhat.com> - 0.6.0-1
|
||||
- Update to 0.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user