diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile index 7c037c1bb0db..335d8ecf4fd4 100644 --- a/security/wolfssh/Makefile +++ b/security/wolfssh/Makefile @@ -1,27 +1,27 @@ # Created by: Po-Chuan Hsieh PORTNAME= wolfssh -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= security MASTER_SITES= https://www.wolfssl.com/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight SSH Library LICENSE= GPLv3 LIB_DEPENDS= libwolfssl.so:security/wolfssl USES= autoreconf libtool localbase CONFIGURE_ARGS= --enable-fwd \ --enable-keygen \ --enable-scp \ --enable-sftp \ --enable-shared=yes \ --enable-shell \ --enable-static=yes GNU_CONFIGURE= yes TEST_TARGET= check .include diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo index 71598cac8a9f..254b6fedf722 100644 --- a/security/wolfssh/distinfo +++ b/security/wolfssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519107 -SHA256 (wolfssh-1.4.6.tar.gz) = 7fa67a9a0320970a259c964f0e3f3fd33223941346b744b240670a5a28507fc0 -SIZE (wolfssh-1.4.6.tar.gz) = 680016 +TIMESTAMP = 1628103052 +SHA256 (wolfssh-1.4.7.tar.gz) = 9ca26d43f867476ab69707df12c793fcbd3c1ddff9bef66b2606e8fe22cc86e6 +SIZE (wolfssh-1.4.7.tar.gz) = 710353 diff --git a/security/wolfssh/files/patch-wolfssh-test.h b/security/wolfssh/files/patch-wolfssh-test.h index ae688cdc58f8..c988f5e2da2b 100644 --- a/security/wolfssh/files/patch-wolfssh-test.h +++ b/security/wolfssh/files/patch-wolfssh-test.h @@ -1,13 +1,13 @@ ---- wolfssh/test.h.orig 2020-08-31 18:13:34 UTC +--- wolfssh/test.h.orig 2021-07-23 17:15:46 UTC +++ wolfssh/test.h -@@ -436,8 +436,8 @@ static INLINE void build_addr(SOCKADDR_IN_T* addr, con +@@ -441,8 +441,8 @@ static INLINE void build_addr(SOCKADDR_IN_T* addr, con memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_INET_V; - hints.ai_socktype = udp ? SOCK_DGRAM : SOCK_STREAM; - hints.ai_protocol = udp ? IPPROTO_UDP : IPPROTO_TCP; + hints.ai_socktype = 1 ? SOCK_DGRAM : SOCK_STREAM; + hints.ai_protocol = 1 ? IPPROTO_UDP : IPPROTO_TCP; WSNPRINTF(strPort, sizeof(strPort), "%d", port); strPort[79] = '\0'; diff --git a/security/wolfssh/pkg-plist b/security/wolfssh/pkg-plist index ad106a65c775..d98a81f1a76c 100644 --- a/security/wolfssh/pkg-plist +++ b/security/wolfssh/pkg-plist @@ -1,19 +1,19 @@ bin/wolfssh-config include/wolfssh/agent.h include/wolfssh/certs_test.h include/wolfssh/error.h include/wolfssh/keygen.h include/wolfssh/log.h include/wolfssh/misc.h include/wolfssh/port.h include/wolfssh/settings.h include/wolfssh/ssh.h include/wolfssh/test.h include/wolfssh/version.h include/wolfssh/visibility.h include/wolfssh/wolfscp.h include/wolfssh/wolfsftp.h lib/libwolfssh.a lib/libwolfssh.so lib/libwolfssh.so.9 -lib/libwolfssh.so.9.3.1 +lib/libwolfssh.so.9.3.2