GNU bug report logs - #74822
[PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].

Previous Next

Package: guix-patches;

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

Date: Thu, 12 Dec 2024 11:52:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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: Tomas Volf <~@wolfsden.cz>
Subject: bug#74822: closed (Re: [bug#74822] [PATCH] gnu: ngtcp2: Update to
 1.9.1 [security fixes].)
Date: Fri, 13 Dec 2024 12:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74822: [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].

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 74822 <at> debbugs.gnu.org.

-- 
74822: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74822
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Tomas Volf <~@wolfsden.cz>
Cc: 74822-done <at> debbugs.gnu.org
Subject: Re: [bug#74822] [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].
Date: Fri, 13 Dec 2024 20:51:32 +0800
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> Fixes CVE-2024-52811.
>
> * gnu/packages/networking.scm (ngtcp2): Update to 1.9.1.
>
> Change-Id: Ifeb686e7cb66d8358d69277ac98472e1b0880860
> ---
>  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 6cb33ce322..1a2af6d790 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -4643,7 +4643,7 @@ (define-public nbd
>  (define-public ngtcp2
>    (package
>      (name "ngtcp2")
> -    (version "1.9.0")
> +    (version "1.9.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4651,7 +4651,7 @@ (define-public ngtcp2
>                             "releases/download/v" version "/"
>                             "ngtcp2-" version ".tar.gz"))
>         (sha256
> -        (base32 "1nyaai8arhal8pi8yzw06kcq4c8bpqgz9mv9wd2897xgjrxmgrvb"))))
> +        (base32 "1hw2wmkp3z0p64gv4zgcrjkspb9wrdqyjymc93c4992skn9br3hd"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list

pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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.9.1 [security fixes].
Date: Thu, 12 Dec 2024 12:51:26 +0100
Fixes CVE-2024-52811.

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

Change-Id: Ifeb686e7cb66d8358d69277ac98472e1b0880860
---
 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 6cb33ce322..1a2af6d790 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4643,7 +4643,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.9.0")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
@@ -4651,7 +4651,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "1nyaai8arhal8pi8yzw06kcq4c8bpqgz9mv9wd2897xgjrxmgrvb"))))
+        (base32 "1hw2wmkp3z0p64gv4zgcrjkspb9wrdqyjymc93c4992skn9br3hd"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0




This bug report was last modified 252 days ago.

Previous Next


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