GNU bug report logs -
#72807
[PATCH] gnu: ngtcp2: Update to 1.7.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 25 Aug 2024 17:08:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 72807 in the body.
You can then email your comments to 72807 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72807
; Package
guix-patches
.
(Sun, 25 Aug 2024 17:08: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
.
(Sun, 25 Aug 2024 17:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (ngtcp2)[version]: Update to 1.7.0.
[source]: Use gzip archive.
Change-Id: If4490a46c0ab551ded32aab962981c9fdb43ff94
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e5559ff46c..d8fc8cdc46 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4598,15 +4598,15 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.6.0")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ngtcp2/ngtcp2/"
"releases/download/v" version "/"
- "ngtcp2-" version ".tar.xz"))
+ "ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "0fh2c0iafjihvg7cb2kkhxzs0gvlz4phczqil61ckhk9sd15lmrf"))))
+ (base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 40e7b0191e84f463a3790bf9410ebcbe1cbeab9c
prerequisite-patch-id: 8885db1bb74a5215fba3ccc7c7b200b6b008497e
--
2.45.2
bug closed, send any further explanations to
72807 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 28 Aug 2024 14:32:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 26 Sep 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.