Commit Graph

142 Commits

Author SHA1 Message Date
Stefan Frijters
2f81cc9030 ngtcp2{,-gnutls}: enable strictDeps 2026-08-11 23:39:51 +02:00
Stefan Frijters
ac0e8148b7 ngtcp2{,-gnutls}: enable structuredAttrs, use finalAttrs 2026-08-11 23:03:20 +02:00
R. Ryantm
cb151064c9 ngtcp2-gnutls: 1.24.0 -> 1.25.0 2026-07-26 13:50:02 +00:00
nixpkgs-ci[bot]
9a4eaa6227 Merge master into staging-next 2026-06-30 12:42:31 +00:00
R. Ryantm
abef5537b4 ngtcp2-gnutls: 1.23.0 -> 1.24.0 2026-06-28 08:04:32 +00:00
Fabián Heredia Montiel
d7c65dff64 ngtcp2: 1.22.1 -> 1.23.0 (#526384) 2026-06-11 15:19:24 +00:00
R. Ryantm
cb5f99314e ngtcp2: 1.22.1 -> 1.23.0 2026-05-31 14:57:19 +00:00
R. Ryantm
7b3af176b4 ngtcp2-gnutls: 1.22.1 -> 1.23.0 2026-05-31 14:55:52 +00:00
Sandro
151f5dc60e ngtcp2: 1.22.0 -> 1.22.1 (#511009) 2026-04-24 00:25:11 +00:00
nixpkgs-ci[bot]
f360d3dce0 Merge master into staging-next 2026-04-18 12:12:51 +00:00
Hythera
9da46051af ngtcp2: 1.22.0 -> 1.22.1
changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.22.1

diff: https://github.com/ngtcp2/ngtcp2/compare/v1.22.0...v1.22.1
2026-04-17 22:57:09 +02:00
R. Ryantm
9687703356 ngtcp2-gnutls: 1.22.0 -> 1.22.1 2026-04-16 13:33:21 +00:00
R. Ryantm
60ecbe49a2 ngtcp2: 1.19.0 -> 1.22.0 2026-04-04 19:40:30 +00:00
R. Ryantm
e035285abc ngtcp2-gnutls: 1.21.0 -> 1.22.0 2026-03-29 13:29:54 +00:00
Vladimír Čunát
8647f7d06d ngtcp2-gnutls: 1.20.0 -> 1.21.0 (#494408) 2026-02-27 15:22:55 +00:00
Franz Pletz
fc78dcbd52 pkg/cross/enable build packages (#486364) 2026-02-26 21:18:33 +00:00
R. Ryantm
0963ea5890 ngtcp2-gnutls: 1.20.0 -> 1.21.0 2026-02-26 14:02:12 +00:00
Greg Hellings
67ddced677 ngtcp2: Enable cross-build for mingw 2026-02-02 22:22:42 -06:00
nixpkgs-ci[bot]
d47831ff2a Merge staging-next into staging 2026-01-22 18:07:50 +00:00
R. Ryantm
ef29dd63d5 ngtcp2-gnutls: 1.19.0 -> 1.20.0 2026-01-20 14:05:43 +00:00
R. Ryantm
24bc54120f ngtcp2: 1.18.0 -> 1.19.0 2026-01-11 06:56:11 +00:00
Vladimír Čunát
480a65bf59 ngtcp2-gnutls: 1.18.0 -> 1.19.0 (#473583) 2026-01-08 14:17:33 +00:00
R. Ryantm
204be31cc2 ngtcp2-gnutls: 1.18.0 -> 1.19.0 2025-12-23 13:31:20 +00:00
David McFarland
4166a4e4f8 ngtcp2: fix cygwin build 2025-12-14 21:57:53 -04:00
Wolfgang Walther
46c0c0eae7 Merge branch 'staging-next' into staging 2025-12-10 18:42:31 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
bbd09b2b5d ngtcp2: 1.17.0 -> 1.18.0 2025-11-27 17:55:35 +00:00
R. Ryantm
f102210975 ngtcp2-gnutls: 1.17.0 -> 1.18.0 2025-11-23 07:42:38 +00:00
Yueh-Shun Li
9c4e838723 ngtcp2: 1.15.1 -> 1.17.0 (#453321) 2025-11-08 03:16:04 +00:00
Jon Hermansen
212ef28fc0 ngtcp2: avoid building examples on FreeBSD due to Linux-specific socket APIs
The ngtcp2 examples use Linux-specific socket options (IP_PKTINFO,
IPTOS_ECN_MASK, IP_RECVTOS) for packet metadata and ECN support that
are not available on FreeBSD.

Enable ENABLE_LIB_ONLY on FreeBSD to skip examples while building
the core library.
2025-10-31 17:43:37 -04:00
Vladimír Čunát
1fb1a5275c ngtcp2-gnutls: 1.16.0 -> 1.17.0 (#453340) 2025-10-23 13:11:17 +00:00
Vladimír Čunát
af24062351 ngtcp2-gnutls.tests: add curlWithGnuTls
It's another consumer of this library and now used in a dozen packages.
2025-10-23 15:05:29 +02:00
R. Ryantm
988ff8bbfb ngtcp2-gnutls: 1.16.0 -> 1.17.0 2025-10-18 20:42:49 +00:00
R. Ryantm
5382ac8362 ngtcp2: 1.15.1 -> 1.17.0 2025-10-18 20:39:59 +00:00
nixpkgs-ci[bot]
b936b03bcb Merge master into staging-next 2025-10-16 09:48:58 +00:00
Vladimír Čunát
1bc15e0a62 ngtcp2-gnutls: 1.15.1 -> 1.16.0 (#446098) 2025-10-16 08:33:12 +00:00
Alois Wohlschlager
28b566547e ngtcp2: simplify static conditionals
Mass-rebuild cleanup after https://github.com/NixOS/nixpkgs/pull/445602 .
2025-10-02 21:01:07 +02:00
Vladimír Čunát
9f657e5d28 nghttp3,ngtcp2: fix static build (#445602) 2025-10-02 08:06:42 +02:00
R. Ryantm
2e01acc78e ngtcp2-gnutls: 1.15.1 -> 1.16.0 2025-09-25 16:49:55 +00:00
Alois Wohlschlager
f661657f60 ngtcp2: fix static build 2025-09-23 20:20:15 +02:00
K900
83dfcbb306 Merge remote-tracking branch 'origin/master' into staging-next 2025-09-23 21:15:13 +03:00
Marie Ramlow
a7b73a106a curlHTTP3: drop 2025-09-20 19:07:52 +02:00
Marie Ramlow
ff94a4d433 {ngtcp2, curl, nghttp2}: use openssl instead of quictls 2025-09-20 19:07:24 +02:00
Marie Ramlow
60eb2b5686 ngtcp2: 1.14.0 -> 1.15.1, use fetchurl
fetchurl instead of fetchFromGitHub, because otherwise we run into infrec

Diff: https://github.com/ngtcp2/ngtcp2/compare/v1.14.0...v1.15.1

Changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.15.1
2025-09-20 19:07:24 +02:00
R. Ryantm
6db15319ea ngtcp2-gnutls: 1.15.0 -> 1.15.1 2025-09-03 11:43:12 +00:00
R. Ryantm
21dda58bd7 ngtcp2-gnutls: 1.14.0 -> 1.15.0 2025-08-23 07:45:34 +00:00
Weijia Wang
5c16639338 ngtcp2: 1.13.0 -> 1.14.0 (#428334) 2025-08-04 11:11:30 -06:00
R. Ryantm
479d59e0fa ngtcp2-gnutls: 1.13.0 -> 1.14.0 2025-07-25 13:33:34 +00:00
R. Ryantm
8a752946ac ngtcp2: 1.13.0 -> 1.14.0 2025-07-25 13:30:52 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00