Bug 281050

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 Flags
Patch file freebsd: maintainer-approval+

Description Neil Alexander 2024-08-25 10:47:08 UTC
Created attachment 253072 [details]
Patch file

Updates Yggdrasil to version 0.5.8.

Fixes bug #281017.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-25 20:45:28 UTC
1. PORTVERSION => DISTVERSION in GO_BUILDFLAGS
2. Move USE_RC_SUBR after USES - warning from portclippy
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-25 20:52:36 UTC
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(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-25 20:52:58 UTC
Thanks.