Skip to content
Snippets Groups Projects
Commit b16866aa authored by Neil Alexander's avatar Neil Alexander Committed by Fernando Apesteguía
Browse files

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)
parent e1901f93
No related branches found
No related tags found
No related merge requests found
PORTNAME= yggdrasil
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.6
PORTREVISION= 1
DISTVERSION= 0.5.7
CATEGORIES= net
MAINTAINER= freebsd@neilalexander.dev
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment