security update to libssh2-1.8.2, please see https://libssh2.org/security.html

for the list of addressed issues

ok benoit@ (MAINTAINER)
tested in a bulk by aja@
This commit is contained in:
jasper 2019-04-02 06:00:16 +00:00
parent 9d13a48347
commit c488e4306f
3 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2018/06/26 21:35:19 rsadowski Exp $
# $OpenBSD: Makefile,v 1.21 2019/04/02 06:00:16 jasper Exp $
COMMENT = library implementing the SSH2 protocol
DISTNAME = libssh2-1.8.0
DISTNAME = libssh2-1.8.2
CATEGORIES = security
SHARED_LIBS += ssh2 8.0 # .1.1
REVISION = 0
HOMEPAGE = https://www.libssh2.org/

View File

@ -1,2 +1,2 @@
SHA256 (libssh2-1.8.0.tar.gz) = OfNOL2g19LmSyv6GJQc6iOWii6ePg+gJlhCns69GdtQ=
SIZE (libssh2-1.8.0.tar.gz) = 854916
SHA256 (libssh2-1.8.2.tar.gz) = CIMH2fa2xLjBPzRgLo/2XSHC3E1VKE3+FdUCxO4ZDWc=
SIZE (libssh2-1.8.2.tar.gz) = 859587

View File

@ -1,7 +1,8 @@
$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
$OpenBSD: patch-tests_Makefile_in,v 1.5 2019/04/02 06:00:16 jasper 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
LDADD = ../src/libssh2.la
@SSHD_TRUE@ssh2_SOURCES = ssh2.c
ctests = simple$(EXEEXT)