Date: Sun, 21 Nov 2021 18:27:42 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3d6cc8a6eb77 - main - security/wolfssh: Update to 1.4.8 Message-ID: <202111211827.1ALIRgp8083979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d6cc8a6eb77e685b9904ddfa20b8d5ac59ab501 commit 3d6cc8a6eb77e685b9904ddfa20b8d5ac59ab501 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-21 18:19:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-21 18:19:17 +0000 security/wolfssh: Update to 1.4.8 - Strip shared library Changes: https://github.com/wolfSSL/wolfssh/releases --- security/wolfssh/Makefile | 3 ++- security/wolfssh/distinfo | 6 +++--- security/wolfssh/files/patch-wolfssh-test.h | 13 ------------- security/wolfssh/pkg-plist | 2 +- 4 files changed, 6 insertions(+), 18 deletions(-) diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile index 335d8ecf4fd4..9be4825cf227 100644 --- a/security/wolfssh/Makefile +++ b/security/wolfssh/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= wolfssh -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= security MASTER_SITES= https://www.wolfssl.com/ @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --enable-fwd \ --enable-shell \ --enable-static=yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip TEST_TARGET= check .include <bsd.port.mk> diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo index 254b6fedf722..5b7ff3621f1f 100644 --- a/security/wolfssh/distinfo +++ b/security/wolfssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103052 -SHA256 (wolfssh-1.4.7.tar.gz) = 9ca26d43f867476ab69707df12c793fcbd3c1ddff9bef66b2606e8fe22cc86e6 -SIZE (wolfssh-1.4.7.tar.gz) = 710353 +TIMESTAMP = 1637072904 +SHA256 (wolfssh-1.4.8.tar.gz) = 8cc6f1a993af8bafe5715a9607f1bb775607b73c933e378f278b63b1788d0819 +SIZE (wolfssh-1.4.8.tar.gz) = 717585 diff --git a/security/wolfssh/files/patch-wolfssh-test.h b/security/wolfssh/files/patch-wolfssh-test.h deleted file mode 100644 index c988f5e2da2b..000000000000 --- a/security/wolfssh/files/patch-wolfssh-test.h +++ /dev/null @@ -1,13 +0,0 @@ ---- wolfssh/test.h.orig 2021-07-23 17:15:46 UTC -+++ wolfssh/test.h -@@ -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 d98a81f1a76c..201b810b1c52 100644 --- a/security/wolfssh/pkg-plist +++ b/security/wolfssh/pkg-plist @@ -16,4 +16,4 @@ include/wolfssh/wolfsftp.h lib/libwolfssh.a lib/libwolfssh.so lib/libwolfssh.so.9 -lib/libwolfssh.so.9.3.2 +lib/libwolfssh.so.9.3.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111211827.1ALIRgp8083979>