Received: by mail.netbsd.org (Postfix, from userid 605) id 59A4584DF6; Fri, 12 Jul 2019 10:05:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D483784D3B for ; Fri, 12 Jul 2019 10:05:10 +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 6FXW7KzOOebo for ; Fri, 12 Jul 2019 10:05:10 +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 397C384CFC for ; Fri, 12 Jul 2019 10:05:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37AE8FBF4; Fri, 12 Jul 2019 10:05:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562925910279770" MIME-Version: 1.0 Date: Fri, 12 Jul 2019 10:05:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190712100510.37AE8FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562925910279770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 12 10:05:10 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 Log Message: Updated databases/sqlite3 and friends To generate a diff of this commit: cvs rdiff -u -r1.2870 -r1.2871 pkgsrc/doc/CHANGES-2019 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562925910279770 Content-Disposition: inline Content-Length: 912 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.2870 pkgsrc/doc/CHANGES-2019:1.2871 --- pkgsrc/doc/CHANGES-2019:1.2870 Fri Jul 12 09:33:39 2019 +++ pkgsrc/doc/CHANGES-2019 Fri Jul 12 10:05:09 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.2870 2019/07/12 09:33:39 adam Exp $ +$NetBSD: CHANGES-2019,v 1.2871 2019/07/12 10:05:09 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -4761,3 +4761,7 @@ Changes to the packages collection and i Added sysutils/u-boot-a20-olinuxino-lime2-emmc version 2018.11 [thorpej 2019-07-12] Updated net/ndpi to 2.8 [adam 2019-07-12] Updated net/ntopng to 3.8 [adam 2019-07-12] + Updated databases/sqlite3 to 3.29.0 [adam 2019-07-12] + Updated databases/sqlite3-docs to 3.29.0 [adam 2019-07-12] + Updated databases/sqlite3-tcl to 3.29.0 [adam 2019-07-12] + Updated devel/lemon to 1.0.3.29.0 [adam 2019-07-12] --_----------=_1562925910279770--