pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/vpnc-script Update to 20190424. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a4e7157af9d
branches:  trunk
changeset: 333847:1a4e7157af9d
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue May 14 18:26:42 2019 +0000

description:
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.

diffstat:

 net/vpnc-script/Makefile |   6 +++---
 net/vpnc-script/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 09d2ab0b4e65 -r 1a4e7157af9d net/vpnc-script/Makefile
--- a/net/vpnc-script/Makefile  Tue May 14 17:26:56 2019 +0000
+++ b/net/vpnc-script/Makefile  Tue May 14 18:26:42 2019 +0000
@@ -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 -r 09d2ab0b4e65 -r 1a4e7157af9d net/vpnc-script/distinfo
--- a/net/vpnc-script/distinfo  Tue May 14 17:26:56 2019 +0000
+++ b/net/vpnc-script/distinfo  Tue May 14 18:26:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index