Hi, this is the diff to update libssh to latest release.
Ok? Cheers, Remi.
Index: Makefile =================================================================== RCS file: /cvs/ports/security/libssh/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 9 Feb 2015 08:16:54 -0000 1.12 +++ Makefile 3 Nov 2015 15:19:01 -0000 @@ -2,15 +2,16 @@ COMMENT = C library implementing server and client side # XXX if updating, check the number in the MASTER_SITES path -DISTNAME = libssh-0.6.4 +DISTNAME = libssh-0.7.2 -SHARED_LIBS += ssh 1.1 # 4.5 -SHARED_LIBS += ssh_threads 1.1 # 4.5 +SHARED_LIBS += ssh 2.0 # 4.5 +SHARED_LIBS += ssh_threads 2.0 # 4.5 CATEGORIES = security devel HOMEPAGE = http://www.libssh.org/ -MASTER_SITES = https://red.libssh.org/attachments/download/107/ +MASTER_SITES = https://red.libssh.org/attachments/download/177/ +EXTRACT_SUFX = .tar.xz MAINTAINER = Remi Pointel <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/security/libssh/distinfo,v retrieving revision 1.9 diff -u -p -u -p -r1.9 distinfo --- distinfo 9 Feb 2015 08:16:54 -0000 1.9 +++ distinfo 3 Nov 2015 15:19:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (libssh-0.6.4.tar.gz) = fjIF4ulb81sjuDpkhafVmr58dUbQG3KPaRzww3Qha1I= -SIZE (libssh-0.6.4.tar.gz) = 381835 +SHA256 (libssh-0.7.2.tar.xz) = oyxFuWdBQcq0vehN7X1T6TEHbGsPELj9Yn81hPrrrmI= +SIZE (libssh-0.7.2.tar.xz) = 350540 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/security/libssh/pkg/PLIST,v retrieving revision 1.5 diff -u -p -u -p -r1.5 PLIST --- pkg/PLIST 9 Feb 2015 08:16:54 -0000 1.5 +++ pkg/PLIST 3 Nov 2015 15:19:01 -0000 @@ -3,6 +3,7 @@ include/libssh/ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h +include/libssh/libsshpp.hpp include/libssh/server.h include/libssh/sftp.h include/libssh/ssh2.h
