GNU bug report logs -
#72519
[PATCH 0/3] gnu: yggdrasil: Update to 0.5.7.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72519 in the body.
You can then email your comments to 72519 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 04:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 08 Aug 2024 04:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patchset updates Yggdrasil to version 0.5.7.
Artyom V. Poptsov (3):
gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.5.
gnu: go-golang-zx2c4-com-wireguard: Update to
0.0.0-20231211153847-12269c276173.
gnu: yggdrasil: Update to 0.5.7.
gnu/packages/golang-xyz.scm | 4 ++--
gnu/packages/golang.scm | 6 ++---
gnu/packages/networking.scm | 46 ++++++++++++++++++-------------------
3 files changed, 28 insertions(+), 28 deletions(-)
base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 04:11:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Update to 3.1.5.
Change-Id: I0ba68a273efff11638f38860ba5b1db42745cd3c
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6560f43578..7dae0d22e1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1129,7 +1129,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(package
(inherit go-github-com-cheggaaa-pb)
(name "go-github-com-cheggaaa-pb-v3")
- (version "3.0.8")
+ (version "3.1.5")
(source
(origin
(method git-fetch)
@@ -1138,7 +1138,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0d701s2niy39r650d1phjw19h4l27b1yfc2ih6s31f56b3zzqspx"))))
+ (base32 "1mf86iav69qpyg0nd54g0f50yigjkfzdhaqzkbn4yfb3fnb75n2z"))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 04:11:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173.
Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0
---
gnu/packages/golang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1298a8c58b..c17d8bb980 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7797,7 +7797,7 @@ (define-public go-github-com-gologme-log
(define-public go-golang-zx2c4-com-wireguard
(package
(name "go-golang-zx2c4-com-wireguard")
- (version "0.0.20211016")
+ (version "0.0.0-20231211153847-12269c276173")
(source
(origin
(method git-fetch)
@@ -7806,11 +7806,11 @@ (define-public go-golang-zx2c4-com-wireguard
;; source: golang.zx2c4.com/wireguard
(uri (git-reference
(url "https://git.zx2c4.com/wireguard-go/")
- (commit version)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
- "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
+ "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
(build-system go-build-system)
(arguments
'(;; XXX: Failed on newer version of Golang, the recent release requires
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 04:11:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 14:54:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 72519 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thank you for your patches!
I've merged go-team into master and <[PATCH 3/3] gnu: yggdrasil: Update
to 0.5.7.> needs to be rebased as I've already cleaned up duplicates and
sorted inputs alphabetically, sorry.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 19:07:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Update to 3.1.5.
Change-Id: I0ba68a273efff11638f38860ba5b1db42745cd3c
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 32b904c59c..ae0b481ae5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1359,7 +1359,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(package
(inherit go-github-com-cheggaaa-pb)
(name "go-github-com-cheggaaa-pb-v3")
- (version "3.0.8")
+ (version "3.1.5")
(source
(origin
(method git-fetch)
@@ -1368,7 +1368,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0d701s2niy39r650d1phjw19h4l27b1yfc2ih6s31f56b3zzqspx"))))
+ (base32 "1mf86iav69qpyg0nd54g0f50yigjkfzdhaqzkbn4yfb3fnb75n2z"))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 19:07:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173.
Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0
---
gnu/packages/golang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 50ac5328c6..b554d85725 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7217,7 +7217,7 @@ (define-public go-github-com-gologme-log
(define-public go-golang-zx2c4-com-wireguard
(package
(name "go-golang-zx2c4-com-wireguard")
- (version "0.0.20211016")
+ (version "0.0.0-20231211153847-12269c276173")
(source
(origin
(method git-fetch)
@@ -7226,11 +7226,11 @@ (define-public go-golang-zx2c4-com-wireguard
;; source: golang.zx2c4.com/wireguard
(uri (git-reference
(url "https://git.zx2c4.com/wireguard-go/")
- (commit version)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
- "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
+ "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
(build-system go-build-system)
(arguments
'(;; XXX: Failed on newer version of Golang, the recent release requires
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72519
; Package
guix-patches
.
(Thu, 08 Aug 2024 19:07:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 72519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.7.
[propagated-inputs]: Add go-nhooyr-io-websocket.
Change-Id: I68d0e4d21fc39eea21fd3a4fb89004d0bd04388d
---
gnu/packages/networking.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b22a755396..d1aabfec44 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4619,7 +4619,7 @@ (define-public ngtcp2
(define-public yggdrasil
(package
(name "yggdrasil")
- (version "0.5.6")
+ (version "0.5.7")
(source
(origin
(method git-fetch)
@@ -4630,7 +4630,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
@@ -4676,7 +4676,8 @@ (define-public yggdrasil
go-golang-org-x-net
go-golang-org-x-sys
go-golang-org-x-text
- go-golang-zx2c4-com-wireguard))
+ go-golang-zx2c4-com-wireguard
+ 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
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Mon, 12 Aug 2024 12:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 12 Aug 2024 12:49:02 GMT)
Full text and
rfc822 format available.
Message #31 received at 72519-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Pushed as ea8320c145...6006887752 to master.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Sep 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.