Hello,
the following diff  updates the makefile to pull down latest commit
(20210509)  from upstream and  provides the following enhancements and
updates,

1) updates NSH inline with the latest commits made by Chris,
2) Chris reviewed and committed arp sysctls  commands from Tom
3) Chris added wg (wireguard) support to nsh
4) Chris added improved bridge interface management cli syntax

can this be updated in current and stable,

Complies clean on amd64 and arp sysctls work as expected

Thanks to Chris for his work adding in features and helping me to
contribute.
Thanks to Kurtm for getting me started on the ports framework

any feedback welcome




-- 
Kindest regards,
Tom Smyth.
Index: Makefile
===================================================================
RCS file: /cvs/ports/shells/nsh/Makefile,v
retrieving revision 1.42
diff -u -p -u -r1.42 Makefile
--- Makefile	28 Apr 2021 20:14:36 -0000	1.42
+++ Makefile	20 Feb 2022 17:45:38 -0000
@@ -2,11 +2,12 @@
 
 COMMENT =	network switch style shell
 
-DISTNAME =	nsh-1.0.20210416
+DISTNAME =	nsh-1.0.20210509
 
 GH_ACCOUNT =	yellowman
 GH_PROJECT =	nsh
-GH_COMMIT =	5a237b068794446a016e5a394a802922b9c668cf
+GH_COMMIT =	a18420dac8fa3aea55b9b9e9388ac07438816274
+
 
 CATEGORIES =	shells net
 HOMEPAGE =	https://www.nmedia.net/nsh/

Reply via email to