From d06c0df8bee4d56f761cb41b6bf0092f5dd512cd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 4 May 2015 15:00:39 +0200 Subject: [PATCH] Security fix for CVE-2015-3146 resolves: #1213775 resolves: #1218076 --- .gitignore | 1 + libssh.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb75817..320c0ed 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ libssh-0.4.4.tar.gz.asc /libssh-0.6.1.tar.xz /libssh-0.6.3.tar.xz /libssh-0.6.4.tar.gz +/libssh-0.6.5.tar.xz diff --git a/libssh.spec b/libssh.spec index 0953a5a..8ada466 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,5 +1,5 @@ Name: libssh -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ @@ -7,7 +7,7 @@ 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/107/libssh-0.6.4.tar.gz +Source0: https://red.libssh.org/attachments/download/121/libssh-0.6.5.tar.xz BuildRequires: cmake BuildRequires: doxygen @@ -75,6 +75,7 @@ rm -rf %{buildroot} %{_includedir}/libssh/callbacks.h %{_includedir}/libssh/legacy.h %{_includedir}/libssh/libssh.h +%{_includedir}/libssh/libsshpp.hpp %{_includedir}/libssh/server.h %{_includedir}/libssh/sftp.h %{_includedir}/libssh/ssh2.h @@ -87,6 +88,10 @@ rm -rf %{buildroot} %{_libdir}/libssh_threads.so %changelog +* Thu Apr 30 2015 Andreas Schneider - 0.6.5-1 +- resolves: #1213775 - Security fix for CVE-2015-3146 +- resolves: #1218076 - Security fix for CVE-2015-3146 + * Fri Dec 19 2014 - Andreas Schneider - 0.6.4-1 - Security fix for CVE-2014-8132. diff --git a/sources b/sources index 28865ce..003fc34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d092f911492e3ee4cd7b473f09a0196 libssh-0.6.4.tar.gz +fdf107011ae1847d86620b39ae37d4f3 libssh-0.6.5.tar.xz