pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/vpnc-script



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jun 24 20:39:55 UTC 2019

Modified Files:
        pkgsrc/net/vpnc-script: Makefile distinfo

Log Message:
Update to 20190606. From the changelog:

Previously, an IPv6 split tunnel with a /128 request would result in a
default tunnel, rather than a specific route. Correctly set the default
route if we request a /0.

If `which ip` returns something on a non-Linux OS, it's an unrelated
tool that won't work for routing configuration; don't try to set IPROUTE
on another OS. This should fix the macOS issue discovered at:
<https://github.com/dlenski/openconnect/issues/132#issuecomment-470475009>


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/vpnc-script/Makefile \
    pkgsrc/net/vpnc-script/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/vpnc-script/Makefile
diff -u pkgsrc/net/vpnc-script/Makefile:1.6 pkgsrc/net/vpnc-script/Makefile:1.7
--- pkgsrc/net/vpnc-script/Makefile:1.6 Tue May 14 18:26:42 2019
+++ pkgsrc/net/vpnc-script/Makefile     Mon Jun 24 20:39:55 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/05/14 18:26:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/24 20:39:55 schmonz Exp $
 
-DISTNAME=      vpnc-script-20190424
+DISTNAME=      vpnc-script-20190606
 CATEGORIES=    net security
-MASTER_SITES=  http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/33b5d8198b5f375418379e483031d3ec9019225d:/
+MASTER_SITES=  http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/c84fb8e5a523a647a01a1229a9104db934e19f00:/
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 DISTFILES=     vpnc-script
 
Index: pkgsrc/net/vpnc-script/distinfo
diff -u pkgsrc/net/vpnc-script/distinfo:1.6 pkgsrc/net/vpnc-script/distinfo:1.7
--- pkgsrc/net/vpnc-script/distinfo:1.6 Tue May 14 18:26:42 2019
+++ pkgsrc/net/vpnc-script/distinfo     Mon Jun 24 20:39:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/05/14 18:26:42 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2019/06/24 20:39:55 schmonz Exp $
 
-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
+SHA1 (vpnc-script-20190606/vpnc-script) = fab2e2a407ee1128abcd1f290695b39113cb4363
+RMD160 (vpnc-script-20190606/vpnc-script) = f9cb274b123f5a12de9f9c825a31e9f4aeda2287
+SHA512 (vpnc-script-20190606/vpnc-script) = da2d9959afad2c366f93a52d2772d08a955f72d31e0ffa6682167aee64457080e971543cfa621a1dec3750b8ba1ac4c231e713e4ced664886049baf187c83f0a
+Size (vpnc-script-20190606/vpnc-script) = 30927 bytes



Home | Main Index | Thread Index | Old Index