View | Details | Raw Unified | Return to bug 278269
Collapse All | Expand All

(-)./Makefile (-6 / +4 lines)
Lines 1-5 PORTNAME= wolfssh Link Here
1
PORTNAME=	wolfssh
1
PORTNAME=	wolfssh
2
PORTVERSION=	1.4.15
2
PORTVERSION=	1.4.17
3
CATEGORIES=	security
3
CATEGORIES=	security
4
MASTER_SITES=	https://www.wolfssl.com/
4
MASTER_SITES=	https://www.wolfssl.com/
5
5
Lines 14-20 USES= libtool localbase shebangfix Link Here
14
TEST_DEPENDS=	bash:shells/bash
14
TEST_DEPENDS=	bash:shells/bash
15
15
16
USES=		libtool localbase shebangfix
16
USES=		libtool localbase shebangfix
17
17
USE_LDCONFIG=	yes
18
SHEBANG_FILES=	scripts/get-put.test
19
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--enable-examples \
20
CONFIGURE_ARGS=	--enable-examples \
19
		--enable-fwd \
21
		--enable-fwd \
20
		--enable-keygen \
22
		--enable-keygen \
Lines 23-33 CONFIGURE_ARGS= --enable-examples \ Link Here
23
		--enable-shared=yes \
25
		--enable-shared=yes \
24
		--enable-shell \
26
		--enable-shell \
25
		--enable-static=yes
27
		--enable-static=yes
26
GNU_CONFIGURE=	yes
27
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
28
TEST_TARGET=	check
29
TEST_TARGET=	check
29
USE_LDCONFIG=	yes
30
31
SHEBANG_FILES=	scripts/get-put.test
32
30
33
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1708448958
1
TIMESTAMP = 1712621772
2
SHA256 (wolfssh-1.4.15.tar.gz) = d6fb396b671afa14e15a8c092f0f453471c4f0b42bb83106ca6cab274bd82b2d
2
SHA256 (wolfssh-1.4.17.tar.gz) = e3181cc2f5a2d91eefc2230789d896b5d02edc119938c7ceeaee98c1b875f08e
3
SIZE (wolfssh-1.4.15.tar.gz) = 840402
3
SIZE (wolfssh-1.4.17.tar.gz) = 842556
(-)./pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
The wolfSSH library is a lightweight SSHv2 client and server library written in
1
The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in
2
ANSI C and targeted for embedded, RTOS, and resource-constrained environments -
2
ANSI C and targeted for embedded, RTOS, and resource-constrained environments -
3
primarily because of its small size, speed, and feature set.
3
primarily because of its small size, speed, and feature set.
(-)./pkg-plist (-2 / +2 lines)
Lines 16-20 lib/libwolfssh.so Link Here
16
include/wolfssh/wolfsftp.h
16
include/wolfssh/wolfsftp.h
17
lib/libwolfssh.a
17
lib/libwolfssh.a
18
lib/libwolfssh.so
18
lib/libwolfssh.so
19
lib/libwolfssh.so.8
19
lib/libwolfssh.so.7
20
lib/libwolfssh.so.8.7.2
20
lib/libwolfssh.so.7.9.0

Return to bug 278269