unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0.
@ 2022-10-20 12:47 Felix Lechner via Guix-patches via
  2022-11-20 11:22 ` Christopher Baines
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-10-20 12:47 UTC (permalink / raw)
  To: 58658

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

Control: tags -1 + patch

Hi,

Our version was dated and too old for the upcoming packaging of
Gocryptfs in Guix.

Rebuilds 23 packages. Thanks!

Kind regards
Felix Lechner

[-- Attachment #2: 0001-gnu-go-golang-org-x-net-Update-to-0.1.0.patch --]
[-- Type: text/x-patch, Size: 2221 bytes --]

From c612245236aa7d2eb6c9b7d44701b394ead7f4ca Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Thu, 20 Oct 2022 05:40:37 -0700
Subject: [PATCH] gnu: go-golang-org-x-net: Update to 0.1.0.

* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.1.0.
(go-golang-org-x-net): Switch to gexp.
---
 gnu/packages/golang.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ecef5e275e..c0f539ead0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2751,11 +2751,11 @@ (define-public go-golang-org-x-crypto
       (license license:bsd-3))))
 
 (define-public go-golang-org-x-net
-  (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
-        (revision "4"))
+  (let ((commit "1568cf9b43eddada579c44f99d04fe42a1f58dac")
+        (revision "0"))
     (package
       (name "go-golang-org-x-net")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2764,15 +2764,17 @@ (define-public go-golang-org-x-net
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
+                  "1wh3021id07rbjci8hm4nb2ljaaafmvi6x93lsca3cis30af3d2a"))))
       (build-system go-build-system)
       (arguments
-       `(#:import-path "golang.org/x/net"
-         ; Source-only package
-         #:tests? #f
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'build))))
+       (list
+        #:import-path "golang.org/x/net"
+        ;; Source-only package
+        #:tests? #f
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; Source-only package
+            (delete 'build))))
       (synopsis "Go supplemental networking libraries")
       (description "This package provides supplemental Go networking libraries.")
       (home-page "https://go.googlesource.com/net")

base-commit: 16d4ded6302c0650978203d0df83614896c453e8
-- 
2.38.0


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

* [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0.
  2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
@ 2022-11-20 11:22 ` Christopher Baines
  2022-11-20 13:20   ` Felix Lechner via Guix-patches via
  2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Christopher Baines @ 2022-11-20 11:22 UTC (permalink / raw)
  To: Felix Lechner; +Cc: 58658

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


Felix Lechner via Guix-patches via <guix-patches@gnu.org> writes:

> Control: tags -1 + patch
>
> Hi,
>
> Our version was dated and too old for the upcoming packaging of
> Gocryptfs in Guix.
>
> Rebuilds 23 packages. Thanks!

Looking at https://qa.guix.gnu.org/issue/58658 I think this change
breaks the go-golang-zx2c4-com-wireguard and go-ipfs packages. Do you
see those fail to build locally?

Thanks,

Chris

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

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

* [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0.
  2022-11-20 11:22 ` Christopher Baines
@ 2022-11-20 13:20   ` Felix Lechner via Guix-patches via
  0 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-11-20 13:20 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 58658

Hi Chris,

On Sun, Nov 20, 2022 at 3:23 AM Christopher Baines <mail@cbaines.net> wrote:
>
> this change
> breaks the go-golang-zx2c4-com-wireguard and go-ipfs packages. Do you
> see those fail to build locally?

Yes, I see both of them failing.

I experimented with various newer versions of
go-golang-zx2c4-com-wireguard but could not get them to build. One
ominous error I saw was:

src/golang.org/x/net/internal/socket/sys_unix.go:35:38: undefined:
unix.RecvmsgBuffers
src/golang.org/x/net/internal/socket/sys_unix.go:47:9: undefined:
unix.SendmsgBuffers

Is it possible that the golang-1.17 used in our Golang build system is
too old? [1][2]

Thanks for looking!

Kind regards
Felix

[1] https://github.com/golang/go/issues/51382
[2] https://github.com/golang/go/issues/52512




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

* [bug#58658] [PATCH v2] gnu: go-golang-org-x-net: Update to 0.1.0.
  2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
  2022-11-20 11:22 ` Christopher Baines
@ 2022-12-19 19:40 ` Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0 Felix Lechner via Guix-patches via
                     ` (2 more replies)
  2022-12-21 22:41 ` [bug#58658] Now needs to go into staging Felix Lechner via Guix-patches via
                   ` (2 subsequent siblings)
  4 siblings, 3 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-19 19:40 UTC (permalink / raw)
  To: 58658; +Cc: Christopher Baines

Hi Chris,

The issue with go-ipfs and go-golang-zx2c4-com-wireguard was fixed
with the update of go-golang-org-x-sys that now preceeds the original
patch in this series.

As a bonus, I also updated go-golang-zx2c4-com-wireguard herein but
acceptance is not necessary. Please feel free to ignore that
particular patch.

Otherwise, the acceptance of this patch series will allow Gocryptfs to
become part of Guix. [1] Thanks!

Kind regards
Felix Lechner

[1] https://issues.guix.gnu.org/58768






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

* [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0.
  2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
@ 2022-12-19 19:40   ` Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 2/3] gnu: go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-19 19:40 UTC (permalink / raw)
  To: 58658; +Cc: Christopher Baines, Felix Lechner

* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.3.0.
---
 gnu/packages/golang.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..a3377e1d4e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3051,11 +3051,11 @@ (define-public go-golang-org-x-sync
       (license license:bsd-3))))
 
 (define-public go-golang-org-x-sys
-  (let ((commit "ed5796bab16455f104b6a384d51b7f9990cb9806")
-        (revision "8"))
+  (let ((commit "72f772c4d7a84045aa1c4e95a12677b639088144")
+        (revision "0"))
     (package
       (name "go-golang-org-x-sys")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.3.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -3064,7 +3064,7 @@ (define-public go-golang-org-x-sys
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "081vs5bg91mwg5bdmlcvy2qyrvg766aicj47smcwfk4bbh0nc0qa"))))
+                  "0mpjn8r54djmcimz0r5zrgasfgpcpjm1xn8iak9i0f6mdpc6kamn"))))
       (build-system go-build-system)
       (arguments
        `(#:import-path "golang.org/x/sys"
-- 
2.38.1





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

* [bug#58658] [PATCH v2 2/3] gnu: go-golang-org-x-net: Update to 0.1.0.
  2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0 Felix Lechner via Guix-patches via
@ 2022-12-19 19:40   ` Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-19 19:40 UTC (permalink / raw)
  To: 58658; +Cc: Christopher Baines, Felix Lechner

* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.1.0.
(go-golang-org-x-net): Switch to gexp.
---
 gnu/packages/golang.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a3377e1d4e..108ac6d97e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2951,11 +2951,11 @@ (define-public go-github-com-protonmail-go-crypto
     (license license:bsd-3)))
 
 (define-public go-golang-org-x-net
-  (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
-        (revision "4"))
+  (let ((commit "1568cf9b43eddada579c44f99d04fe42a1f58dac")
+        (revision "0"))
     (package
       (name "go-golang-org-x-net")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2964,15 +2964,17 @@ (define-public go-golang-org-x-net
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
+                  "1wh3021id07rbjci8hm4nb2ljaaafmvi6x93lsca3cis30af3d2a"))))
       (build-system go-build-system)
       (arguments
-       `(#:import-path "golang.org/x/net"
-         ; Source-only package
-         #:tests? #f
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'build))))
+       (list
+        #:import-path "golang.org/x/net"
+        ;; Source-only package
+        #:tests? #f
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; Source-only package
+            (delete 'build))))
       (synopsis "Go supplemental networking libraries")
       (description "This package provides supplemental Go networking libraries.")
       (home-page "https://go.googlesource.com/net")
-- 
2.38.1





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

* [bug#58658] [PATCH v2 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.
  2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0 Felix Lechner via Guix-patches via
  2022-12-19 19:40   ` [bug#58658] [PATCH v2 2/3] gnu: go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
@ 2022-12-19 19:40   ` Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-19 19:40 UTC (permalink / raw)
  To: 58658; +Cc: Christopher Baines, Felix Lechner

* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 108ac6d97e..c1ae490714 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9323,7 +9323,7 @@ (define-public go-github-com-hjson-hjson-go
 (define-public go-golang-zx2c4-com-wireguard
   (package
     (name "go-golang-zx2c4-com-wireguard")
-    (version "0.0.20200320")
+    (version "0.0.20211016")
     (source
      (origin
        (method git-fetch)
@@ -9336,7 +9336,7 @@ (define-public go-golang-zx2c4-com-wireguard
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+         "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "golang.zx2c4.com/wireguard"))
-- 
2.38.1





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

* [bug#58658] Now needs to go into staging
  2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
  2022-11-20 11:22 ` Christopher Baines
  2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
@ 2022-12-21 22:41 ` Felix Lechner via Guix-patches via
  2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
  2023-03-05 21:01 ` bug#58658: Superseded by new bug Felix Lechner via Guix-patches via
  4 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-21 22:41 UTC (permalink / raw)
  To: 58658; +Cc: Christopher Baines

Hi,

The newly proposed changes trigger the rebuilding of 919 packages. I
already retitled the bug. This patch now belongs into 'staging'.

Kind regards
Felix Lechner




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

* [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0.
  2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
                   ` (2 preceding siblings ...)
  2022-12-21 22:41 ` [bug#58658] Now needs to go into staging Felix Lechner via Guix-patches via
@ 2023-01-05 14:40 ` Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0 Felix Lechner via Guix-patches via
                     ` (2 more replies)
  2023-03-05 21:01 ` bug#58658: Superseded by new bug Felix Lechner via Guix-patches via
  4 siblings, 3 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-01-05 14:40 UTC (permalink / raw)
  To: 58658; +Cc: mail

Hi,

This updates the Golang modules to their latest available versions,
and rebases the patch series onto staging.

Kind regards
Felix Lechner






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

* [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0.
  2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
@ 2023-01-05 14:40   ` Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 2/3] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-01-05 14:40 UTC (permalink / raw)
  To: 58658; +Cc: mail, Felix Lechner

* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0.
(go-golang-org-x-sys): Switch to gexp.
---
 gnu/packages/golang.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..f55e708e82 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3051,11 +3051,11 @@ (define-public go-golang-org-x-sync
       (license license:bsd-3))))
 
 (define-public go-golang-org-x-sys
-  (let ((commit "ed5796bab16455f104b6a384d51b7f9990cb9806")
-        (revision "8"))
+  (let ((commit "b60007cc4e6f966b1c542e343d026d06723e5653")
+        (revision "0"))
     (package
       (name "go-golang-org-x-sys")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.4.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -3064,15 +3064,17 @@ (define-public go-golang-org-x-sys
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "081vs5bg91mwg5bdmlcvy2qyrvg766aicj47smcwfk4bbh0nc0qa"))))
+                  "0fr2d6fnpbqx6n89sg9lsinqkdaw49y068kqj2g0cxlhbh69hzii"))))
       (build-system go-build-system)
       (arguments
-       `(#:import-path "golang.org/x/sys"
-         ;; Source-only package
-         #:tests? #f
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'build))))
+       (list
+        #:import-path "golang.org/x/sys"
+        ;; Source-only package
+        #:tests? #f
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; Source-only package
+            (delete 'build))))
       (synopsis "Go support for low-level system interaction")
       (description "This package provides supplemental libraries offering Go
 support for low-level interaction with the operating system.")
-- 
2.38.1





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

* [bug#58658] [PATCH v3 2/3] gnu: go-golang-org-x-net: Update to 0.5.0.
  2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0 Felix Lechner via Guix-patches via
@ 2023-01-05 14:40   ` Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-01-05 14:40 UTC (permalink / raw)
  To: 58658; +Cc: mail, Felix Lechner

* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.5.0.
(go-golang-org-x-net): Switch to gexp.
---
 gnu/packages/golang.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f55e708e82..1cbd9358c4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2951,11 +2951,11 @@ (define-public go-github-com-protonmail-go-crypto
     (license license:bsd-3)))
 
 (define-public go-golang-org-x-net
-  (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
-        (revision "4"))
+  (let ((commit "8e0e7d8d38f2b6d21d742845570dde2902d06a1d")
+        (revision "0"))
     (package
       (name "go-golang-org-x-net")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.5.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2964,15 +2964,17 @@ (define-public go-golang-org-x-net
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
+                  "1fidlcn3vcz42v2lc0rpmqh3bz08bcklj6jvnmz2vvgc481ci5hy"))))
       (build-system go-build-system)
       (arguments
-       `(#:import-path "golang.org/x/net"
-         ; Source-only package
-         #:tests? #f
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'build))))
+       (list
+        #:import-path "golang.org/x/net"
+        ;; Source-only package
+        #:tests? #f
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; Source-only package
+            (delete 'build))))
       (synopsis "Go supplemental networking libraries")
       (description "This package provides supplemental Go networking libraries.")
       (home-page "https://go.googlesource.com/net")
-- 
2.38.1





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

* [bug#58658] [PATCH v3 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.
  2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0 Felix Lechner via Guix-patches via
  2023-01-05 14:40   ` [bug#58658] [PATCH v3 2/3] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
@ 2023-01-05 14:40   ` Felix Lechner via Guix-patches via
  2 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-01-05 14:40 UTC (permalink / raw)
  To: 58658; +Cc: mail, Felix Lechner

* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1cbd9358c4..234b1df210 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9325,7 +9325,7 @@ (define-public go-github-com-hjson-hjson-go
 (define-public go-golang-zx2c4-com-wireguard
   (package
     (name "go-golang-zx2c4-com-wireguard")
-    (version "0.0.20200320")
+    (version "0.0.20211016")
     (source
      (origin
        (method git-fetch)
@@ -9338,7 +9338,7 @@ (define-public go-golang-zx2c4-com-wireguard
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+         "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "golang.zx2c4.com/wireguard"))
-- 
2.38.1





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

* bug#58658: Superseded by new bug
  2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
                   ` (3 preceding siblings ...)
  2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
@ 2023-03-05 21:01 ` Felix Lechner via Guix-patches via
  4 siblings, 0 replies; 13+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-03-05 21:01 UTC (permalink / raw)
  To: 58658-done, 58768-done

Hi,

These bugs were superseded by a new bug that tracks the feature branch
for adding Gocryptfs. It can be found here. [1]

Closing.

Kind regards
Felix Lechner

[1] https://issues.guix.gnu.org/61989




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

end of thread, other threads:[~2023-03-05 21:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
2022-11-20 11:22 ` Christopher Baines
2022-11-20 13:20   ` Felix Lechner via Guix-patches via
2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0 Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 2/3] gnu: go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
2022-12-21 22:41 ` [bug#58658] Now needs to go into staging Felix Lechner via Guix-patches via
2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
2023-01-05 14:40   ` [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0 Felix Lechner via Guix-patches via
2023-01-05 14:40   ` [bug#58658] [PATCH v3 2/3] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
2023-01-05 14:40   ` [bug#58658] [PATCH v3 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
2023-03-05 21:01 ` bug#58658: Superseded by new bug Felix Lechner via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).