diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-05-14 18:26:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-05-14 18:26:42 +0000 |
commit | 8a8b5a08898d1d83b1254e82a04ec92af505b240 (patch) | |
tree | 40585f767f008f134d6554c7743644cd6392ebcb | |
parent | 9b2089907cc188ff8f33343ea5290bf04ca5bc2b (diff) | |
download | pkgsrc-8a8b5a08898d1d83b1254e82a04ec92af505b240.tar.gz |
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.
-rw-r--r-- | net/vpnc-script/Makefile | 6 | ||||
-rw-r--r-- | net/vpnc-script/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/vpnc-script/Makefile b/net/vpnc-script/Makefile index 4a50967b941..202a08dbed1 100644 --- a/net/vpnc-script/Makefile +++ b/net/vpnc-script/Makefile @@ -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 diff --git a/net/vpnc-script/distinfo b/net/vpnc-script/distinfo index 60a425b863f..96f4b68d7ae 100644 --- a/net/vpnc-script/distinfo +++ b/net/vpnc-script/distinfo @@ -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 |