cf4931e52e
wolfssl was updated to 5.9.2 inebd1ab3805which updates from libwolfssl.so.44 to libwolfssl.so.45. Therefore, PORTREVISION bump is required. ftp/curl and net/libngtcp2-wolfssl are skipped because both ports have version updates afterebd1ab3805. % readelf -d /usr/local/lib/libwolfssl.so | grep SONAME 0x000000000000000e (SONAME) Library soname: [libwolfssl.so.45]
42 lines
917 B
Makefile
42 lines
917 B
Makefile
PORTNAME= wolfssh
|
|
PORTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://www.wolfssl.com/
|
|
|
|
PATCH_SITES= https://github.com/wolfSSL/wolfssh/commit/
|
|
PATCHFILES= 73b10ad26d51309852e87e74cb4e6d27f2faf33b.patch:-p1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lightweight SSH Library
|
|
WWW= https://www.wolfssl.com/products/wolfssh/ \
|
|
https://github.com/wolfSSL/wolfssh
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libwolfssl.so:security/wolfssl
|
|
TEST_DEPENDS= bash:shells/bash
|
|
|
|
USES= libtool localbase shebangfix
|
|
|
|
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-term
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= scripts/get-put.test
|
|
|
|
.include <bsd.port.mk>
|