Index: branches/2019Q2/security/libssh2/Makefile =================================================================== --- branches/2019Q2/security/libssh2/Makefile (revision 499246) +++ branches/2019Q2/security/libssh2/Makefile (revision 499247) @@ -1,49 +1,48 @@ # Created by: Alexander Leidinger # $FreeBSD$ PORTNAME= libssh2 -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.8.1 PORTEPOCH= 3 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= Library implementing the SSH2 protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= GCRYPT TRACE ZLIB OPTIONS_DEFAULT= ZLIB TRACE_DESC= Enable debug packet traces TRACE_CONFIGURE_ENABLE= debug GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CONFIGURE_ON= --with-libgcrypt GCRYPT_CONFIGURE_OFF= --with-openssl GCRYPT_CPPFLAGS= -I${LOCALBASE}/include GCRYPT_LIBS= -L${LOCALBASE}/lib GCRYPT_USES_OFF= ssl ZLIB_CONFIGURE_WITH= libz .include post-patch: @${REINPLACE_CMD} -e '/Libs:/s/@LIBS@//' \ ${WRKSRC}/libssh2.pc.in .if ! ${PORT_OPTIONS:MGCRYPT} . if ${SSL_DEFAULT} == base @${REINPLACE_CMD} -e 's/LIBSREQUIRED=libssl,libcrypto/LIBS="$$LIBS -lssl -lcrypto"/' \ ${WRKSRC}/configure . endif .endif .include Index: branches/2019Q2/security/libssh2/distinfo =================================================================== --- branches/2019Q2/security/libssh2/distinfo (revision 499246) +++ branches/2019Q2/security/libssh2/distinfo (revision 499247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481730876 -SHA256 (libssh2-1.8.0.tar.gz) = 39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4 -SIZE (libssh2-1.8.0.tar.gz) = 854916 +TIMESTAMP = 1553244098 +SHA256 (libssh2-1.8.1.tar.gz) = 40b517f35b1bb869d0075b15125c7a015557f53a5a3a6a8bffb89b69fd70f159 +SIZE (libssh2-1.8.1.tar.gz) = 858088 Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 499246) +++ branches/2019Q2 (revision 499247) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r499246