Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2024 15:25:55 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b16866aa3994 - main - net/yggdrasil: Update to 0.5.7
Message-ID:  <202408071525.477FPtD8006299@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit b16866aa3994608d31fcc44a3cdc812baaba3fca
Author:     Neil Alexander <freebsd@neilalexander.dev>
AuthorDate: 2024-08-06 09:43:39 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-08-07 15:25:43 +0000

    net/yggdrasil: Update to 0.5.7
    
    ChangeLog: https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.7
    
    Added
    
     * WebSocket support for peerings, by using the new ws:// scheme in Listen and
       Peers
            * Additionally, the wss:// scheme can be used to connect to a WebSocket peer
            behind a HTTPS reverse proxy
    
    Changed
    
     * On Linux, the TUN adapter now uses vectorised reads/writes where possible,
       which should reduce the amount of CPU time spent on syscalls and potentially
       improve throughput
     * Link error handling has been improved and various link error messages have
       been rewritten to be clearer
     * Upgrade dependencies
    
    Fixed
    
     * Multiple multicast connections to the same remote machine should now work
       correctly
            * You may get two connections in some cases, one inbound and one
              outbound, this is known and will not cause problems
     * Running as a Windows service should be more reliable with service startup and
       shutdown bugs fixed
    
    PR:             280635
    Reported by:    freebsd@neilalexander.dev (maintainer)
---
 net/yggdrasil/Makefile |  3 +--
 net/yggdrasil/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile
index cfc70056f1e7..ee8fbf0fc55d 100644
--- a/net/yggdrasil/Makefile
+++ b/net/yggdrasil/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	yggdrasil
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.6
-PORTREVISION=	1
+DISTVERSION=	0.5.7
 CATEGORIES=	net
 
 MAINTAINER=	freebsd@neilalexander.dev
diff --git a/net/yggdrasil/distinfo b/net/yggdrasil/distinfo
index fa206edc33c6..0c8ad56e747e 100644
--- a/net/yggdrasil/distinfo
+++ b/net/yggdrasil/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1717158656
-SHA256 (go/net_yggdrasil/yggdrasil-v0.5.6/v0.5.6.mod) = 530c6adef480196980cd4e1a787158d24dfa3dd344f97880cd44ae862c80523b
-SIZE (go/net_yggdrasil/yggdrasil-v0.5.6/v0.5.6.mod) = 1750
-SHA256 (go/net_yggdrasil/yggdrasil-v0.5.6/v0.5.6.zip) = 34fd120edc6d207a60b14c3a4072698fba519db39fe3ea6120c4dd846bc57207
-SIZE (go/net_yggdrasil/yggdrasil-v0.5.6/v0.5.6.zip) = 154344
+TIMESTAMP = 1722883217
+SHA256 (go/net_yggdrasil/yggdrasil-v0.5.7/v0.5.7.mod) = 80dd2500686a57bbdb55d984ce5c7bb177b083eba9114be709954d7cf6a7e42e
+SIZE (go/net_yggdrasil/yggdrasil-v0.5.7/v0.5.7.mod) = 1779
+SHA256 (go/net_yggdrasil/yggdrasil-v0.5.7/v0.5.7.zip) = 417f8c6b025b25131455fa1bf580a82845a9e424e54ae5fe248ce71fb63b5fd2
+SIZE (go/net_yggdrasil/yggdrasil-v0.5.7/v0.5.7.zip) = 157306



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408071525.477FPtD8006299>