Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 07:20:45 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: 050c1b35f865 - main - security/wolfssh: Update to 1.4.17
Message-ID:  <202404100720.43A7KjLd089607@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=050c1b35f8652c4646cedc987dd4e514f1cd3bb2

commit 050c1b35f8652c4646cedc987dd4e514f1cd3bb2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-10 07:12:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-10 07:20:04 +0000

    security/wolfssh: Update to 1.4.17
    
    Changes:        https://github.com/wolfSSL/wolfssh/releases
    PR:             278269
    Reported by:    <takefu@airport.fm>
---
 security/wolfssh/Makefile  | 10 +++++++---
 security/wolfssh/distinfo  |  6 +++---
 security/wolfssh/pkg-plist |  4 ++--
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile
index 7dc86c107994..870c3444ec92 100644
--- a/security/wolfssh/Makefile
+++ b/security/wolfssh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wolfssh
-PORTVERSION=	1.4.15
+PORTVERSION=	1.4.17
 CATEGORIES=	security
 MASTER_SITES=	https://www.wolfssl.com/
 
@@ -15,14 +15,18 @@ TEST_DEPENDS=	bash:shells/bash
 
 USES=		libtool localbase shebangfix
 
-CONFIGURE_ARGS=	--enable-examples \
+CONFIGURE_ARGS=	--disable-smallstack \
+		--enable-agent \
+		--enable-certs \
+		--enable-examples \
 		--enable-fwd \
 		--enable-keygen \
 		--enable-scp \
 		--enable-sftp \
 		--enable-shared=yes \
 		--enable-shell \
-		--enable-static=yes
+		--enable-static=yes \
+		--enable-term
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo
index 338a09e8a1a3..c5d04ff6c378 100644
--- a/security/wolfssh/distinfo
+++ b/security/wolfssh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708448958
-SHA256 (wolfssh-1.4.15.tar.gz) = d6fb396b671afa14e15a8c092f0f453471c4f0b42bb83106ca6cab274bd82b2d
-SIZE (wolfssh-1.4.15.tar.gz) = 840402
+TIMESTAMP = 1712644692
+SHA256 (wolfssh-1.4.17.tar.gz) = e3181cc2f5a2d91eefc2230789d896b5d02edc119938c7ceeaee98c1b875f08e
+SIZE (wolfssh-1.4.17.tar.gz) = 842556
diff --git a/security/wolfssh/pkg-plist b/security/wolfssh/pkg-plist
index 1037435894b7..e958cd77afea 100644
--- a/security/wolfssh/pkg-plist
+++ b/security/wolfssh/pkg-plist
@@ -16,5 +16,5 @@ include/wolfssh/wolfscp.h
 include/wolfssh/wolfsftp.h
 lib/libwolfssh.a
 lib/libwolfssh.so
-lib/libwolfssh.so.8
-lib/libwolfssh.so.8.7.2
+lib/libwolfssh.so.7
+lib/libwolfssh.so.7.9.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404100720.43A7KjLd089607>