git: 535df5ccae59 - main - security/headscale: Update to 0.26.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jun 2025 05:21:10 UTC
The branch main has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=535df5ccae59d9a1939a4efac2de41e18d1c1951
commit 535df5ccae59d9a1939a4efac2de41e18d1c1951
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-06-09 05:16:05 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-06-09 05:16:05 +0000
security/headscale: Update to 0.26.1
headscale 0.26.0 has breaking changes refer to the release notes for more
details.
Changes since 0.25.1
- https://github.com/juanfont/headscale/releases/tag/v0.26.1
- https://github.com/juanfont/headscale/releases/tag/v0.26.0
PR: 287061
Approved by: maintainer timeout, 2+ weeks
---
security/headscale/Makefile | 5 ++---
security/headscale/distinfo | 10 +++++-----
security/headscale/pkg-message | 10 ++++++++++
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/security/headscale/Makefile b/security/headscale/Makefile
index 3153236b7074..f02eb5650fa8 100644
--- a/security/headscale/Makefile
+++ b/security/headscale/Makefile
@@ -1,7 +1,6 @@
PORTNAME= headscale
-PORTVERSION= 0.25.1
+PORTVERSION= 0.26.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= security net-vpn
MAINTAINER= m.muenz@gmail.com
@@ -16,7 +15,7 @@ BROKEN_armv7= fails to compile: modernc.org/libc
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
-USES= go:1.23,modules
+USES= go:modules
USE_RC_SUBR= headscale
GO_MODULE= github.com/juanfont/headscale
diff --git a/security/headscale/distinfo b/security/headscale/distinfo
index adec007d4293..3a251deb0063 100644
--- a/security/headscale/distinfo
+++ b/security/headscale/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1742783005
-SHA256 (go/security_headscale/headscale-v0.25.1/v0.25.1.mod) = 183068553944164d72939603f451063ff16cca34c7cf424a1f6745603dac50a0
-SIZE (go/security_headscale/headscale-v0.25.1/v0.25.1.mod) = 11476
-SHA256 (go/security_headscale/headscale-v0.25.1/v0.25.1.zip) = 3eed2c1b3e063a65b8a4c043596843457f729410ee9e5a2116e945676e2bd409
-SIZE (go/security_headscale/headscale-v0.25.1/v0.25.1.zip) = 724334
+TIMESTAMP = 1749445449
+SHA256 (go/security_headscale/headscale-v0.26.1/v0.26.1.mod) = 5acc4e00f3630fe9d497b33fde639d6bab5c02a05fb849485cec904c00dfef36
+SIZE (go/security_headscale/headscale-v0.26.1/v0.26.1.mod) = 11373
+SHA256 (go/security_headscale/headscale-v0.26.1/v0.26.1.zip) = 6890e3fa1e74b71eb6b18fffae1dfb824fa3b7779a5c7a2b64fcfdee89ba723c
+SIZE (go/security_headscale/headscale-v0.26.1/v0.26.1.zip) = 764768
diff --git a/security/headscale/pkg-message b/security/headscale/pkg-message
index 45db5a2a5ae4..c3d94d510f9f 100644
--- a/security/headscale/pkg-message
+++ b/security/headscale/pkg-message
@@ -10,4 +10,14 @@ and https://github.com/juanfont/headscale/releases/tag/v0.25.0
for details.
EOM
}
+{
+ type: upgrade
+ maximum_version: "0.25.1"
+ message: <<EOM
+Headscale has breaking changes on Routes, Policy and
+Configration, Authentication flow since 0.25.1, check
+https://github.com/juanfont/headscale/releases/tag/v0.26.0
+for details.
+EOM
+}
]