* [bug#74822] [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].
@ 2024-12-12 11:51 Tomas Volf
2024-12-13 12:51 ` bug#74822: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-12-12 11:51 UTC (permalink / raw)
To: 74822; +Cc: Tomas Volf
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74822: [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes].
2024-12-12 11:51 [bug#74822] [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes] Tomas Volf
@ 2024-12-13 12:51 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-12-13 12:51 UTC (permalink / raw)
To: Tomas Volf; +Cc: 74822-done
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-13 12:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 11:51 [bug#74822] [PATCH] gnu: ngtcp2: Update to 1.9.1 [security fixes] Tomas Volf
2024-12-13 12:51 ` bug#74822: " Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).