update to newer nsh snapshot

This commit is contained in:
sthen 2016-06-23 13:19:43 +00:00
parent ac16c8defb
commit 6fa1498ac8
3 changed files with 23 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.23 2016/05/27 12:53:13 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2016/06/23 13:19:43 sthen Exp $
COMMENT = network switch style shell
DISTNAME = nsh-1.0.20160527
DISTNAME = nsh-1.0.20160605
GH_ACCOUNT = yellowman
GH_PROJECT = nsh
GH_COMMIT = 386f8ce0559d043e0dc5fa96a8015c3744bd1c69
GH_COMMIT = ef0ff429c8b61365b070fc4feee00a4c0dbc9960
CATEGORIES = shells net
HOMEPAGE = http://www.nmedia.net/nsh/
@ -20,6 +20,7 @@ FLAVORS = static
FLAVOR ?=
MAKE_FLAGS = CC="${CC}"
.if ${FLAVOR:Mstatic}
MAKE_FLAGS += LDADD="-ledit -ltermcap -lsqlite3 -static"
.endif

View File

@ -1,2 +1,2 @@
SHA256 (nsh-1.0.20160527.tar.gz) = 70SD6lNH3WumGyCI00NAqzNLmQSNtL7yWJt16r7Qemw=
SIZE (nsh-1.0.20160527.tar.gz) = 128563
SHA256 (nsh-1.0.20160605.tar.gz) = 9YjczwcYVOoaVFAhe7mkIYrQ8Sqq/NNzGzaYzF4HT8M=
SIZE (nsh-1.0.20160605.tar.gz) = 130268

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-commands_c,v 1.3 2016/06/23 13:19:43 sthen Exp $
--- commands.c.orig Thu Jun 23 14:17:07 2016
+++ commands.c Thu Jun 23 14:17:26 2016
@@ -509,11 +509,13 @@ struct intlist Intlist[] = {
{ "auth", "PPP authentication", CMPL0 0, 0, intsppp },
{ "peer", "PPP peer authentication", CMPL0 0, 0, intsppp },
{ "pppoe", "PPPoE settings", CMPL0 0, 0, intpppoe },
+#if 0
{ "vltime", "IPv6 valid lifetime", CMPL0 0, 0, intvltime },
{ "pltime", "IPv6 preferred lifetime", CMPL0 0, 0, intpltime },
{ "anycast", "IPv6 anycast address bit", CMPL0 0, 0, intanycast },
{ "tentative", "IPv6 tentative address bit", CMPL0 0, 0, inttentative },
{ "eui64", "IPv6 automatic interface index", CMPL0 0, 0, inteui64 },
+#endif
{ "tunnel", "VXLAN/GIF/GRE Tunnel parameters", CMPL0 0, 0, inttunnel },
{ "vnetid", "Virtual interface network identifier", CMPL0 0, 0, intvnetid },
#ifdef SIOCSIFPARENT /* 6.0+ */