Date: Thu, 4 Aug 2022 09:17:27 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3dfc5716e53e - main - security/headscale: Update to 0.16.0 Message-ID: <202208040917.2749HR7A076892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dfc5716e53ef94f0a01b00b094dc43510c29740 commit 3dfc5716e53ef94f0a01b00b094dc43510c29740 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2022-08-04 09:15:33 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-08-04 09:17:22 +0000 security/headscale: Update to 0.16.0 - Mark as broken on i386 platforms as one of the dependencies fails to compile on 64-bit platforms[0] [0] https://github.com/puzpuzpuz/xsync/issues/38 PR: 265432 Approved by: Michael Muenz <m dot muenz at gmail dot com> (maintainer) --- security/headscale/Makefile | 4 ++-- security/headscale/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/headscale/Makefile b/security/headscale/Makefile index ecbfbc2ea8a2..69422c915829 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -1,7 +1,6 @@ PORTNAME= headscale -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 CATEGORIES= security MAINTAINER= m.muenz@gmail.com @@ -10,6 +9,7 @@ COMMENT= Mesh VPN that makes it easy to connect your devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= fails to compile: github.com/puzpuzpuz/xsync/issues/38 BROKEN_aarch64= fails to compile: modernc.org/libc BROKEN_armv6= fails to compile: modernc.org/libc BROKEN_armv7= fails to compile: modernc.org/libc diff --git a/security/headscale/distinfo b/security/headscale/distinfo index 24f6c002305e..2a155d23b179 100644 --- a/security/headscale/distinfo +++ b/security/headscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1650529732 -SHA256 (go/security_headscale/headscale-v0.15.0/v0.15.0.mod) = 6d6bd48dae67f38cc64dba9621a75ec14a11b72a36e8e5ff2c2adb8fedbb50b8 -SIZE (go/security_headscale/headscale-v0.15.0/v0.15.0.mod) = 7113 -SHA256 (go/security_headscale/headscale-v0.15.0/v0.15.0.zip) = 7b23f26148eb668d2c1608c69e8975b09cadec25e3a788a8355cca22232759d1 -SIZE (go/security_headscale/headscale-v0.15.0/v0.15.0.zip) = 373899 +TIMESTAMP = 1658744904 +SHA256 (go/security_headscale/headscale-v0.16.0/v0.16.0.mod) = d8d3f754a312f4653f43f296c721476003b1b9a699e83b46dae551ba572d969a +SIZE (go/security_headscale/headscale-v0.16.0/v0.16.0.mod) = 6735 +SHA256 (go/security_headscale/headscale-v0.16.0/v0.16.0.zip) = b048f9bf92ec191b10eba34e7c8c440ca9609c72b917131d28ab1e3abdae9eeb +SIZE (go/security_headscale/headscale-v0.16.0/v0.16.0.zip) = 461116
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208040917.2749HR7A076892>