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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E4C86A6531 for ; Mon, 14 Sep 2015 10:52:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 84CAF14A2D8; Mon, 14 Sep 2015 10:52:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAFEE14A2D4 for ; Mon, 14 Sep 2015 10:52:58 +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 nkjv8YaiMB9p for ; Mon, 14 Sep 2015 10:52:58 +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 1ABFB14A2C8 for ; Mon, 14 Sep 2015 10:52:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 14D1A98; Mon, 14 Sep 2015 10:52:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 14 Sep 2015 10:52:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/db6 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20150914105258.14D1A98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Sep 14 10:52:58 UTC 2015 Modified Files: pkgsrc/databases/db6: Makefile PLIST distinfo Log Message: Changes 6.1.26: A 'salvage' (db_dump -r) no longer hangs on a corrupt database which contains a loop in an overflow item's chain of pages. Remove +u1 compiler flag from the HP-UX build and fixed related alignment issue. Fixed DB_RUNRECOVERY errors caused by pthreads-based mutexes. Allow the failchk process to call __env_refresh when necessary. DB->open() now detects invalid pagesizes sooner, avoiding a potential floating point exception when a purported database file has a pagesize of 0. Added a pre-verify step to the db_dump utility. Fixed a bug that can cause DBcursor->get to return incorrect data when DB_GET_BOTH_RANGE flag is used. Added support for Java 8. Aborting a transaction no longer panics if a deadlock error occurs while freeing up the transaction's cursors. Fixed a crash which could occur when multiple BDB SQL processes repeatedly open a database file. Fixed a bug where db_printlog improperly handled a "No such file or directory" error condition. Fixed a bug that could cause a master crash in the following cases: an unencrypted client attempts to join an encrypted replication group, or an encrypted client attempts to join an unencrypted replication group. Fixed a bug that can cause a crash when DB_ENV->memp_stat() is called. Added support for arm64. Reduced the minimum hash table size. Fixed a bug where file names were not displayed correctly when a file failed to open during backup. Enabled cross compiling the JDBC driver. Fixed a crash when writing to a SQL BLOB while txn_bulk is enabled. DB->open() now detects invalid bt_minkey better, avoiding a potential floating point excetpion. Removed EnvironmentConfig.setTxnNotDurable() and Environment.getTxnNotDurable() from the Java API. This flag cannot be set on environments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/db6/Makefile \ pkgsrc/databases/db6/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/db6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.