[packages/libssh] - updated to 0.9.0

qboosh qboosh at pld-linux.org
Wed Jul 17 17:27:09 CEST 2019


commit f9e70dad71914c1585d1221000e94e62c5e156d6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jul 17 17:28:55 2019 +0200

    - updated to 0.9.0

 libssh.spec | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/libssh.spec b/libssh.spec
index 6cfee4d..9e3eb65 100644
--- a/libssh.spec
+++ b/libssh.spec
@@ -1,19 +1,20 @@
 Summary:	Library implementing the SSH protocol
 Summary(pl.UTF-8):	Biblioteka implementująca protokół SSH
 Name:		libssh
-Version:	0.8.6
+Version:	0.9.0
 Release:	1
 Epoch:		1
 License:	LGPL v2.1+; parts are BSD-licensed
 Group:		Libraries
-Source0:	https://www.libssh.org/files/0.8/%{name}-%{version}.tar.xz
-# Source0-md5:	358a32cf892b80635bea6dda9bcfc891
+Source0:	https://www.libssh.org/files/0.9/%{name}-%{version}.tar.xz
+# Source0-md5:	d2334521d83fe20309ed43a62321e7c2
 URL:		http://www.libssh.org/
 BuildRequires:	cmake >= 3.3.0
 BuildRequires:	heimdal-devel
 BuildRequires:	openssl-devel >= 0.9.8
-BuildRequires:	rpmbuild(macros) >= 1.600
-BuildRequires:	zlib-devel
+BuildRequires:	rpmbuild(macros) >= 1.605
+BuildRequires:	zlib-devel >= 1.2
+Requires:	zlib >= 1.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,7 +55,8 @@ Pliki nagłówkowe biblioteki libssh.
 install -d build
 cd build
 %cmake .. \
-	-DWITH_SSH1=ON
+	-DWITH_SSH1=ON \
+	-DWITH_ZLIB=ON
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libssh.git/commitdiff/f9e70dad71914c1585d1221000e94e62c5e156d6



More information about the pld-cvs-commit mailing list