Update to libssh2-1.8.0.

This commit is contained in:
benoit 2017-01-12 13:34:09 +00:00
parent 59278df8ab
commit 34177f13b0
3 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -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

View File

@ -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)