Update to libssh-0.7.1
This commit is contained in:
parent
219358be56
commit
ca06a891d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.6.4.tar.gz
|
||||
/libssh-0.6.5.tar.xz
|
||||
/libssh-0.7.0.tar.xz
|
||||
/libssh-0.7.1.tar.xz
|
||||
|
20
libssh.spec
20
libssh.spec
@ -1,17 +1,13 @@
|
||||
Name: libssh
|
||||
Version: 0.7.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH protocol
|
||||
License: LGPLv2+
|
||||
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/140/libssh-0.7.0.tar.xz
|
||||
# Fix undefined symbol: ssh_forward_listen
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1221310
|
||||
# https://red.libssh.org/issues/194
|
||||
Patch0: https://red.libssh.org/attachments/download/143/0001-Reintroduce-ssh_forward_listen-Fixes-194.patch
|
||||
Source0: https://red.libssh.org/attachments/download/154/libssh-0.7.1.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
@ -40,7 +36,7 @@ applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# Remove examples, they are not packaged and do not build on EPEL 5
|
||||
sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt
|
||||
rm -rf examples
|
||||
@ -93,6 +89,14 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libssh_threads.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.1-1
|
||||
- Update to version 0.7.1
|
||||
* Fixed SSH_AUTH_PARTIAL auth with auto public key
|
||||
* Fixed memory leak in session options
|
||||
* Fixed allocation of ed25519 public keys
|
||||
* Fixed channel exit-status and exit-signal
|
||||
* Reintroduce ssh_forward_listen()
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user