Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D254663B873 for ; Tue, 1 Feb 2011 02:05:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A38D419D119; Tue, 1 Feb 2011 02:05:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D92E19D115 for ; Tue, 1 Feb 2011 02:05:19 +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 E-B1GegPjp2J for ; Tue, 1 Feb 2011 02:05:18 +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 799F419D10D for ; Tue, 1 Feb 2011 02:05:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6644F175DD; Tue, 1 Feb 2011 02:05:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 1 Feb 2011 02:05:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/filesystems/tahoe-lafs To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20110201020518.6644F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Tue Feb 1 02:05:18 UTC 2011 Modified Files: pkgsrc/filesystems/tahoe-lafs: Makefile PLIST distinfo Log Message: Update to 1.8.2. Packaging changes: Use gmake and test TEST_TARGET, so make test runs make check. Add dependency on py-sqlite2 for "tahoe backup". Add py-mock dependency because tests are now runnable by the user. Withdraw fixing of distfiles modes; this one is fine. * Release 1.8.2 (2011-01-30) ** Compatibility and Dependencies - Tahoe is now compatible with Twisted-10.2 (released last month), as well as with earlier versions. The previous Tahoe-1.8.1 release failed to run against Twisted-10.2, raising an AttributeError on StreamServerEndpointService (#1286) - Tahoe now depends upon the "mock" testing library, and the foolscap dependency was raised to 0.6.1 . It no longer requires pywin32 (which was used only on windows). Future developers should note that reactor.spawnProcess and derivatives may no longer be used inside Tahoe code. ** Other Changes - the default reserved_space value for new storage nodes is 1 GB (#1208) - documentation is now in reStructuredText (.rst) format - "tahoe cp" should now handle non-ASCII filenames - the unmaintained Mac/Windows GUI applications have been removed (#1282) - tahoe processes should appear in top and ps as "tahoe", not "python", on some unix platforms. (#174) - "tahoe debug trial" can be used to run the test suite (#1296) - the SFTP frontend now reports unknown sizes as "0" instead of "?", to improve compatibility with clients like FileZilla (#1337) - "tahoe --version" should now report correct values in situations where 1.8.1 might have been wrong (#1287) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/tahoe-lafs/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/filesystems/tahoe-lafs/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/tahoe-lafs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.