Edit

IABSD.fr/ports/security/libssh2/patches

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2019-04-02 06:00:16
    Hash : c488e430
    Message : 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@

  • patch-tests_Makefile_in
  • $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)
    -TESTS = $(ctests) mansyntax.sh $(am__append_1)
    +TESTS = $(ctests) $(am__append_1)
     check_PROGRAMS = $(ctests)
     TESTS_ENVIRONMENT = SSHD=$(SSHD) EXEEXT=$(EXEEXT) \
     	srcdir=$(top_srcdir)/tests builddir=$(top_builddir)/tests