GNU bug report logs - #76625
[PATCH] gnu: ngtcp2: Update to 1.11.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 28 Feb 2025 01:54:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76625: closed ([PATCH] gnu: ngtcp2: Update to 1.11.0.)
Date: Wed, 05 Mar 2025 11:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Mar 2025 19:29:48 +0800
with message-id <875xknd8b7.fsf <at> envs.net>
and subject line Re: [bug#76625] [PATCH] gnu: ngtcp2: Update to 1.11.0.
has caused the debbugs.gnu.org bug report #76625,
regarding [PATCH] gnu: ngtcp2: Update to 1.11.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76625: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76625
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: ngtcp2: Update to 1.11.0.
Date: Fri, 28 Feb 2025 02:53:02 +0100
* gnu/packages/networking.scm (ngtcp2): Update to 1.11.0.

Change-Id: I4a617346b642fb743a0f66962ff6eb0d969c855f
---
 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 1b97853a59..6b68a54e07 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4616,7 +4616,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -4624,7 +4624,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "1g4mic08g7qjqlxjm1bvpmd7nj5pjfpwafj4r8rgj8h2cnc9gir4"))))
+        (base32 "1dp4r77sv70s62ihsqs6s1fdsp3mir8pjwhhw62j57mq0w6kkz21"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Tomas Volf <~@wolfsden.cz>
Cc: 76625-done <at> debbugs.gnu.org
Subject: Re: [bug#76625] [PATCH] gnu: ngtcp2: Update to 1.11.0.
Date: Wed, 05 Mar 2025 19:29:48 +0800
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.11.0.

Pushed as 336e1dfd0f, thanks.


This bug report was last modified 76 days ago.

Previous Next


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