From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72519@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72519] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.7.
Date: Thu, 8 Aug 2024 07:09:05 +0300 [thread overview]
Message-ID: <5aa4fbb93a13e36807cbd427d2fee1d54aed5191.1723089979.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1723089979.git.poptsov.artyom@gmail.com>
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.7.
[propagated-inputs]: Add go-nhooyr-io-websocket. Remove a duplicate of
go-github-com-hjson-hjson-go. Sort the inputs alphabetically.
Change-Id: I68d0e4d21fc39eea21fd3a4fb89004d0bd04388d
---
gnu/packages/networking.scm | 46 ++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 91aaccf06d..96743afa83 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4608,7 +4608,7 @@ (define-public ngtcp2
(define-public yggdrasil
(package
(name "yggdrasil")
- (version "0.5.6")
+ (version "0.5.7")
(source
(origin
(method git-fetch)
@@ -4619,7 +4619,7 @@ (define-public yggdrasil
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f"))
+ (base32 "0dsca3208mi221ayq3a2rikf20yphalxswsh97r4maxv69x1ka44"))
(patches (search-patches "yggdrasil-extra-config.patch"))))
(build-system go-build-system)
(arguments
@@ -4646,32 +4646,32 @@ (define-public yggdrasil
"github.com/yggdrasil-network/yggdrasil-go/cmd/yggdrasilctl"
"github.com/yggdrasil-network/yggdrasil-go/cmd/genkeys"))))))))
(propagated-inputs
- (list go-golang-zx2c4-com-wireguard
- go-golang-org-x-text
- go-golang-org-x-net
- go-golang-org-x-crypto
- go-golang-org-x-tools
- go-golang-org-x-sys
- go-netns
- go-netlink
+ (list go-github-com-arceliar-ironwood
+ go-github-com-arceliar-phony
go-github-com-bits-and-blooms-bitset
go-github-com-bits-and-blooms-bloom
- go-github-com-quic-go-quic-go
+ go-github-com-cheggaaa-pb-v3
+ go-github-com-fatih-color
+ go-github-com-gologme-log
+ go-github-com-hashicorp-go-syslog
go-github-com-hjson-hjson-go
- go-github-com-olekukonko-tablewriter
- go-github-com-mitchellh-mapstructure
- go-github-com-mattn-go-runewidth
- go-github-com-mattn-go-isatty
- go-github-com-mattn-go-colorable
go-github-com-kardianos-minwinsvc
- go-github-com-hjson-hjson-go
- go-github-com-hashicorp-go-syslog
- go-github-com-gologme-log
- go-github-com-fatih-color
- go-github-com-cheggaaa-pb-v3
+ go-github-com-mattn-go-colorable
+ go-github-com-mattn-go-isatty
+ go-github-com-mattn-go-runewidth
+ go-github-com-mitchellh-mapstructure
+ go-github-com-olekukonko-tablewriter
+ go-github-com-quic-go-quic-go
go-github-com-vividcortex-ewma
- go-github-com-arceliar-phony
- go-github-com-arceliar-ironwood))
+ go-golang-org-x-crypto
+ go-golang-org-x-net
+ go-golang-org-x-sys
+ go-golang-org-x-text
+ go-golang-org-x-tools
+ go-golang-zx2c4-com-wireguard
+ go-netlink
+ go-netns
+ go-nhooyr-io-websocket))
(home-page "https://yggdrasil-network.github.io/blog.html")
(synopsis
"Experiment in scalable routing as an encrypted IPv6 overlay network")
--
2.45.2
next prev parent reply other threads:[~2024-08-08 4:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 4:07 [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
2024-08-08 4:09 ` [bug#72519] [PATCH 1/3] gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.5 Artyom V. Poptsov
2024-08-08 4:09 ` [bug#72519] [PATCH 2/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173 Artyom V. Poptsov
2024-08-08 4:09 ` Artyom V. Poptsov [this message]
2024-08-08 14:51 ` [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7 Sharlatan Hellseher
2024-08-12 12:46 ` bug#72519: " Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5aa4fbb93a13e36807cbd427d2fee1d54aed5191.1723089979.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=72519@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.