Skip to content

Commit

Permalink
security/wolfssh: Update to 1.4.17
Browse files Browse the repository at this point in the history
Changes:	https://github.com/wolfSSL/wolfssh/releases
PR:		278269
Reported by:	<takefu@airport.fm>
  • Loading branch information
sunpoet committed Apr 10, 2024
1 parent b070f17 commit 050c1b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions 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/

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions security/wolfssh/pkg-plist
Expand Up @@ -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

0 comments on commit 050c1b3

Please sign in to comment.