Bug 260755 - [NEW PORT] security/headscale: Mesh VPN that makes it easy to connect your devices
Summary: [NEW PORT] security/headscale: Mesh VPN that makes it easy to connect your de...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL: https://github.com/juanfont/headscale
Keywords: easy, feature, needs-qa
Depends on:
Blocks:
 
Reported: 2021-12-28 13:48 UTC by Michael Muenz
Modified: 2022-02-18 14:06 UTC (History)
1 user (show)

See Also:


Attachments
headscale 0.12.1 (1.52 KB, patch)
2021-12-28 13:48 UTC, Michael Muenz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!