Mon Oct 16 19:13:08 2023 UTC ()
nghttp3: updated to 1.0.0

nghttp3 v1.0.0

Add dependabot to update actions
Bump actions/checkout from 3 to 4
Add release script
cmake: speed up warning option detection
cmake: delete unused detections, add missing #define
Replace the deprecated std::result_of with std::invoke_result
Use sphinx_rtd_theme
Remove ExtractValidFlags as we did in ngtcp2
cmake: Enable werror


(adam)
diff -r1.13 -r1.14 pkgsrc/www/nghttp3/Makefile
diff -r1.9 -r1.10 pkgsrc/www/nghttp3/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/www/nghttp3/Makefile (expand / switch to unified diff)

--- pkgsrc/www/nghttp3/Makefile 2023/09/06 18:09:53 1.13
+++ pkgsrc/www/nghttp3/Makefile 2023/10/16 19:13:08 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2023/09/06 18:09:53 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2023/10/16 19:13:08 adam Exp $
2 2
3DISTNAME= nghttp3-0.15.0 3DISTNAME= nghttp3-1.0.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
6GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/ngtcp2/nghttp3 10HOMEPAGE= https://github.com/ngtcp2/nghttp3
11COMMENT= Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK 11COMMENT= Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK
12LICENSE= mit 12LICENSE= mit
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15 15
16USE_CXX_FEATURES+= c++17 16USE_CXX_FEATURES+= c++17

cvs diff -r1.9 -r1.10 pkgsrc/www/nghttp3/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp3/distinfo 2023/09/06 18:09:53 1.9
+++ pkgsrc/www/nghttp3/distinfo 2023/10/16 19:13:08 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2023/09/06 18:09:53 adam Exp $ 1$NetBSD: distinfo,v 1.10 2023/10/16 19:13:08 adam Exp $
2 2
3BLAKE2s (nghttp3-0.15.0.tar.xz) = bf5b4631447031f392be81b8659e08401c6d1cb5bf7443e9735f7796bf90c070 3BLAKE2s (nghttp3-1.0.0.tar.xz) = 3c2daad4fe07c8d3de2cfadc8a16c6e036d73ba47572f1eb2aae79d56ada57ff
4SHA512 (nghttp3-0.15.0.tar.xz) = f65cb3b2de1abb12b13b214a60b83c9570a265f99e082cc62b6791a32c929cd78c3a228e38ccd5edd36c12998486633b660b6737fe6c1fbe1b03acdb9ca033dd 4SHA512 (nghttp3-1.0.0.tar.xz) = 84d3207346da3807e56a6f9d7f826ae4174d5a0ba6c4bf1e71dd3f6a7e694eb8f2b9607ed862ffac7b29509521f8216aef3e0910425a65bc4e94ffa879f4d3d8
5Size (nghttp3-0.15.0.tar.xz) = 368348 bytes 5Size (nghttp3-1.0.0.tar.xz) = 369384 bytes