Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DF49FA6558 for ; Thu, 21 May 2015 10:38:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8D51214A3CB; Thu, 21 May 2015 10:38:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B1BE14A3C5 for ; Thu, 21 May 2015 10:38:54 +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 CZvYwVle1Oh3 for ; Thu, 21 May 2015 10:38:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8B05514A3B7 for ; Thu, 21 May 2015 10:38:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88E3A98; Thu, 21 May 2015 10:38:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 21 May 2015 10:38:53 +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: <20150521103853.88E3A98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Thu May 21 10:38:53 UTC 2015 Modified Files: pkgsrc/databases/sqlite3: Makefile.version distinfo pkgsrc/databases/sqlite3-docs: PLIST distinfo pkgsrc/databases/sqlite3-tcl: distinfo Log Message: Changes 3.8.10.2: Fix an index corruption issue introduced by version 3.8.7. An index with a TEXT key can be corrupted by an INSERT into the corresponding table if the table has two nested triggers that convert the key value to INTEGER and back to TEXT again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/sqlite3/Makefile.version cvs rdiff -u -r1.104 -r1.105 pkgsrc/databases/sqlite3/distinfo cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/sqlite3-docs/PLIST \ pkgsrc/databases/sqlite3-docs/distinfo cvs rdiff -u -r1.54 -r1.55 pkgsrc/databases/sqlite3-tcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.