GNU bug report logs - #74460
[PATCH] gnu: ngtcp2: Update to 1.9.0.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74460 in the body.
You can then email your comments to 74460 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74460; Package guix-patches. (Thu, 21 Nov 2024 13:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 21 Nov 2024 13:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: ngtcp2: Update to 1.9.0.
Date: Thu, 21 Nov 2024 14:24:36 +0100
* 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





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 24 Nov 2024 01:16:02 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Sun, 24 Nov 2024 01:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 74460-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Tomas Volf <~@wolfsden.cz>
Cc: 74460-done <at> debbugs.gnu.org
Subject: Re: [bug#74460] [PATCH] gnu: ngtcp2: Update to 1.9.0.
Date: Sun, 24 Nov 2024 09:15:20 +0800
[Message part 1 (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)]

Information forwarded to guix-patches <at> gnu.org:
bug#74460; Package guix-patches. (Thu, 12 Dec 2024 15:34:01 GMT) Full text and rfc822 format available.

Message #13 received at 74460-done <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: 74460-done <at> debbugs.gnu.org
Subject: Re: [bug#74460] [PATCH] gnu: ngtcp2: Update to 1.9.0.
Date: Thu, 12 Dec 2024 16:33:37 +0100
[Message part 1 (text/plain, inline)]
Hi,

Z572 <zhengjunjie <at> iscas.ac.cn> writes:

> 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?

I prefer building it from the release archives.  Upstream does not sign
git commits, but the archives are signed via GPG.  I prefer to have a
signature to verify.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Jan 2025 12:24:07 GMT) Full text and rfc822 format available.

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.