Bug 283473 - net/yggdrasil: update 0.5.11 → 0.5.12
Summary: net/yggdrasil: update 0.5.11 → 0.5.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL: https://github.com/yggdrasil-network/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-21 14:59 UTC by Älven
Modified: 2024-12-22 12:51 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
[PATCH] net/yggdrasil: update 0.5.11 → 0.5.12 (2.08 KB, patch)
2024-12-21 14:59 UTC, Älven
no flags Details | Diff
[PATCH] net/yggdrasil: update 0.5.11 → 0.5.12 (3.72 KB, patch)
2024-12-21 15:05 UTC, Älven
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-12-21 14:59:03 UTC
Created attachment 256013 [details]
[PATCH] net/yggdrasil: update 0.5.11 → 0.5.12

[0.5.12] - 2024-12-18
    Go 1.22 is now required to build Yggdrasil

Changed
    The latency_ms field in the admin socket getPeers response has been renamed to latency

Fixed
    A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed
    The -user flag now correctly detects an empty user/group specification
Comment 1 Älven 2024-12-21 15:05:23 UTC
Created attachment 256014 [details]
[PATCH] net/yggdrasil: update 0.5.11 → 0.5.12

* Improve pkg-descr
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-22 12:51:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=845903126d8163f31b2f3a305cabac240eb90436

commit 845903126d8163f31b2f3a305cabac240eb90436
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-12-22 12:45:43 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-12-22 12:50:44 +0000

    net/yggdrasil: Update to 0.5.12

    Use go 1.22.
    Improve pkg-descr.

    Changelog:
    https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.12

    PR:             283473
    Approved by:    freebsd@neilalexander.dev (maintainer)

 net/yggdrasil/Makefile  |  7 ++++---
 net/yggdrasil/distinfo  | 10 +++++-----
 net/yggdrasil/pkg-descr | 22 +++++++++++++++++-----
 3 files changed, 26 insertions(+), 13 deletions(-)
Comment 3 Zsolt Udvari freebsd_committer freebsd_triage 2024-12-22 12:51:55 UTC
Committed, thanks!