GNU bug report logs -
#74460
[PATCH] gnu: ngtcp2: Update to 1.9.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Thu, 21 Nov 2024 13:25:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Nov 2024 09:15:20 +0800
with message-id <875xod5t5j.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74460] [PATCH] gnu: ngtcp2: Update to 1.9.0.
has caused the debbugs.gnu.org bug report #74460,
regarding [PATCH] gnu: ngtcp2: Update to 1.9.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74460: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74460
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.0.
Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5
---
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 f0f0619161..23cf36006f 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.8.1")
+ (version "1.9.0")
(source
(origin
(method url-fetch)
@@ -4651,7 +4651,7 @@ (define-public ngtcp2
"releases/download/v" version "/"
"ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
+ (base32 "1nyaai8arhal8pi8yzw06kcq4c8bpqgz9mv9wd2897xgjrxmgrvb"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/networking.scm (ngtcp2): Update to 1.9.0.
>
> Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5
> ---
> 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 f0f0619161..23cf36006f 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.8.1")
> + (version "1.9.0")
> (source
> (origin
> (method url-fetch)
> @@ -4651,7 +4651,7 @@ (define-public ngtcp2
> "releases/download/v" version "/"
> "ngtcp2-" version ".tar.gz"))
Are you interested in trying to compile ngtcp2 from git next time?
> (sha256
> - (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
> + (base32 "1nyaai8arhal8pi8yzw06kcq4c8bpqgz9mv9wd2897xgjrxmgrvb"))))
> (build-system gnu-build-system)
> (arguments
> (list
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.