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)]
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)]
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.