GNU bug report logs - #71311
[PATCH 0/2] gnu: yggdrasil: Update to 0.5.6.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 1 Jun 2024 16:36:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71311 in the body.
You can then email your comments to 71311 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71311; Package guix-patches. (Sat, 01 Jun 2024 16:36: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. (Sat, 01 Jun 2024 16:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/2] gnu: yggdrasil: Update to 0.5.6.
Date: Sat,  1 Jun 2024 19:34:45 +0300
This patchset updates Yggdrasil to 0.5.6.

Artyom V. Poptsov (2):
  gnu: go-github-com-arceliar-ironwood: Update to
    v0.0.0-20240529054413-b8e59574e2b2.
  gnu: yggdrasil: Update to 0.5.6.

 gnu/packages/golang.scm     | 17 +++++++++--------
 gnu/packages/networking.scm |  4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)


base-commit: dc4c48f10281007a0ab3541b8a64198c60c6d5b0
-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71311; Package guix-patches. (Sat, 01 Jun 2024 16:38:01 GMT) Full text and rfc822 format available.

Message #8 received at 71311 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 71311 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to
 v0.0.0-20240529054413-b8e59574e2b2.
Date: Sat,  1 Jun 2024 19:36:18 +0300
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to
  v0.0.0-20240529054413-b8e59574e2b2.
  [arguments]: Use gexps.  Use go-1.21.

Change-Id: I30707c7a2cb6229149c6c9e9c0e3752b3222b84a
---
 gnu/packages/golang.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ab41508103..9bf441a938 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8816,7 +8816,7 @@ (define-public go-github-com-containerd-console
 (define-public go-github-com-arceliar-ironwood
   (package
     (name "go-github-com-arceliar-ironwood")
-    (version "v0.0.0-20231127131626-465b82dfb5bd")
+    (version "v0.0.0-20240529054413-b8e59574e2b2")
     (source
      (origin
        (method git-fetch)
@@ -8826,15 +8826,16 @@ (define-public go-github-com-arceliar-ironwood
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0sywrcvrpkkzi1jxfz2ahqs855h4bmdn1l79q5sdgqiaczr7q4b7"))))
+         "06ay82gqm3k649m7x0r3a3crnqv9x0yxhyqfabrf1b7inki35mfs"))))
     (build-system go-build-system)
     (arguments
-     '(#:import-path "github.com/Arceliar/ironwood"
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         ;; Source-only package
-         (delete 'build))))
+     (list #:import-path "github.com/Arceliar/ironwood"
+           #:go go-1.21
+           #:tests? #f
+           #:phases
+           #~(modify-phases %standard-phases
+             ;; Source-only package
+             (delete 'build))))
     (propagated-inputs
      (list go-golang-org-x-crypto go-github-com-arceliar-phony))
     (home-page "https://github.com/Arceliar/ironwood")
-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71311; Package guix-patches. (Sat, 01 Jun 2024 16:38:02 GMT) Full text and rfc822 format available.

Message #11 received at 71311 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 71311 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 2/2] gnu: yggdrasil: Update to 0.5.6.
Date: Sat,  1 Jun 2024 19:36:19 +0300
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.6.

Change-Id: I365621a5147cdaf4e0ddfd51437a144aa00087aa
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4e8723dba7..7e724bff6a 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.5")
+    (version "0.5.6")
     (source
      (origin
        (method git-fetch)
@@ -4619,7 +4619,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
+        (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments
-- 
2.45.1





Reply sent to Andrew Tropin <andrew <at> trop.in>:
You have taken responsibility. (Sun, 02 Jun 2024 09:53:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 02 Jun 2024 09:53:03 GMT) Full text and rfc822 format available.

Message #16 received at 71311-done <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>, 71311-done <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: Re: [bug#71311] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.6.
Date: Sun, 02 Jun 2024 13:52:07 +0400
[Message part 1 (text/plain, inline)]
On 2024-06-01 19:34, Artyom V. Poptsov wrote:

> This patchset updates Yggdrasil to 0.5.6.
>
> Artyom V. Poptsov (2):
>   gnu: go-github-com-arceliar-ironwood: Update to
>     v0.0.0-20240529054413-b8e59574e2b2.
>   gnu: yggdrasil: Update to 0.5.6.
>
>  gnu/packages/golang.scm     | 17 +++++++++--------
>  gnu/packages/networking.scm |  4 ++--
>  2 files changed, 11 insertions(+), 10 deletions(-)
>
>
> base-commit: dc4c48f10281007a0ab3541b8a64198c60c6d5b0

Applied, pushed as https://git.savannah.gnu.org/cgit/guix.git/commit/?id=f21aec551f
Thank you!

-- 
Best regards,
Andrew Tropin
[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. (Sun, 30 Jun 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.