Wednesday, September 18, 2024

Maintainer Update NSH (2x bug fixes)

Index: Makefile
===================================================================
RCS file: /cvs/ports/shells/nsh/Makefile,v
diff -u -p -r1.52 Makefile
--- Makefile 6 Sep 2024 15:45:12 -0000 1.52
+++ Makefile 18 Sep 2024 11:58:29 -0000
@@ -2,7 +2,7 @@ COMMENT = network switch style shell

CATEGORIES = shells net
HOMEPAGE = https://www.nmedia.net/nsh/
-V
= 1.2.2
+V = 1.2.3
DISTNAME = nsh-${V}
SITES = https://github.com/yellowman/nsh/releases/download/v${V}/

Folks
Sorry for this, but we came across 2 bugs that were quite annoying and
wanted to push this release and update nsh in ports
please find attached diff ...

Bug fixes:

(major) stsp@ fixed "no autoconf4" disabling dhcp on an interface
where there was a dhclient.leases.if file in /var/db/ this would
prevent static ips being configured on an interface (found by tom)
(major) stsp@ fixed nsh so that nsh now checks what Rdomain it was
invoked in so that users can switch rdomains when accessing nsh from a
ssh client where ssh server is running in a non default rdomain ( like
a management network interface in an ISP) found by Tom
(minor) show diff-config now does not show striped blank lines in
rendering nshrc after boot up (found by tom and stsp@)

New features (minor)

add logger command for entering messages into the .. by @smytht in #161

No comments:

Post a Comment