Bug 260755

Summary: [NEW PORT] security/headscale: Mesh VPN that makes it easy to connect your devices
Product: Ports & Packages Reporter: Michael Muenz <m.muenz>
Component: Individual Port(s)Assignee: Mikael Urankar <mikael>
Status: Closed FIXED    
Severity: Affects Only Me CC: mikael
Priority: --- Keywords: easy, feature, needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/juanfont/headscale
Attachments:
Description Flags
headscale 0.12.1 none

Description Michael Muenz 2021-12-28 13:48:40 UTC
Created attachment 230492 [details]
headscale 0.12.1

New port of the open source implementation of Tailscale connection server.

- portlint -A runs without erros
- poudriere bulk builds fine pkg
- poudriere testport runs without errors
- server tested fine on FreeBSD 13
Comment 1 Michael Muenz 2022-02-02 13:35:17 UTC
Anyone motivated to have a look at this? :)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-18 14:03:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d7a04a034021616f80b06ce22332769a37e1799b

commit d7a04a034021616f80b06ce22332769a37e1799b
Author:     Michael Muenz <m.muenz@gmail.com>
AuthorDate: 2022-02-18 13:52:58 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-02-18 13:54:29 +0000

    security/headscale: Add new port

    An open source, self-hosted implementation of the Tailscale coordination server.

    WWW: https://github.com/juanfont/headscale

    PR:             260755

 security/Makefile                  |  1 +
 security/headscale/Makefile (new)  | 22 ++++++++++++++++++++++
 security/headscale/distinfo (new)  |  5 +++++
 security/headscale/pkg-descr (new) |  3 +++
 4 files changed, 31 insertions(+)
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2022-02-18 14:06:28 UTC
thanks!