Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xxFC+5Pt; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=H7FJPmJ/ Received: by mail.netbsd.org (Postfix, from userid 605) id 29DE985020; Fri, 3 May 2024 09:41:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714729276; bh=tZoWUTpMUoQSrAsPQqxLSS1fvdIzbxSFMje+IBuw0aQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=xxFC+5PtsTsQD2hyGGutt74kqnXHgoBv2IxkhaTK6P4rQs2U4xEmUtcFxXSJiVTzQ bmb5IV3WtOl2YYrLxDfTpvsQIm5+KiXHBLVJ1QFZYg1NFcDprRLmFtoiUTsO3Rygl8 Zh8m1nnDzoqLvbVtxAQjezmzHDwlS24UEvjDRv2E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C34584D14 for ; Fri, 3 May 2024 09:41:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 onixWhoMgJlV for ; Fri, 3 May 2024 09:41:14 +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 70B1284C13 for ; Fri, 3 May 2024 09:41:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714729274; bh=tZoWUTpMUoQSrAsPQqxLSS1fvdIzbxSFMje+IBuw0aQ=; h=Date:From:Subject:To:Reply-To; b=H7FJPmJ/CJlo/WxbfTnRmby7t5u53KvhPQDiEc4I+BeWofR7W+TFJawpwkjiJ5hLe xjPWcRBlNbBKdecvuJSPbp9Jmx4IJAKIlNF1JbnBJ5udhgUPa23BzbZaAToekQ3+4m eC/dS9s3Gl7aYyHEfBjq0gF0Vb7CpgFEE7CxiclY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67E2FFA2C; Fri, 3 May 2024 09:41:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714729274183580" MIME-Version: 1.0 Date: Fri, 3 May 2024 09:41:14 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240503094114.67E2FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714729274183580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri May 3 09:41:14 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-pandoc-lua-marshal to 0.2.6 To generate a diff of this commit: cvs rdiff -u -r1.3049 -r1.3050 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714729274183580 Content-Disposition: inline Content-Length: 746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3049 pkgsrc/doc/CHANGES-2024:1.3050 --- pkgsrc/doc/CHANGES-2024:1.3049 Fri May 3 09:39:00 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 3 09:41:14 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3049 2024/05/03 09:39:00 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3050 2024/05/03 09:41:14 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4892,3 +4892,4 @@ Changes to the packages collection and i Updated devel/hs-persistent to 2.14.6.1 [pho 2024-05-03] Updated databases/hs-persistent-sqlite to 2.13.3.0 [pho 2024-05-03] Updated lang/hs-hslua to 2.3.1 [pho 2024-05-03] + Updated devel/hs-pandoc-lua-marshal to 0.2.6 [pho 2024-05-03] --_----------=_1714729274183580--