1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

security/wolfssh: Update to 1.4.15

Changes:	https://github.com/wolfSSL/wolfssh/releases
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:28:31 +08:00
parent 9ed8e03ea2
commit 3a3b0e9e12
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 30 additions and 10 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= wolfssh
DISTVERSION= 1.4.15
PORTVERSION= 1.4.15
CATEGORIES= security
MASTER_SITES= https://www.wolfssl.com/
@ -12,12 +12,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libwolfssl.so:security/wolfssl
USES= libtool localbase zip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool localbase
CONFIGURE_ARGS= --disable-examples \
--enable-fwd \
@ -27,5 +22,9 @@ CONFIGURE_ARGS= --disable-examples \
--enable-shared=yes \
--enable-shell \
--enable-static=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1707686084
SHA256 (wolfssh-1.4.15.zip) = a16816e7c651f4e7d959945637bce8012a9b2f7aaf41c6ad27c39f4f75769b8f
SIZE (wolfssh-1.4.15.zip) = 960475
TIMESTAMP = 1708448958
SHA256 (wolfssh-1.4.15.tar.gz) = d6fb396b671afa14e15a8c092f0f453471c4f0b42bb83106ca6cab274bd82b2d
SIZE (wolfssh-1.4.15.tar.gz) = 840402

View File

@ -0,0 +1,21 @@
--- apps/wolfssh/wolfssh.c.orig 2023-12-23 00:40:00 UTC
+++ apps/wolfssh/wolfssh.c
@@ -45,6 +45,7 @@
#endif
#include <sys/param.h>
+#include <sys/signal.h>
#include <libgen.h>
#ifdef WOLFSSH_SHELL
--- examples/client/client.c.orig 2023-12-23 00:40:00 UTC
+++ examples/client/client.c
@@ -44,6 +44,8 @@
#include <termios.h>
#endif
+#include <sys/signal.h>
+
#ifdef WOLFSSH_SHELL
#ifdef HAVE_PTY_H
#include <pty.h>