diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index bfd8832007c..5d310802c67 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2019/04/02 06:00:16 jasper Exp $ +# $OpenBSD: Makefile,v 1.22 2019/06/28 12:33:45 benoit Exp $ 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 # libssh2: BSD License # libssh2 Documentation: Open Publication License -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE = Yes WANTLIB = crypto ssl z diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index 9f7a8ab7907..821f68784fb 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -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 diff --git a/security/libssh2/patches/patch-tests_Makefile_in b/security/libssh2/patches/patch-tests_Makefile_in index b5a9dded3bb..61b436328bc 100644 --- a/security/libssh2/patches/patch-tests_Makefile_in +++ b/security/libssh2/patches/patch-tests_Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-tests_Makefile_in,v 1.5 2019/04/02 06:00:16 jasper Exp $ +$OpenBSD: patch-tests_Makefile_in,v 1.6 2019/06/28 12:33:45 benoit Exp $ 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) diff --git a/security/libssh2/pkg/PLIST b/security/libssh2/pkg/PLIST index 11a93f7edb2..ada3c9aa4ae 100644 --- a/security/libssh2/pkg/PLIST +++ b/security/libssh2/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.13 2016/03/07 08:18:34 benoit Exp $ +@comment $OpenBSD: PLIST,v 1.14 2019/06/28 12:33:45 benoit Exp $ include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h @@ -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