Bug 281050 - net/yggdrasil: Update to 0.5.8
Summary: net/yggdrasil: Update to 0.5.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/yggdrasil-network/...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2024-08-25 10:47 UTC by Neil Alexander
Modified: 2024-08-25 20:52 UTC (History)
1 user (show)

See Also:


Attachments
Patch file (1.30 KB, patch)
2024-08-25 10:47 UTC, Neil Alexander
freebsd: maintainer-approval+
Details | Diff

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