Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F58C84D80 for ; Sat, 28 Oct 2023 15:34:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id icJA0mscmltr for ; Sat, 28 Oct 2023 15:34:06 +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 6B77984CD9 for ; Sat, 28 Oct 2023 15:34:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57CD4FADC; Sat, 28 Oct 2023 15:34:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698507246167670" MIME-Version: 1.0 Date: Sat, 28 Oct 2023 15:34:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231028153406.57CD4FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698507246167670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 28 15:34:06 UTC 2023 Modified Files: pkgsrc/www/nghttp2: Makefile.common distinfo pkgsrc/www/nghttp2-tools: Makefile Log Message: nghttp2 nghttp2-tools: updated to 1.58.0 Nghttp2 v1.58.0 build This release speeds up warning option detection with cmake. The following dependencies have been updated: ngtcp2 nghttp3 third-party neverbleed has been updated. nghttpx This release introduces stricter transfer-encoding checks. integration Enable http3 test with cmake. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nghttp2/Makefile.common cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/nghttp2/distinfo cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp2-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698507246167670 Content-Disposition: inline Content-Length: 2185 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nghttp2/Makefile.common diff -u pkgsrc/www/nghttp2/Makefile.common:1.19 pkgsrc/www/nghttp2/Makefile.common:1.20 --- pkgsrc/www/nghttp2/Makefile.common:1.19 Tue Oct 10 15:24:36 2023 +++ pkgsrc/www/nghttp2/Makefile.common Sat Oct 28 15:34:05 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.19 2023/10/10 15:24:36 adam Exp $ +# $NetBSD: Makefile.common,v 1.20 2023/10/28 15:34:05 adam Exp $ # used by www/nghttp2/Makefile # used by www/nghttp2-tools/Makefile -DISTNAME= nghttp2-1.57.0 +DISTNAME= nghttp2-1.58.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/nghttp2/distinfo diff -u pkgsrc/www/nghttp2/distinfo:1.65 pkgsrc/www/nghttp2/distinfo:1.66 --- pkgsrc/www/nghttp2/distinfo:1.65 Tue Oct 10 15:24:36 2023 +++ pkgsrc/www/nghttp2/distinfo Sat Oct 28 15:34:05 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2023/10/10 15:24:36 adam Exp $ +$NetBSD: distinfo,v 1.66 2023/10/28 15:34:05 adam Exp $ -BLAKE2s (nghttp2-1.57.0.tar.xz) = 220346e42e48475b6760360db0b63c91357696265522377069109d423cf4f570 -SHA512 (nghttp2-1.57.0.tar.xz) = d914eb48afd1ea182c1b2a454bf5e7963a7e28165f1d6d29bb83dd61a1b611c8c469e72a7a22daf23b8037f6e5ae9d4e791150b7d135746c1a5ec71ceb777f92 -Size (nghttp2-1.57.0.tar.xz) = 1543568 bytes +BLAKE2s (nghttp2-1.58.0.tar.xz) = 90d9239d7b424940fa0c368ef4f4e5d091bbaeecd292b0efaee9174fe3d176d3 +SHA512 (nghttp2-1.58.0.tar.xz) = 97b70727c633be1168df6a5b48617dde113b1d1e34176ec8bf22f4449041af2f73b2ada438d14336c9712271ec6bfc7525f000c8ca6a7a9f8d06db01b876dd1c +Size (nghttp2-1.58.0.tar.xz) = 1546332 bytes SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e Index: pkgsrc/www/nghttp2-tools/Makefile diff -u pkgsrc/www/nghttp2-tools/Makefile:1.26 pkgsrc/www/nghttp2-tools/Makefile:1.27 --- pkgsrc/www/nghttp2-tools/Makefile:1.26 Tue Oct 24 22:11:30 2023 +++ pkgsrc/www/nghttp2-tools/Makefile Sat Oct 28 15:34:06 2023 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.26 2023/10/24 22:11:30 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2023/10/28 15:34:06 adam Exp $ -PKGREVISION= 1 .include "../../www/nghttp2/Makefile.common" PKGNAME= ${DISTNAME:S/-/-tools-/} --_----------=_1698507246167670--