Update to libssh2-1.7.0.
This commit is contained in:
parent
8c4c110842
commit
9828706c7d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2015/06/13 15:41:13 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2016/03/07 08:18:34 benoit Exp $
|
||||
|
||||
COMMENT = library implementing the SSH2 protocol
|
||||
|
||||
DISTNAME = libssh2-1.6.0
|
||||
DISTNAME = libssh2-1.7.0
|
||||
CATEGORIES = security
|
||||
SHARED_LIBS += ssh2 7.0 # .1.1
|
||||
SHARED_LIBS += ssh2 7.1 # .1.1
|
||||
|
||||
HOMEPAGE = http://www.libssh2.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libssh2-1.6.0.tar.gz) = WiApQ6NKHYKhwx90CU8kU8IHv5k2CThn9BQUloyOghU=
|
||||
SIZE (libssh2-1.6.0.tar.gz) = 734110
|
||||
SHA256 (libssh2-1.7.0.tar.gz) = 5FYf1DpQU5qMLOs3hBaRuvA+y32vBDdm2hsRLkKA1YQ=
|
||||
SIZE (libssh2-1.7.0.tar.gz) = 811714
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.2 2015/06/13 15:41:13 benoit Exp $
|
||||
--- tests/Makefile.in.orig Fri Jun 5 16:40:35 2015
|
||||
+++ tests/Makefile.in Sat Jun 13 14:57:28 2015
|
||||
@@ -520,7 +520,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/incl
|
||||
$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
|
||||
LDADD = ../src/libssh2.la
|
||||
@SSHD_TRUE@ssh2_SOURCES = ssh2.c
|
||||
ctests = simple$(EXEEXT)
|
||||
-TESTS = $(ctests) mansyntax.sh $(am__append_1)
|
||||
+TESTS = $(ctests) $(am__append_1)
|
||||
check_PROGRAMS = $(ctests)
|
||||
TESTS_ENVIRONMENT = SSHD=$(SSHD) EXEEXT=$(EXEEXT)
|
||||
EXTRA_DIST = ssh2.sh mansyntax.sh etc/host etc/host.pub etc/user \
|
||||
TESTS_ENVIRONMENT = SSHD=$(SSHD) EXEEXT=$(EXEEXT) \
|
||||
srcdir=$(top_srcdir)/tests builddir=$(top_builddir)/tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2015/06/13 15:41:13 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2016/03/07 08:18:34 benoit Exp $
|
||||
include/libssh2.h
|
||||
include/libssh2_publickey.h
|
||||
include/libssh2_sftp.h
|
||||
@ -91,6 +91,7 @@ lib/pkgconfig/libssh2.pc
|
||||
@man man/man3/libssh2_publickey_remove_ex.3
|
||||
@man man/man3/libssh2_publickey_shutdown.3
|
||||
@man man/man3/libssh2_scp_recv.3
|
||||
@man man/man3/libssh2_scp_recv2.3
|
||||
@man man/man3/libssh2_scp_send.3
|
||||
@man man/man3/libssh2_scp_send64.3
|
||||
@man man/man3/libssh2_scp_send_ex.3
|
||||
@ -114,6 +115,7 @@ lib/pkgconfig/libssh2.pc
|
||||
@man man/man3/libssh2_session_method_pref.3
|
||||
@man man/man3/libssh2_session_methods.3
|
||||
@man man/man3/libssh2_session_set_blocking.3
|
||||
@man man/man3/libssh2_session_set_last_error.3
|
||||
@man man/man3/libssh2_session_set_timeout.3
|
||||
@man man/man3/libssh2_session_startup.3
|
||||
@man man/man3/libssh2_session_supported_algs.3
|
||||
|
Loading…
Reference in New Issue
Block a user