Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vKesL0Hv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=C8kUIKzC Received: by mail.netbsd.org (Postfix, from userid 605) id 195BA84EA8; Mon, 29 Apr 2024 12:36:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714394201; bh=4sfussZsLotH1peR8/jGHEAYaGDJwkyT7Zz29ZUn6Ws=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vKesL0HvsP8mHkCTHMV69wvdkTj6apCwNKpCbtdYNMqTdZ95qmAJVkLLFxSVdC8qC ZSBFzV2CHyXx5ecIx5/3SEa2MVjLv7XqSvGTzkGn9ZRhQIlCH69FW93Aejh+p/z6TU hQkhpQJZ6juvLPf8NHMQwLs3+TKb+T40QulZQ9Wc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3807584E7B for ; Mon, 29 Apr 2024 12:24:43 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id orsXRU0mcyTP for ; Mon, 29 Apr 2024 12:24:42 +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 8CD7184E6F for ; Mon, 29 Apr 2024 12:24:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714393482; bh=4sfussZsLotH1peR8/jGHEAYaGDJwkyT7Zz29ZUn6Ws=; h=Date:From:Subject:To:Reply-To; b=C8kUIKzCdpBjKWuSinW/gSqDck4Mp7ehi9967tYMSSBc6pQd6DrMuiX4EPGbHnLzG HfDg9HN4eFtZBMnNTMpHpKKETpU06IXxXUy0FtHc5/SrZRbDojZunDJw8ewHFNIVpA kob7qQdiTVzBoiK9K3gpRItMtUVvLCZWLYkOiALo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87818FA2C; Mon, 29 Apr 2024 12:24:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171439348291560" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 12:24:42 +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: <20240429122442.87818FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171439348291560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Apr 29 12:24:42 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/hs-commonmark-extensions to 0.2.5.4 To generate a diff of this commit: cvs rdiff -u -r1.2865 -r1.2866 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171439348291560 Content-Disposition: inline Content-Length: 759 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.2865 pkgsrc/doc/CHANGES-2024:1.2866 --- pkgsrc/doc/CHANGES-2024:1.2865 Mon Apr 29 12:20:42 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 12:24:42 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2865 2024/04/29 12:20:42 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2866 2024/04/29 12:24:42 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4689,3 +4689,4 @@ Changes to the packages collection and i Updated devel/hs-microlens-th to 0.4.3.15 [pho 2024-04-29] Updated lang/hs-hslua-repl to 0.1.2 [pho 2024-04-29] Updated textproc/hs-unicode-collation to 0.1.3.6 [pho 2024-04-29] + Updated textproc/hs-commonmark-extensions to 0.2.5.4 [pho 2024-04-29] --_----------=_171439348291560--