Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BF71dT1f; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=c94fh4ec Received: by mail.netbsd.org (Postfix, from userid 605) id 6DE1584F8E; Thu, 16 May 2024 17:16:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715879793; bh=+TR96K2Ki6YwlcIJ5FK9eG2ThjruRxZs/fEWjQpEWMY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=BF71dT1fypGofMVuiE9II7UGlrwI5Mf62/6Ww9ecPK2mHMX0KLPmCSViCovhs0TkQ 7h83tYjkske2IpjnNM9QsLWEj2kOq6FsKQNliO72UMS91UzqqSRJZAi2AZIAakg/BW OBBwrX+6VQsZqXTR93ZDaMdPTAtTKHUNT9zyoBJ8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0D0584EB2 for ; Thu, 16 May 2024 17:06: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 dTAH31mR8q39 for ; Thu, 16 May 2024 17:06:43 +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 4ECAC84D27 for ; Thu, 16 May 2024 17:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715879203; bh=+TR96K2Ki6YwlcIJ5FK9eG2ThjruRxZs/fEWjQpEWMY=; h=Date:From:Subject:To:Reply-To; b=c94fh4ect9gru8lnvIj7qndToEShhNfQ3SgF8TOkMR8ZQzdWFuIKj8GrufXYCyJpu sWMDIrYk1G4UXTAPraWWBuSO0H+AU98wrKbl3ZKjE6nc1lX2OeVBpvL7HrC05vsIMB sLGWC3Hp+6GPI/lfCDex2VYX3YkG5Wt/0qvDWzRE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43555FA2C; Thu, 16 May 2024 17:06:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171587920354650" MIME-Version: 1.0 Date: Thu, 16 May 2024 17:06:43 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240516170643.43555FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171587920354650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Thu May 16 17:06:43 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/csvtomd to 0.2.1 To generate a diff of this commit: cvs rdiff -u -r1.3466 -r1.3467 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171587920354650 Content-Disposition: inline Content-Length: 727 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.3466 pkgsrc/doc/CHANGES-2024:1.3467 --- pkgsrc/doc/CHANGES-2024:1.3466 Thu May 16 15:25:08 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 16 17:06:43 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3466 2024/05/16 15:25:08 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3467 2024/05/16 17:06:43 cheusov Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5420,3 +5420,4 @@ Changes to the packages collection and i Updated textproc/py-regex to 2024.5.15 [adam 2024-05-16] Updated mail/rspamd to 3.8.4nb2 [taca 2024-05-16] Updated net/bind918 to 9.18.27 [taca 2024-05-16] + Updated textproc/csvtomd to 0.2.1 [cheusov 2024-05-16] --_----------=_171587920354650--