Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id B4D2D63B88D for ; Fri, 25 May 2012 20:03:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F0BD14A2C5; Fri, 25 May 2012 20:03:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69D8414A2BF for ; Fri, 25 May 2012 20:03:13 +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 ZcUj0YVvT9oz for ; Fri, 25 May 2012 20:03:12 +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 BB31D14A216 for ; Fri, 25 May 2012 20:03:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D3054175DD; Fri, 25 May 2012 20:04:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 25 May 2012 20:04:21 +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: <20120525200421.D3054175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri May 25 20:04:21 UTC 2012 Modified Files: pkgsrc/databases/sqlite3: Makefile distinfo pkgsrc/databases/sqlite3-docs: Makefile PLIST distinfo pkgsrc/databases/sqlite3-tcl: Makefile distinfo Log Message: Changes 3.7.12.1: * Fix a bug in the 3.7.12 release that can cause a segfault for certain obscure nested aggregate queries. * Fix various other minor test script problems. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/sqlite3/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/databases/sqlite3/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/sqlite3-docs/Makefile \ pkgsrc/databases/sqlite3-docs/PLIST \ pkgsrc/databases/sqlite3-docs/distinfo cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/sqlite3-tcl/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/sqlite3-tcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.