security/tailscale is currently 1.2.0. Several people using OPNsense (FreeBSD 12.1-RELEASE) encounter that the "tailscale up" command hangs forever and the link does not come up. https://github.com/tailscale/tailscale/issues/787#issuecomment-719907123 Updating to tailscale 1.2.10 resolved it for several of us. root@OPNsense:/usr/ports/security/tailscale # git diff -u diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 2fd8a5b53c6..ae339e789d3 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tailscale -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.10 DISTVERSIONPREFIX= v CATEGORIES= security @@ -30,7 +30,7 @@ GH_TUPLE= \ pborman:getopt:ee0cd42419d3:pborman_getopt/vendor/github.com/pborman/getopt \ peterbourgon:ff:v2.0.0:peterbourgon_ff_v2/vendor/github.com/peterbourgon/ff/v2 \ rsc:goversion:v1.2.0:rsc_goversion/vendor/rsc.io/goversion \ - tailscale:wireguard-go:a6168fd06b3f:tailscale_wireguard_go/vendor/github.com/tailscale/wireguard-go \ + tailscale:wireguard-go:db78fad0bebf:tailscale_wireguard_go/vendor/github.com/tailscale/wireguard-go \ tcnksm:go-httpstat:v0.2.0:tcnksm_go_httpstat/vendor/github.com/tcnksm/go-httpstat \ toqueteos:webbrowser:v1.2.0:toqueteos_webbrowser/vendor/github.com/toqueteos/webbrowser diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index bb34f0a6f49..8c997fe9e6f 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1604134461 -SHA256 (tailscale-tailscale-v1.2.0_GH0.tar.gz) = 7af324d3d1cdae6b71e3ecbbbc3240359b053530e388d539b4a45405c8ceeb9e -SIZE (tailscale-tailscale-v1.2.0_GH0.tar.gz) = 436605 +SHA256 (tailscale-tailscale-v1.2.10_GH0.tar.gz) = 3d06b68fe588fe623aa6a4df1cc10fffdbaf58d0fe4b92bdb81a6ab879616fc8 +SIZE (tailscale-tailscale-v1.2.10_GH0.tar.gz) = 441791 SHA256 (apenwarr-fixconsole-5a9f6489cc29_GH0.tar.gz) = 60a7c20f3c7253049c70bcef2d5cfbc4f33eea5250e7f820eb48748b0a505418 SIZE (apenwarr-fixconsole-5a9f6489cc29_GH0.tar.gz) = 6349 SHA256 (go4org-mem-185c595c3ecc_GH0.tar.gz) = 7c2e249ff20c395664f8dd9fdf7842ba1d6b444d7d0c1751b4aaf3b847867079 @@ -31,8 +31,8 @@ SHA256 (peterbourgon-ff-v2.0.0_GH0.tar.gz) = f281421980071b90b5525900d4471fcf94f SIZE (peterbourgon-ff-v2.0.0_GH0.tar.gz) = 25295 SHA256 (rsc-goversion-v1.2.0_GH0.tar.gz) = 65e9c181995ed8c9207ea08d79a148ab53307b7fad2172a5a0764d6aa393a98e SIZE (rsc-goversion-v1.2.0_GH0.tar.gz) = 8586 -SHA256 (tailscale-wireguard-go-a6168fd06b3f_GH0.tar.gz) = d38540d713e1265454c48959c786c46da8cee506cd77430c2578db260e054d90 -SIZE (tailscale-wireguard-go-a6168fd06b3f_GH0.tar.gz) = 115401 +SHA256 (tailscale-wireguard-go-db78fad0bebf_GH0.tar.gz) = 5abc21da43eafb6ef52667af522dc62547eab20e640ffdb64ebfbb8f89323349 +SIZE (tailscale-wireguard-go-db78fad0bebf_GH0.tar.gz) = 103091 SHA256 (tcnksm-go-httpstat-v0.2.0_GH0.tar.gz) = 42f6fe0985afde00d0317b9be4b6c9bf22df300ce596a3b47547597a5f44662b SIZE (tcnksm-go-httpstat-v0.2.0_GH0.tar.gz) = 5957 SHA256 (toqueteos-webbrowser-v1.2.0_GH0.tar.gz) = e48ffbcbc8490d4f393a70f82d4c579c4dcde5d5bbf1553ff159522a2df2bdd4 root@OPNsense:/usr/ports/security/tailscale #
A commit references this bug: Author: mikael Date: Wed Jan 6 10:53:28 UTC 2021 New revision: 560495 URL: https://svnweb.freebsd.org/changeset/ports/560495 Log: security/tailscale: Update to 1.2.10 PR: 252429 Submitted by: Denton Gentry Changes: head/security/tailscale/Makefile head/security/tailscale/distinfo
A commit references this bug: Author: mikael Date: Wed Jan 6 10:54:40 UTC 2021 New revision: 560496 URL: https://svnweb.freebsd.org/changeset/ports/560496 Log: MFH: r560495 security/tailscale: Update to 1.2.10 PR: 252429 Submitted by: Denton Gentry Changes: _U branches/2021Q1/ branches/2021Q1/security/tailscale/Makefile branches/2021Q1/security/tailscale/distinfo
Thanks!