GNU bug report logs - #67111
[PATCH] gnu: Update yggdrasil to 0.5.2.

Previous Next

Package: guix-patches;

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

Date: Sat, 11 Nov 2023 21:27:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: bug#67111: closed (Re: [bug#67111] [PATCH] gnu: Update yggdrasil
 to 0.5.2.)
Date: Sat, 25 Nov 2023 22:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67111: [PATCH] gnu: Update yggdrasil to 0.5.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67111 <at> debbugs.gnu.org.

-- 
67111: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67111
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 67111-done <at> debbugs.gnu.org
Subject: Re: [bug#67111] [PATCH] gnu: Update yggdrasil to 0.5.2.
Date: Sat, 25 Nov 2023 23:27:00 +0100
Hi Artyom,

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

> this patch series updates Yggdrasil[1] to 0.5.2.

Applied all 12 patches, thank you & Aleksandr Vityazev!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Update yggdrasil to 0.5.2.
Date: Sun, 12 Nov 2023 00:24:58 +0300
[Message part 4 (text/plain, inline)]
Hello,

this patch series updates Yggdrasil[1] to 0.5.2.
[0001-gnu-Deprecate-the-go-github-com-lucas-clemente-quic-.patch (text/x-diff, attachment)]
[0002-gnu-go-github-com-arceliar-ironwood-Update-to-v0.0.0.patch (text/x-diff, attachment)]
[0003-gnu-Deprecate-the-go-github-com-willf-bitset-variabl.patch (text/x-diff, attachment)]
[0004-gnu-go-github-com-bits-and-blooms-bitset-Update-to-1.patch (text/x-diff, attachment)]
[0005-gnu-Update-go-github-com-willf-bitset-to-3.6.0.patch (text/x-diff, attachment)]
[0006-gnu-Add-go-github-com-quic-go-qtls-go1-20.patch (text/x-diff, attachment)]
[0007-gnu-Add-go-github-com-quic-go-qpack.patch (text/x-diff, attachment)]
[0008-gnu-Add-go-golang-org-x-sys-0.8.patch (text/x-diff, attachment)]
[0009-gnu-Add-go-golang-org-x-net-0.17.patch (text/x-diff, inline)]
From 443083bd7f2e257d9a2d78b62ce8c41f9a76ccfc Mon Sep 17 00:00:00 2001
Message-ID: <443083bd7f2e257d9a2d78b62ce8c41f9a76ccfc.1699737412.git.poptsov.artyom <at> gmail.com>
In-Reply-To: <9d11912cb4bd31eac64928892a97268dbf0e67a6.1699737412.git.poptsov.artyom <at> gmail.com>
References: <9d11912cb4bd31eac64928892a97268dbf0e67a6.1699737412.git.poptsov.artyom <at> gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Date: Sun, 5 Nov 2023 21:28:26 +0300
Subject: [PATCH 09/12] gnu: Add go-golang-org-x-net-0.17

* gnu/packages/golang.scm (go-golang-org-x-net-0.17): New variable.

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ca4b25ca2a..0331f9531a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3989,6 +3989,23 @@ (define-public go-golang-org-x-net
       (home-page "https://go.googlesource.com/net")
       (license license:bsd-3))))
 
+(define-public go-golang-org-x-net-0.17
+  (let ((commit "b225e7ca6dde1ef5a5ae5ce922861bda011cfabd")
+        (revision "0"))
+    (package
+      (inherit go-golang-org-x-net)
+      (name "go-golang-org-x-net")
+      (version (git-version "0.17.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://go.googlesource.com/net")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9")))))))
+
 (define-public go-golang-org-x-net-html
   (package
     (inherit go-golang-org-x-net)
-- 
2.41.0

[0010-gnu-go-github-com-quic-go-quic-go-Update-to-0.39.3.patch (text/x-diff, attachment)]
[0011-gnu-yggdrasil-Update-to-0.5.2.patch (text/x-diff, attachment)]
[0012-doc-Update-yggdrasil-related-documentation.patch (text/x-diff, attachment)]
[Message part 17 (text/plain, inline)]
The work is done with the help of Aleksandr Vityazev
<avityazev <at> posteo.org>.

Thanks,
- avp

References:
1. https://github.com/yggdrasil-network/yggdrasil-go

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 216 days ago.

Previous Next


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