Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0101784EBC for ; Mon, 30 Oct 2023 17:26:37 +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 zgrxO1RCPn_H for ; Mon, 30 Oct 2023 17:26:36 +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 1360284CCA for ; Mon, 30 Oct 2023 17:26:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C777FADC; Mon, 30 Oct 2023 17:26:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698686796137550" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 17:26:36 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-warp To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030172636.0C777FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698686796137550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 17:26:35 UTC 2023 Modified Files: pkgsrc/www/hs-warp: Makefile PLIST buildlink3.mk distinfo Log Message: www/hs-warp: Update to 3.3.30 3.3.30 * Length of ResponseBuilder responses will now also be passed to the logger. #946 * Using If-(None-)Match headers simultaneously with If-(Un)Modified-Since headers now follow the RFC 9110 standard. So If-(Un)Modified-Since headers will be correctly ignored if their respective -Match counterpart is also present in the request headers. #945 * Fixed adding superfluous Server header when using HTTP/2.0 if response already has it. #943 3.3.29 * Preparing coming "http2" v4.2.0. 3.3.28 * Fix for the "-x509" flag #935 3.3.27 * Fixing busy loop due to eMFILE #933 3.3.26 * Using crypton instead of cryptonite. #931 3.3.25 * Catching up the signature change of openFd in the unix package v2.8. #926 3.3.24 * Switching the version of the "recv" package from 0.0.x to 0.1.x. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/hs-warp/Makefile \ pkgsrc/www/hs-warp/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-warp/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/hs-warp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698686796137550 Content-Disposition: inline Content-Length: 5618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-warp/Makefile diff -u pkgsrc/www/hs-warp/Makefile:1.11 pkgsrc/www/hs-warp/Makefile:1.12 --- pkgsrc/www/hs-warp/Makefile:1.11 Mon Oct 9 04:55:00 2023 +++ pkgsrc/www/hs-warp/Makefile Mon Oct 30 17:26:35 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/10/09 04:55:00 pho Exp $ +# $NetBSD: Makefile,v 1.12 2023/10/30 17:26:35 pho Exp $ -DISTNAME= warp-3.3.23 -PKGREVISION= 1 +DISTNAME= warp-3.3.30 CATEGORIES= www MAINTAINER= pho@cielonegro.org @@ -20,11 +19,10 @@ LICENSE= mit .include "../../net/hs-simple-sendfile/buildlink3.mk" .include "../../devel/hs-streaming-commons/buildlink3.mk" .include "../../time/hs-time-manager/buildlink3.mk" -.include "../../devel/hs-unix-compat/buildlink3.mk" .include "../../devel/hs-unliftio/buildlink3.mk" .include "../../devel/hs-vault/buildlink3.mk" .include "../../www/hs-wai/buildlink3.mk" .include "../../devel/hs-word8/buildlink3.mk" -.include "../../security/hs-x509/buildlink3.mk" +.include "../../security/hs-crypton-x509/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/hs-warp/buildlink3.mk diff -u pkgsrc/www/hs-warp/buildlink3.mk:1.11 pkgsrc/www/hs-warp/buildlink3.mk:1.12 --- pkgsrc/www/hs-warp/buildlink3.mk:1.11 Mon Oct 9 04:55:00 2023 +++ pkgsrc/www/hs-warp/buildlink3.mk Mon Oct 30 17:26:35 2023 @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.11 2023/10/09 04:55:00 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2023/10/30 17:26:35 pho Exp $ BUILDLINK_TREE+= hs-warp .if !defined(HS_WARP_BUILDLINK3_MK) HS_WARP_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-warp+= hs-warp>=3.3.23 -BUILDLINK_ABI_DEPENDS.hs-warp+= hs-warp>=3.3.23nb1 +BUILDLINK_API_DEPENDS.hs-warp+= hs-warp>=3.3.30 +BUILDLINK_ABI_DEPENDS.hs-warp+= hs-warp>=3.3.30 BUILDLINK_PKGSRCDIR.hs-warp?= ../../www/hs-warp .include "../../devel/hs-auto-update/buildlink3.mk" @@ -21,12 +21,11 @@ BUILDLINK_PKGSRCDIR.hs-warp?= ../../www/ .include "../../net/hs-simple-sendfile/buildlink3.mk" .include "../../devel/hs-streaming-commons/buildlink3.mk" .include "../../time/hs-time-manager/buildlink3.mk" -.include "../../devel/hs-unix-compat/buildlink3.mk" .include "../../devel/hs-unliftio/buildlink3.mk" .include "../../devel/hs-vault/buildlink3.mk" .include "../../www/hs-wai/buildlink3.mk" .include "../../devel/hs-word8/buildlink3.mk" -.include "../../security/hs-x509/buildlink3.mk" +.include "../../security/hs-crypton-x509/buildlink3.mk" .endif # HS_WARP_BUILDLINK3_MK BUILDLINK_TREE+= -hs-warp Index: pkgsrc/www/hs-warp/PLIST diff -u pkgsrc/www/hs-warp/PLIST:1.2 pkgsrc/www/hs-warp/PLIST:1.3 --- pkgsrc/www/hs-warp/PLIST:1.2 Wed Feb 8 09:01:34 2023 +++ pkgsrc/www/hs-warp/PLIST Mon Oct 30 17:26:35 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/02/08 09:01:34 pho Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/10/30 17:26:35 pho Exp $ lib/warp-${PKGVERSION}/${HS_VERSION}/package-description lib/warp-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so @@ -106,7 +106,7 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Paths_war ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_warp.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a -${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/Network-Wai-Handler-Warp-Internal.html ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/Network-Wai-Handler-Warp.html ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/doc-index-A.html @@ -130,10 +130,12 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/war ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/doc-index-T.html ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/doc-index-W.html ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/synopsis.png ${PLIST.doc}share/doc/${HS_PLATFORM}/warp-${PKGVERSION}/html/warp.haddock Index: pkgsrc/www/hs-warp/distinfo diff -u pkgsrc/www/hs-warp/distinfo:1.5 pkgsrc/www/hs-warp/distinfo:1.6 --- pkgsrc/www/hs-warp/distinfo:1.5 Wed Feb 8 09:01:34 2023 +++ pkgsrc/www/hs-warp/distinfo Mon Oct 30 17:26:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2023/02/08 09:01:34 pho Exp $ +$NetBSD: distinfo,v 1.6 2023/10/30 17:26:35 pho Exp $ -BLAKE2s (warp-3.3.23.tar.gz) = 41da65b43c224ebed0e634bae3e2fbd1b258d0d1b1fd272ecdb34d5ae416f4f0 -SHA512 (warp-3.3.23.tar.gz) = c4e7f3efe67cda1da41ecf9d018b6c53767194d9bb6b883cb99679290f3f6fb1816067335fac30bf00b413d16b837413c8d7d26f85fbcebf0f0dd3e67a288697 -Size (warp-3.3.23.tar.gz) = 65513 bytes +BLAKE2s (warp-3.3.30.tar.gz) = e8bf52be7ed0e78d440c21a6e4170a35c734b4297137cf98ffdaf8b32e225b4a +SHA512 (warp-3.3.30.tar.gz) = 59028da2b7e6dfa57a0325a5e6acec4e2dbb2fcc15d19cc8c03e23fea405c8edc8f98c8e740da6e0bbcdb1f941114e47d7dfa7c03d8a6e716f4576b945ba9765 +Size (warp-3.3.30.tar.gz) = 67326 bytes --_----------=_1698686796137550--