aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:19:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:19:17 +0000
commit3d6cc8a6eb77e685b9904ddfa20b8d5ac59ab501 (patch)
treefd52729f0657fba7036775476e46f3c7452286d2
parentaa1bc223b56dfe71c0f388d2e965f14ede39a7e0 (diff)
downloadports-3d6cc8a6eb77e685b9904ddfa20b8d5ac59ab501.tar.gz
ports-3d6cc8a6eb77e685b9904ddfa20b8d5ac59ab501.zip
security/wolfssh: Update to 1.4.8
- Strip shared library Changes: https://github.com/wolfSSL/wolfssh/releases
-rw-r--r--security/wolfssh/Makefile3
-rw-r--r--security/wolfssh/distinfo6
-rw-r--r--security/wolfssh/files/patch-wolfssh-test.h13
-rw-r--r--security/wolfssh/pkg-plist2
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