# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= wolfssh VERSION= 1.4.22 KEYWORDS= security VARIANTS= std SDESC[std]= Lightweight SSH Library HOMEPAGE= https://www.wolfssl.com/products/wolfssh/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://www.wolfssl.com/ DISTFILE[1]= wolfssh-1.4.22.tar.gz:main DF_INDEX= 1 SPKGS[std]= set primary dev OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= wolfssl:dev:std BUILDRUN_DEPENDS= wolfssl:primary:std USES= autoreconf cpe libtool LICENSE= GPLv3+:primary LICENSE_TERMS= primary:{{WRKSRC}}/LICENSING LICENSE_FILE= GPLv3+:stock LICENSE_SCHEME= solo FPC_EQUIVALENT= security/wolfssh MUST_CONFIGURE= gnu CONFIGURE_ARGS= --enable-fwd --enable-keygen --enable-scp --enable-sftp --enable-shared=yes --enable-shell --enable-static=yes --disable-examples INSTALL_TARGET= install-strip SOVERSION= 18.1.0 [FILE:221:descriptions/desc.primary] The wolfSSH library is a lightweight SSHv2 client and server library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set. [FILE:100:distinfo] f4b7c0ed00d53e60f5cfd699952bdcbdab3a467cd7d9f7b82629ea4dec609e08 1041201 wolfssh-1.4.22.tar.gz [FILE:61:manifests/plist.primary] lib/ libwolfssh.so.%%SOMAJOR%% libwolfssh.so.%%SOVERSION%% [FILE:221:manifests/plist.dev] bin/wolfssh-config include/wolfssh/ agent.h certman.h certs_test.h error.h keygen.h log.h misc.h port.h settings.h ssh.h test.h version.h visibility.h wolfscp.h wolfsftp.h lib/ libwolfssh.a libwolfssh.so [FILE:224:patches/patch-examples_client_client.c] --- examples/client/client.c.orig 2025-10-20 21:46:33 UTC +++ examples/client/client.c @@ -22,6 +22,8 @@ #include #endif +#include + #define WOLFSSH_TEST_CLIENT #ifdef WOLFSSL_USER_SETTINGS [FILE:418:patches/patch-examples_echoserver_echoserver.c] --- examples/echoserver/echoserver.c.orig 2025-10-20 21:46:33 UTC +++ examples/echoserver/echoserver.c @@ -71,9 +71,13 @@ #ifdef HAVE_PTY_H #include #endif + #if defined(__FreeBSD__) || defined(__DragonFly__) + #include + #else #ifdef HAVE_UTIL_H #include #endif + #endif #ifdef HAVE_TERMIOS_H #include #endif