Date: Thu, 6 May 2021 12:46:28 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd26bf09d72f - main - security/tailscale: Add missing dependency on ca_root_nss Message-ID: <202105061246.146CkS29093733@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd26bf09d72f9c0d00549b34b1d3754962ba6493 commit bd26bf09d72f9c0d00549b34b1d3754962ba6493 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-05-06 12:42:06 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-05-06 12:42:06 +0000 security/tailscale: Add missing dependency on ca_root_nss tailscale needs to validate some certificates at runtime: TryLogin: fetch control key: Get \"https://login.tailscale.com/key\": x509: certificate signed by unknown authority\n"} Reported by: Pat Maddox <pat@patmaddox.com> --- security/tailscale/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 3ce1c943a2c8..b368e448c19d 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,6 +1,7 @@ PORTNAME= tailscale PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org @@ -9,6 +10,8 @@ COMMENT= Mesh VPN that makes it easy to connect your devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss + USES= go:modules GO_MODULE= github.com/tailscale/tailscale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105061246.146CkS29093733>