GNU bug report logs - #69200
[PATCH] gnu: ngtcp2: Update to 1.3.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Sun, 18 Feb 2024 18:22:11 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.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 69200 in the body.
You can then email your comments to 69200 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#69200; Package guix-patches. (Sun, 18 Feb 2024 18:22:11 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, 18 Feb 2024 18:22:11 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.3.0.
Date: Sat, 17 Feb 2024 14:23:02 +0100
* gnu/packages/networking.scm (ngtcp2): Update to 1.3.0.

Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e
---
 gnu/packages/networking.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9b472500bc..962db33981 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4557,22 +4557,22 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.2.0")
+    (version "1.3.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 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
+        (base32 "1r63sg4hfrg2fs8ny2h2n0pkbn7wlf8bl47qiy80yfm82nn48hkx"))))
     (build-system gnu-build-system)
     (arguments
      (list
       #:configure-flags
       ;; openssl package does not support QUIC interface, so just gnutls
       #~(list "--with-gnutls")))
-    (native-inputs (list cunit pkg-config))
+    (native-inputs (list pkg-config))
     (inputs (list gnutls))
     (home-page "https://nghttp2.org/ngtcp2/")
     (synopsis "QUIC protocol implementation")

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
-- 
2.41.0





Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Tue, 20 Feb 2024 20:00:02 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Tue, 20 Feb 2024 20:00:02 GMT) Full text and rfc822 format available.

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

From: Jelle Licht <jlicht <at> fsfe.org>
To: Tomas Volf <~@wolfsden.cz>, 69200-done <at> debbugs.gnu.org
Subject: Re: [bug#69200] [PATCH] gnu: ngtcp2: Update to 1.3.0.
Date: Tue, 20 Feb 2024 20:58:56 +0100
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.3.0.
>
> Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e

Pushed to master with some small adjustments to the commit message.  I
also changed the sources back to using a .tar.xz file, as those seemed to
be work fine too (and of course changed the hash accordingly).

- Jelle




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 20 Mar 2024 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.