diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-06-24 20:39:55 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-06-24 20:39:55 +0000 |
commit | a80fd23ed210f61933ec53cf449fd679a97bc202 (patch) | |
tree | ecf4007d4f0572a8f3d8f2c76f3fe85244d3d1d9 | |
parent | b42ebe2b4f261a74068b48d60ead94b656ef6a3a (diff) | |
download | pkgsrc-a80fd23ed210f61933ec53cf449fd679a97bc202.tar.gz |
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>
-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 202a08dbed1..6b7df875b02 100644 --- a/net/vpnc-script/Makefile +++ b/net/vpnc-script/Makefile @@ -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 diff --git a/net/vpnc-script/distinfo b/net/vpnc-script/distinfo index 96f4b68d7ae..3e336b383e4 100644 --- a/net/vpnc-script/distinfo +++ b/net/vpnc-script/distinfo @@ -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 |