GNU bug report logs - #67054
[PATCH] gnu: Add ngtcp2

Previous Next

Package: guix-patches;

Reported by: mason1920 <mason1920 <at> use.startmail.com>

Date: Sat, 11 Nov 2023 00:21:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> posteo.net>

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 67054 in the body.
You can then email your comments to 67054 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#67054; Package guix-patches. (Sat, 11 Nov 2023 00:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to mason1920 <mason1920 <at> use.startmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 11 Nov 2023 00:21:02 GMT) Full text and rfc822 format available.

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

From: mason1920 <mason1920 <at> use.startmail.com>
To: guix-patches <at> gnu.org
Cc: mason1920 <mason1920 <at> use.startmail.com>
Subject: [PATCH] gnu: Add ngtcp2
Date: Fri, 10 Nov 2023 14:47:50 -0500
* gnu/packages/networking.scm (ngtcp2): New variable.

Change-Id: Id8fcedf0f2843fa37983cecb98fb76a5ccdcdc22
---
 gnu/packages/networking.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1a8912ac87..fc4e29a471 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -169,6 +169,26 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages xml)
   #:use-module (ice-9 match))
 
+(define-public ngtcp2
+  (package
+    (name "ngtcp2")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ngtcp2/ngtcp2")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1rq8k38lk45g1h2vprvxg403795vaxmf9m12wnndg1dc76xcrjk7"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake libtool pkg-config))
+    (home-page "https://nghttp2.org/ngtcp2/")
+    (synopsis "QUIC protocol implementation")
+    (description "QUIC protocol implementation.")
+    (license license:expat)))
+
 (define-public usrsctp
   (package
     (name "usrsctp")

base-commit: bb3ab24a296ffa5273b2e82a02ed057e90c095f3
-- 
2.41.0





Reply sent to Jelle Licht <jlicht <at> posteo.net>:
You have taken responsibility. (Sun, 12 Nov 2023 16:16:02 GMT) Full text and rfc822 format available.

Notification sent to mason1920 <mason1920 <at> use.startmail.com>:
bug acknowledged by developer. (Sun, 12 Nov 2023 16:16:02 GMT) Full text and rfc822 format available.

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

From: Jelle Licht <jlicht <at> posteo.net>
To: 67054-done <at> debbugs.gnu.org
Cc: mason1920 <mason1920 <at> use.startmail.com>
Subject: Re: [bug#67054] [PATCH] gnu: Add ngtcp2
Date: Sun, 12 Nov 2023 16:14:14 +0000
mason1920 via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/networking.scm (ngtcp2): New variable.

Pushed to master /w 978f4a9dc4, including the following changes:
- use the release tarball, remove autotools from native-inputs
- remove (currently) unused pkg-config native-input
- added a cunit native-input so tests are run
- tweaked the package description

Thanks!
- Jelle





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

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

Previous Next


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