Summary: | net/yggdrasil: Update to 0.5.8 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Neil Alexander <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Vladimir Druzenko <vvd> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | vvd | ||||
Priority: | --- | Keywords: | easy, patch-ready | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.8 | ||||||
Attachments: |
|
Description
Neil Alexander
2024-08-25 10:47:08 UTC
1. PORTVERSION => DISTVERSION in GO_BUILDFLAGS 2. Move USE_RC_SUBR after USES - warning from portclippy A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=34895c9574d61fe5c3d064f7ee9612036d89982b commit 34895c9574d61fe5c3d064f7ee9612036d89982b Author: Neil Alexander <freebsd@neilalexander.dev> AuthorDate: 2024-08-25 20:49:54 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-25 20:49:54 +0000 net/yggdrasil: Update 0.5.7 → 0.5.8 Changelog: * A bug which caused startup problems on Windows and FreeBSD should be fixed * Resolved some minor link state and listener management bugs during shutdown https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.8 Port changes: * Repalce PORTVERSION with DISTVERSION in GO_BUILDFLAGS * Move USE_RC_SUBR after USES - warning from portclippy PR: 281050 281017 net/yggdrasil/Makefile | 9 ++++----- net/yggdrasil/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) Thanks. |