[packages/libssh2] - updated to 1.7.0 (fixes CVE-2016-0787)

qboosh qboosh at pld-linux.org
Sun Feb 28 09:37:53 CET 2016


commit 658acb40e567a4d1ff20e602d374fe28bba23d8f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 28 09:41:15 2016 +0100

    - updated to 1.7.0 (fixes CVE-2016-0787)

 libssh2.spec | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index c3a2ab1..af31dc4 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,15 +1,16 @@
 Summary:	Library implementing the SSH2 protocol
 Summary(pl.UTF-8):	Biblioteka implementująca protokół SSH2
 Name:		libssh2
-Version:	1.6.0
+Version:	1.7.0
 Release:	1
 License:	BSD
 Group:		Libraries
-Source0:	http://www.libssh2.org/download/%{name}-%{version}.tar.gz
-# Source0-md5:	00aabd6e714a5f42a4fb82ace20db1dd
-URL:		http://libssh2.org/
+Source0:	https://www.libssh2.org/download/%{name}-%{version}.tar.gz
+# Source0-md5:	b01662a210e94cccf2f76094db7dac5c
+URL:		https://libssh2.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
+BuildRequires:	libtool
 BuildRequires:	openssl-devel
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -114,9 +115,13 @@ Biblioteka statyczna libssh2.
 %setup -q
 
 %build
-cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
+	--disable-silent-rules \
 	--with-openssl=%{_prefix}
 # AC_LIB_HAVE_LINKFLAGS adds unwanted -L/usr/lib to each LTLIB* - override it
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libssh2.git/commitdiff/658acb40e567a4d1ff20e602d374fe28bba23d8f



More information about the pld-cvs-commit mailing list