diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index d2c716d81f8..79447d6eaad 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2016/03/07 08:18:34 benoit Exp $ +# $OpenBSD: Makefile,v 1.19 2017/01/12 13:34:09 benoit Exp $ COMMENT = library implementing the SSH2 protocol -DISTNAME = libssh2-1.7.0 +DISTNAME = libssh2-1.8.0 CATEGORIES = security -SHARED_LIBS += ssh2 7.1 # .1.1 +SHARED_LIBS += ssh2 8.0 # .1.1 HOMEPAGE = http://www.libssh2.org/ diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index 98ff7f6bdf8..63c923948d4 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -1,2 +1,2 @@ -SHA256 (libssh2-1.7.0.tar.gz) = 5FYf1DpQU5qMLOs3hBaRuvA+y32vBDdm2hsRLkKA1YQ= -SIZE (libssh2-1.7.0.tar.gz) = 811714 +SHA256 (libssh2-1.8.0.tar.gz) = OfNOL2g19LmSyv6GJQc6iOWii6ePg+gJlhCns69GdtQ= +SIZE (libssh2-1.8.0.tar.gz) = 854916 diff --git a/security/libssh2/patches/patch-tests_Makefile_in b/security/libssh2/patches/patch-tests_Makefile_in index da7ce08e0f5..136db1f2d7d 100644 --- a/security/libssh2/patches/patch-tests_Makefile_in +++ b/security/libssh2/patches/patch-tests_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-tests_Makefile_in,v 1.3 2016/03/07 08:18:34 benoit Exp $ ---- tests/Makefile.in.orig Sun Feb 14 23:55:50 2016 -+++ tests/Makefile.in Thu Feb 25 16:24:24 2016 -@@ -532,7 +532,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/incl +$OpenBSD: patch-tests_Makefile_in,v 1.4 2017/01/12 13:34:09 benoit Exp $ +--- tests/Makefile.in.orig Wed Oct 19 09:01:41 2016 ++++ tests/Makefile.in Wed Nov 30 11:04:08 2016 +@@ -537,7 +537,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/incl LDADD = ../src/libssh2.la @SSHD_TRUE@ssh2_SOURCES = ssh2.c ctests = simple$(EXEEXT)