Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: Maintainer Update NSH (2x bug fixes)
To:
Tom Smyth <tom.smyth@wirelessconnect.eu>
Cc:
OpenBSD Ports <ports@openbsd.org>
Date:
Mon, 30 Sep 2024 09:16:13 +0200

Download raw body.

Thread
On Wed, Sep 18, 2024 at 02:01:24PM +0100, Tom Smyth wrote:
> 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

Committed now that the ports tree has been unlocked.

I ran 'make makesum' to update the distinfo file as well:

blob - a7e985fb742b98e95d500633060e431d93eb95cc
file + shells/nsh/distinfo
--- shells/nsh/distinfo
+++ shells/nsh/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nsh-1.2.2.tar.gz) = EfR0Yya3F7Ej6nfPd+WlqLT+Z8A8ZUb6fcWb1pQamw8=
-SIZE (nsh-1.2.2.tar.gz) = 228756
+SHA256 (nsh-1.2.3.tar.gz) = OYBae9a1FwxJkJcG12LD1S7sIteLTaxUuhZIeVvVca0=
+SIZE (nsh-1.2.3.tar.gz) = 229518

> 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}/
>