Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 07:16:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 35922831e1fd - 2024Q1 - security/wolfssh: Update to 1.4.15
Message-ID:  <202403310716.42V7Gg0R057484@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35922831e1fd0e13215eb59c36b99be2ab27b57f

commit 35922831e1fd0e13215eb59c36b99be2ab27b57f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-12 18:16:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 07:14:31 +0000

    security/wolfssh: Update to 1.4.15
    
    * Add USE_LDCONFIG
    * Remove "make test"
    * Adjust Makefile to more closely follow Porters Handbook
    * Fix build that has been broken for weeks
    
    Reported by:    pkg-fallout
    Approved by:    portmgr (blanket, just fix it)
    
    (cherry picked from commit bc512877ccd53a53b4bc4579f20a12f012893276)
---
 security/wolfssh/Makefile  | 15 +++++++++------
 security/wolfssh/distinfo  |  6 +++---
 security/wolfssh/pkg-plist |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile
index 871e1b36596d..77dd5d2cdc01 100644
--- a/security/wolfssh/Makefile
+++ b/security/wolfssh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wolfssh
-PORTVERSION=	1.4.14
+DISTVERSION=	1.4.15
 CATEGORIES=	security
 MASTER_SITES=	https://www.wolfssl.com/
 
@@ -12,17 +12,20 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libwolfssl.so:security/wolfssl
 
-USES=		autoreconf libtool localbase
+USES=		libtool localbase zip
+USE_LDCONFIG=	yes
 
-CONFIGURE_ARGS=	--enable-fwd \
+GNU_CONFIGURE=	yes
+
+INSTALL_TARGET=	install-strip
+
+CONFIGURE_ARGS=	--disable-examples \
+		--enable-fwd \
 		--enable-keygen \
 		--enable-scp \
 		--enable-sftp \
 		--enable-shared=yes \
 		--enable-shell \
 		--enable-static=yes
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-TEST_TARGET=	check
 
 .include <bsd.port.mk>
diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo
index e5ee79eeeeeb..ef1ffbefc3d6 100644
--- a/security/wolfssh/distinfo
+++ b/security/wolfssh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691069934
-SHA256 (wolfssh-1.4.14.tar.gz) = aed3d7bbb88c3ba1d2c97a66bfcf4ef79e1245ae97195b7a173ee5d3ddf7d8fc
-SIZE (wolfssh-1.4.14.tar.gz) = 787972
+TIMESTAMP = 1707686084
+SHA256 (wolfssh-1.4.15.zip) = a16816e7c651f4e7d959945637bce8012a9b2f7aaf41c6ad27c39f4f75769b8f
+SIZE (wolfssh-1.4.15.zip) = 960475
diff --git a/security/wolfssh/pkg-plist b/security/wolfssh/pkg-plist
index 08d294123fde..1037435894b7 100644
--- a/security/wolfssh/pkg-plist
+++ b/security/wolfssh/pkg-plist
@@ -17,4 +17,4 @@ include/wolfssh/wolfsftp.h
 lib/libwolfssh.a
 lib/libwolfssh.so
 lib/libwolfssh.so.8
-lib/libwolfssh.so.8.7.1
+lib/libwolfssh.so.8.7.2



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