Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libssh/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile 23 Oct 2018 19:28:18 -0000 1.18
+++ Makefile 26 Feb 2019 12:36:51 -0000
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2018/10/23 19:28:18 jasper Exp $
COMMENT = C library implementing server and client side
-DISTNAME = libssh-0.8.4
+DISTNAME = libssh-0.8.7
-SHARED_LIBS += ssh 4.0 # 4.5
+SHARED_LIBS += ssh 5.0 # 4.7
CATEGORIES = security devel
@@ -16,7 +16,7 @@ MAINTAINER = Remi Pointel <rpointel@ope
# LGPL v2.1
PERMIT_PACKAGE_CDROM = Yes
-WANTLIB += crypto pthread z
+WANTLIB += crypto z
MODULES = devel/cmake
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libssh/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo 23 Oct 2018 19:28:18 -0000 1.13
+++ distinfo 26 Feb 2019 12:36:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (libssh-0.8.4.tar.xz) = a7B3EwIahYa6ISCyw2xGjcmsgJbQQ/mxcmY5qkJ1uBs=
-SIZE (libssh-0.8.4.tar.xz) = 425848
+SHA256 (libssh-0.8.7.tar.xz) = QzBMoi8LoLZU4UtXSjmBa8cCEv3qWFimY3zCbK3j1ZI=
+SIZE (libssh-0.8.7.tar.xz) = 430104
Hi,
this is the diff to update libssh to latest release.
Ok?
Cheers,
Remi.
No comments:
Post a Comment