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 76097A63E0 for ; Wed, 11 Dec 2013 19:19:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DDA1C14A3D6; Wed, 11 Dec 2013 19:19:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13C2D14A3D5 for ; Wed, 11 Dec 2013 19:18:57 +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 TUMsmlNHWDge for ; Wed, 11 Dec 2013 19:18:56 +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 4B0CB14A3D1 for ; Wed, 11 Dec 2013 19:18:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4088496; Wed, 11 Dec 2013 19:18:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 11 Dec 2013 19:18:56 +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: <20131211191856.4088496@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 Dec 11 19:18:56 UTC 2013 Modified Files: pkgsrc/databases/py-bsddb3: Makefile distinfo Log Message: Update to 6.0.1, update LICENSE: 6.0.1: * Clarification of license. Thanks to Jan Staněk for bringing this issue up. This work is now explicitly licensed under 3-clause BSD license. * Fixed a long standing bug (August 2008, rev 9fd52748fa59) on "dbtables.py". Notified by Maxime Labelle. * If you want to link with Oracle Berkeley DB 6.0, you will need to create the environment variable 'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to signal to the pybsddb that you are legal. To be legal, your code MUST be AGPL3 *OR* you have to buy a commercial license from Oracle. If you are not legally entitled to use Berkeley DB 6.0 and you have previous versions of Berkeley DB on your system, you can a) delete Berkeley DB 6.0 and try again, OR b) instruct pybsddb to use a previous Berkeley DB version, using environment variables or command line options. Sorry for the inconvenience. I am trying to protect you. Some details: https://forums.oracle.com/message/11184885 http://lists.debian.org/debian-legal/2013/07/ To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/py-bsddb3/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-bsddb3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.