Hi, This is the diff to update libssh2 to latest release.
Please test this diff in a bulk build. Cheers, Benoit
Index: Makefile =================================================================== RCS file: /cvs/ports/security/libssh2/Makefile,v retrieving revision 1.21 diff -u -p -u -r1.21 Makefile --- Makefile 2 Apr 2019 06:00:16 -0000 1.21 +++ Makefile 27 Jun 2019 08:21:36 -0000 @@ -2,9 +2,9 @@ COMMENT = library implementing the SSH2 protocol -DISTNAME = libssh2-1.8.2 +DISTNAME = libssh2-1.9.0 CATEGORIES = security -SHARED_LIBS += ssh2 8.0 # .1.1 +SHARED_LIBS += ssh2 9.0 # .1.1 HOMEPAGE = https://www.libssh2.org/ @@ -12,7 +12,7 @@ MAINTAINER = Benoit Lecocq <benoit@open # libssh2: BSD License # libssh2 Documentation: Open Publication License -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE = Yes WANTLIB = crypto ssl z Index: distinfo =================================================================== RCS file: /cvs/ports/security/libssh2/distinfo,v retrieving revision 1.15 diff -u -p -u -r1.15 distinfo --- distinfo 2 Apr 2019 06:00:16 -0000 1.15 +++ distinfo 27 Jun 2019 08:21:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (libssh2-1.8.2.tar.gz) = CIMH2fa2xLjBPzRgLo/2XSHC3E1VKE3+FdUCxO4ZDWc= -SIZE (libssh2-1.8.2.tar.gz) = 859587 +SHA256 (libssh2-1.9.0.tar.gz) = 1fuL1WMwX9EHTdqQvQU/stKfxLzgSNGC+W6qRm362v0= +SIZE (libssh2-1.9.0.tar.gz) = 888551 Index: patches/patch-tests_Makefile_in =================================================================== RCS file: /cvs/ports/security/libssh2/patches/patch-tests_Makefile_in,v retrieving revision 1.5 diff -u -p -u -r1.5 patch-tests_Makefile_in --- patches/patch-tests_Makefile_in 2 Apr 2019 06:00:16 -0000 1.5 +++ patches/patch-tests_Makefile_in 27 Jun 2019 08:21:36 -0000 @@ -2,7 +2,7 @@ $OpenBSD: patch-tests_Makefile_in,v 1.5 Index: tests/Makefile.in --- tests/Makefile.in.orig +++ tests/Makefile.in -@@ -538,7 +538,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/incl +@@ -543,7 +543,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/incl LDADD = ../src/libssh2.la @SSHD_TRUE@ssh2_SOURCES = ssh2.c ctests = simple$(EXEEXT) Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/security/libssh2/pkg/PLIST,v retrieving revision 1.13 diff -u -p -u -r1.13 PLIST --- pkg/PLIST 7 Mar 2016 08:18:34 -0000 1.13 +++ pkg/PLIST 27 Jun 2019 08:21:36 -0000 @@ -10,8 +10,10 @@ lib/pkgconfig/libssh2.pc @man man/man3/libssh2_agent_disconnect.3 @man man/man3/libssh2_agent_free.3 @man man/man3/libssh2_agent_get_identity.3 +@man man/man3/libssh2_agent_get_identity_path.3 @man man/man3/libssh2_agent_init.3 @man man/man3/libssh2_agent_list_identities.3 +@man man/man3/libssh2_agent_set_identity_path.3 @man man/man3/libssh2_agent_userauth.3 @man man/man3/libssh2_banner_set.3 @man man/man3/libssh2_base64_decode.3