Re: NSH diff update to 1.0.20210509

2022-02-21 Thread Tom Smyth
Hello, following feedback from Kurtm

here is my 2nd attempt  it includes Makefile and distinfo changes that
should have been included as part of my previous mail

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 Kurtm and Soleene for their help





On Sun, 20 Feb 2022 at 18:10, Tom Smyth 
wrote:

> 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.
>


-- 
Kindest regards,
Tom Smyth.
? Updating
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 -	1.42
+++ Makefile	21 Feb 2022 18:04:06 -
@@ -2,11 +2,11 @@
 
 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/
Index: distinfo
===
RCS file: /cvs/ports/shells/nsh/distinfo,v
retrieving revision 1.14
diff -u -p -u -r1.14 distinfo
--- distinfo	28 Apr 2021 20:14:36 -	1.14
+++ distinfo	21 Feb 2022 18:04:06 -
@@ -1,2 +1,2 @@
-SHA256 (nsh-1.0.20210416-5a237b06.tar.gz) = 4LlJND5E4TIYX8h41MQOITVuDznuS0bKQGToKHvhnls=
-SIZE (nsh-1.0.20210416-5a237b06.tar.gz) = 130285
+SHA256 (nsh-1.0.20210509-a18420da.tar.gz) = jdfJDqDpHxSWd0/2AsdiuLCakAgaQlRFrZGymUyUbUE=
+SIZE (nsh-1.0.20210509-a18420da.tar.gz) = 134598


NSH diff update to 1.0.20210509

2022-02-20 Thread Tom Smyth
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 -	1.42
+++ Makefile	20 Feb 2022 17:45:38 -
@@ -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/