GNU bug report logs -
#74822
[PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].
Previous Next
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
Message #10 received at 74822-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
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.