Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ybISctQq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BkZ7meww Received: by mail.netbsd.org (Postfix, from userid 605) id AFE6584E80; Sun, 5 May 2024 09:27:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714901234; bh=BbKEfGmHoZSin+2iBI47gCkU0rFka3pdK1rfteSyhIU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ybISctQq1DH+7tqyfMcLJeoYXoQPsZMVvXMWmtE/rvd8lXJ6W5jh4iBrPN4EJy8+K aQqfRr455XCPhTgRtHUSYSmfHy510USoTB92V0YVPQw9uSdYcypxjjhJEdjTDERyiJ RQHg0zV0Gyd71BShqR6xE7mKiy0NcFR6iD/fVGVg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A18B684E62 for ; Sun, 5 May 2024 09:27:13 +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 8ypPaCRn5zwe for ; Sun, 5 May 2024 09:27:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 006A684CE8 for ; Sun, 5 May 2024 09:27:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714901233; bh=BbKEfGmHoZSin+2iBI47gCkU0rFka3pdK1rfteSyhIU=; h=Date:From:Subject:To:Reply-To; b=BkZ7mewwSI1cuSMHqMSB2QcfqwiC/L1bLWpYSyM6GnaPZc2UMqiZUgfV17mlpo1vt zCCnoex5MlzL+8tAgq9b3na23H0JcfH38jay2HRAZFol98Rh8jsJYCmpKssqeVVhI1 dDfPoJvMUY74RrpiY9cnz695oAuC4UiwsjL7Q7Os= Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0A12FA2C; Sun, 5 May 2024 09:27:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714901232268300" MIME-Version: 1.0 Date: Sun, 5 May 2024 09:27:12 +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: <20240505092712.F0A12FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714901232268300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 09:27:12 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added converters/pandoc-cli version 3.1.13 To generate a diff of this commit: cvs rdiff -u -r1.3126 -r1.3127 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714901232268300 Content-Disposition: inline Content-Length: 755 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.3126 pkgsrc/doc/CHANGES-2024:1.3127 --- pkgsrc/doc/CHANGES-2024:1.3126 Sun May 5 09:16:43 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 5 09:27:12 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3126 2024/05/05 09:16:43 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3127 2024/05/05 09:27:12 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4968,3 +4968,4 @@ Changes to the packages collection and i Added devel/stylish-haskell version 0.14.6.0 [pho 2024-05-05] Added security/d0_blind_id version 1.0 [nia 2024-05-05] Updated devel/haskell-language-server to 2.7.0.0 [pho 2024-05-05] + Added converters/pandoc-cli version 3.1.13 [pho 2024-05-05] --_----------=_1714901232268300--