Update to 20190424. From the changelog:
Some vpn clients pass multiple domains for DNS search scope, which requires that we use search rather than domain. The generic path was already using search, so just switch the resolvconf path to also use search. In a container, /etc/nsswitch.conf might not exist. Silence the error grep: /etc/nsswitch.conf: No such file or directory Inside a container, running 'ip route flush cache' can spam with "ip: can't open '/proc/sys/net/ipv4/route/flush': Read-only file system" Hide that the error output for that command.
This commit is contained in:
parent
e538ab8bfe
commit
1b59b2a821
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2019/03/06 21:13:09 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2019/05/14 18:26:42 schmonz Exp $
|
||||
|
||||
DISTNAME= vpnc-script-20190116
|
||||
DISTNAME= vpnc-script-20190424
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/1000e0f6dd7d6bff163169a46359211c1fc3a6d2:/
|
||||
MASTER_SITES= http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/33b5d8198b5f375418379e483031d3ec9019225d:/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
DISTFILES= vpnc-script
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2019/03/06 21:13:09 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2019/05/14 18:26:42 schmonz Exp $
|
||||
|
||||
SHA1 (vpnc-script-20190116/vpnc-script) = 1d2e96b6d840c6f46efdd5bc36775bf34f18cb89
|
||||
RMD160 (vpnc-script-20190116/vpnc-script) = 05030da0213df8c02f2e1348168d3d460b5b37ef
|
||||
SHA512 (vpnc-script-20190116/vpnc-script) = 9f078206ad6a656659c7a2ee3a6f64ce2619db4f4e3971fa8842a1316e8d6f3e8a92d1b0bc2e68896d27eac1247dc76c8c8c6b65a4dd1a9695a04ad0b3ee03a5
|
||||
Size (vpnc-script-20190116/vpnc-script) = 30619 bytes
|
||||
SHA1 (vpnc-script-20190424/vpnc-script) = dc3f7b2d32b81667526f306bb68bae0aef601954
|
||||
RMD160 (vpnc-script-20190424/vpnc-script) = d3274f7aa55dd0e3a00fdad6473c6cd0d27170a6
|
||||
SHA512 (vpnc-script-20190424/vpnc-script) = 544166ff6dd7283c6f624c9a3df5cefa245d33a3a408688ab207b8302b25162ada36ee1744386524f6a914e5c8aa2e321936c2aca7e2551f7a4e6138f573873d
|
||||
Size (vpnc-script-20190424/vpnc-script) = 30799 bytes
|
||||
|
|
Loading…
Reference in a new issue