Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DF8C77ABF5 for ; Sun, 6 Mar 2016 09:57:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 88E5A85F37; Sun, 6 Mar 2016 09:57:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1608685F2B for ; Sun, 6 Mar 2016 09:57:52 +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 6ERD_RkkhKLB for ; Sun, 6 Mar 2016 09:57:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A967085E13 for ; Sun, 6 Mar 2016 09:57:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F83FFBB7; Sun, 6 Mar 2016 09:57:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Mar 2016 09:57:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160306095751.9F83FFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sun Mar 6 09:57:51 UTC 2016 Modified Files: pkgsrc/databases/sqlite3: Makefile.version distinfo pkgsrc/databases/sqlite3-docs: PLIST distinfo pkgsrc/databases/sqlite3-tcl: Makefile distinfo Log Message: Changes 3.11.1: Improvements to the Makefiles and build scripts used by VisualStudio. Fix an FTS5 issue in which the 'optimize' command could cause index corruption. Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. Increase the maximum "scope" value for the spellfix1 extension from 6 to 30. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/sqlite3/Makefile.version cvs rdiff -u -r1.116 -r1.117 pkgsrc/databases/sqlite3/distinfo cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/sqlite3-docs/PLIST cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/sqlite3-docs/distinfo cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/sqlite3-tcl/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/databases/sqlite3-tcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.