Bug 281017 - net/yggdrasil: Update 0.5.7 → 0.5.8
Summary: net/yggdrasil: Update 0.5.7 → 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: crash, needs-patch
Depends on:
Blocks:
 
Reported: 2024-08-23 23:18 UTC by Vladyslav V. Prodan
Modified: 2024-08-25 20:53 UTC (History)
2 users (show)

See Also:
freebsd: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladyslav V. Prodan 2024-08-23 23:18:28 UTC
Needs to be updated because it won't start due to bugs.

Aug 22 04:40:41 vm-OVH-3 yggdrasil[83982]: panic: failed to create TUN: interface ygg0 already exists
Aug 22 04:40:41 vm-OVH-3 yggdrasil[83982]:
Aug 22 04:40:41 vm-OVH-3 yggdrasil[83982]: goroutine 1 [running]:
Aug 22 04:40:41 vm-OVH-3 yggdrasil[83982]: main.main()
Aug 22 04:40:41 vm-OVH-3 yggdrasil[83982]:      github.com/yggdrasil-network/yggdrasil-go/cmd/yggdrasil/main.go:268 +0x2334
Aug 22 04:40:42 vm-OVH-3 yggdrasil[83982]: 2024/08/22 04:40:42 Build name: yggdrasil
Aug 22 04:40:42 vm-OVH-3 yggdrasil[83982]: 2024/08/22 04:40:42 Build version: 0.5.7
Comment 1 Neil Alexander 2024-08-25 10:48:26 UTC
Patch posted in bug #281050.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-25 20:52:37 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(-)