Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 99BC9A40E7 for ; Wed, 23 Oct 2013 08:35:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F091A14A1EC; Wed, 23 Oct 2013 08:35:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BD2814A1EB for ; Wed, 23 Oct 2013 08:35:29 +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 h638KWQlw8DB for ; Wed, 23 Oct 2013 08:35:28 +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 694BC14A1D5 for ; Wed, 23 Oct 2013 08:35:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 222B196; Wed, 23 Oct 2013 08:35:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 23 Oct 2013 08:35:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/py-bsddb3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20131023083528.222B196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Oct 23 08:35:28 UTC 2013 Modified Files: pkgsrc/databases/py-bsddb3: Makefile distinfo Log Message: Update to 6.0.0: 6.0.0: * Support Berkeley DB 6.0.x. * HEADS UP: If you are using "bsddb3._bsddb" in your code, for example for exceptions, change it to "bsddb3._db". * Print test working directory when running the testsuite. You can control it using "TMPDIR" environment variable. Defaults to "/tmp/z-Berkeley_DB/". * Support for "DB_EVENT_REP_AUTOTAKEOVER_FAILED" event. * Support for "DB_REPMGR_ISVIEW", "DB_DBT_BLOB", "DB_LOG_BLOB", "DB_STREAM_READ", "DB_STREAM_WRITE" and "DB_STREAM_SYNC_WRITE" flags. * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x. * Erratic behaviour of "DBEnv->rep_elect()" because a typo. * The testsuite prints Python bitness (32/64). * Tests compatible with hash randomization, default in Python 3.3. See http://bugs.python.org/issue13703 . * Errors when trying to calculate the length of a DB were masked, and an unuseful and unrelated exception was raised. * Code cleanup since pybsddb is not in the Python 3.x stdlib anymore, and the version in Python 2.6/2.7 is being maintained separately. * Improvements to documentation generation. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/py-bsddb3/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/py-bsddb3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.