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.4.tar.gz
|
||||||
/libssh-0.6.5.tar.xz
|
/libssh-0.6.5.tar.xz
|
||||||
/libssh-0.7.0.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
|
Name: libssh
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libssh.org
|
URL: http://www.libssh.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: https://red.libssh.org/attachments/download/140/libssh-0.7.0.tar.xz
|
Source0: https://red.libssh.org/attachments/download/154/libssh-0.7.1.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
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -40,7 +36,7 @@ applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
# Remove examples, they are not packaged and do not build on EPEL 5
|
# Remove examples, they are not packaged and do not build on EPEL 5
|
||||||
sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt
|
sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt
|
||||||
rm -rf examples
|
rm -rf examples
|
||||||
@ -93,6 +89,14 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/libssh_threads.so
|
%{_libdir}/libssh_threads.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user