all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7.
@ 2024-08-08  4:07 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
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-08-08  4:07 UTC (permalink / raw)
  To: 72519; +Cc: Artyom V. Poptsov

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#72519] [PATCH 1/3] gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.5.
  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 ` 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
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-08-08  4:09 UTC (permalink / raw)
  To: 72519; +Cc: Artyom V. Poptsov

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#72519] [PATCH 2/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.
  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 ` Artyom V. Poptsov
  2024-08-08  4:09 ` [bug#72519] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-08-08  4:09 UTC (permalink / raw)
  To: 72519; +Cc: Artyom V. Poptsov

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#72519] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.7.
  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
  2024-08-08 14:51 ` [bug#72519] [PATCH 0/3] " Sharlatan Hellseher
  2024-08-12 12:46 ` bug#72519: " Sharlatan Hellseher
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-08-08  4:09 UTC (permalink / raw)
  To: 72519; +Cc: Artyom V. Poptsov

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7.
  2024-08-08  4:07 [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
                   ` (2 preceding siblings ...)
  2024-08-08  4:09 ` [bug#72519] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
@ 2024-08-08 14:51 ` Sharlatan Hellseher
  2024-08-12 12:46 ` bug#72519: " Sharlatan Hellseher
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2024-08-08 14:51 UTC (permalink / raw)
  To: 72519

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]


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



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#72519: [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7.
  2024-08-08  4:07 [bug#72519] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
                   ` (3 preceding siblings ...)
  2024-08-08 14:51 ` [bug#72519] [PATCH 0/3] " Sharlatan Hellseher
@ 2024-08-12 12:46 ` Sharlatan Hellseher
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2024-08-12 12:46 UTC (permalink / raw)
  To: 72519-done

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]


Hi,

Pushed as ea8320c145...6006887752 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-12 12:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#72519] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov
2024-08-08 14:51 ` [bug#72519] [PATCH 0/3] " Sharlatan Hellseher
2024-08-12 12:46 ` bug#72519: " Sharlatan Hellseher

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.