Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBA2784E80 for ; Mon, 16 Oct 2023 19:13:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id emaxqwGpNAz9 for ; Mon, 16 Oct 2023 19:13:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6885484D0E for ; Mon, 16 Oct 2023 19:13:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CA40FADC; Mon, 16 Oct 2023 19:13:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169748358878180" MIME-Version: 1.0 Date: Mon, 16 Oct 2023 19:13:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/nghttp3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231016191308.5CA40FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169748358878180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 16 19:13:08 UTC 2023 Modified Files: pkgsrc/www/nghttp3: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nghttp3/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nghttp3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169748358878180 Content-Disposition: inline Content-Length: 1505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nghttp3/Makefile diff -u pkgsrc/www/nghttp3/Makefile:1.13 pkgsrc/www/nghttp3/Makefile:1.14 --- pkgsrc/www/nghttp3/Makefile:1.13 Wed Sep 6 18:09:53 2023 +++ pkgsrc/www/nghttp3/Makefile Mon Oct 16 19:13:08 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/09/06 18:09:53 adam Exp $ +# $NetBSD: Makefile,v 1.14 2023/10/16 19:13:08 adam Exp $ -DISTNAME= nghttp3-0.15.0 +DISTNAME= nghttp3-1.0.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/} GITHUB_RELEASE= v${PKGVERSION_NOREV} Index: pkgsrc/www/nghttp3/distinfo diff -u pkgsrc/www/nghttp3/distinfo:1.9 pkgsrc/www/nghttp3/distinfo:1.10 --- pkgsrc/www/nghttp3/distinfo:1.9 Wed Sep 6 18:09:53 2023 +++ pkgsrc/www/nghttp3/distinfo Mon Oct 16 19:13:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/09/06 18:09:53 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/10/16 19:13:08 adam Exp $ -BLAKE2s (nghttp3-0.15.0.tar.xz) = bf5b4631447031f392be81b8659e08401c6d1cb5bf7443e9735f7796bf90c070 -SHA512 (nghttp3-0.15.0.tar.xz) = f65cb3b2de1abb12b13b214a60b83c9570a265f99e082cc62b6791a32c929cd78c3a228e38ccd5edd36c12998486633b660b6737fe6c1fbe1b03acdb9ca033dd -Size (nghttp3-0.15.0.tar.xz) = 368348 bytes +BLAKE2s (nghttp3-1.0.0.tar.xz) = 3c2daad4fe07c8d3de2cfadc8a16c6e036d73ba47572f1eb2aae79d56ada57ff +SHA512 (nghttp3-1.0.0.tar.xz) = 84d3207346da3807e56a6f9d7f826ae4174d5a0ba6c4bf1e71dd3f6a7e694eb8f2b9607ed862ffac7b29509521f8216aef3e0910425a65bc4e94ffa879f4d3d8 +Size (nghttp3-1.0.0.tar.xz) = 369384 bytes --_----------=_169748358878180--