Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26AE284F95 for ; Tue, 10 Oct 2023 16:17:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 lGvIhKFZLE2D for ; Tue, 10 Oct 2023 16:17:29 +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 79ED584E9E for ; Tue, 10 Oct 2023 16:17:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71390FADC; Tue, 10 Oct 2023 16:17:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696954649118090" MIME-Version: 1.0 Date: Tue, 10 Oct 2023 16:17:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231010161729.71390FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696954649118090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 10 16:17:28 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated databases/sqlite3*, devel/lemon To generate a diff of this commit: cvs rdiff -u -r1.5816 -r1.5817 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696954649118090 Content-Disposition: inline Content-Length: 906 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5816 pkgsrc/doc/CHANGES-2023:1.5817 --- pkgsrc/doc/CHANGES-2023:1.5816 Tue Oct 10 16:06:38 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Oct 10 16:17:28 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5816 2023/10/10 16:06:38 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5817 2023/10/10 16:17:28 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8510,3 +8510,7 @@ Changes to the packages collection and i Updated devel/py-test-timeout to 2.2.0 [adam 2023-10-10] Updated devel/py-cwcwidth to 0.1.9 [adam 2023-10-10] Updated textproc/py-markdown to 3.5 [adam 2023-10-10] + Updated databases/sqlite3 to 3.43.2 [adam 2023-10-10] + Updated databases/sqlite3-docs to 3.43.2 [adam 2023-10-10] + Updated databases/sqlite3-tcl to 3.43.2 [adam 2023-10-10] + Updated devel/lemon to 1.0.3.43.2 [adam 2023-10-10] --_----------=_1696954649118090--