diff --git a/.gitignore b/.gitignore index 23da34d..1699466 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libssh.spec b/libssh.spec index 81d17d5..8ba158d 100644 --- a/libssh.spec +++ b/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 - 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 - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 824724c..a54972d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf20c3bb6edfc853187985c3f649ca80 libssh-0.7.0.tar.xz +bffc9dc548c3bae3a3afc5ac1654b272 libssh-0.7.1.tar.xz