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 B0094A6558 for ; Fri, 14 Aug 2015 20:37:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B8C014A226; Fri, 14 Aug 2015 20:37:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A27EA14A21A for ; Fri, 14 Aug 2015 20:37:44 +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 D8nLKX9L9lo4 for ; Fri, 14 Aug 2015 20:37:44 +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 EEA1014A20F for ; Fri, 14 Aug 2015 20:37:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E2A3098; Fri, 14 Aug 2015 20:37:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 14 Aug 2015 20:37:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/filesystems/tahoe-lafs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150814203743.E2A3098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Aug 14 20:37:43 UTC 2015 Modified Files: pkgsrc/filesystems/tahoe-lafs: Makefile PLIST distinfo Log Message: Update to 1.10.2: Release 1.10.2 (2015-07-30) ''''''''''''''''''''''''''' Packaging Changes ----------------- This release no longer requires the ``mock`` library (which was previously used in the unit test suite). Shortly after the Tahoe-LAFS 1.10.1 release, a new version of ``mock`` was released (1.1.0) that proved to be incompatible with Tahoe's fork of setuptools, preventing Tahoe-1.10.1 from building at all. `#2465`_ The ``tahoe --version`` output is now less likely to include scary diagnostic warnings that look deceptively like stack traces. `#2436`_ The pyasn1 requirement was increased to >= 0.1.8. .. _`#2465`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2465 .. _`#2436`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2436 Other Fixes ----------- A WebAPI ``GET`` would sometimes hang when using the HTTP Range header to read just part of the file. `#2459`_ Using ``tahoe cp`` to copy two different files of the same name into the same target directory now raises an error, rather than silently overwriting one of them. `#2447`_ All tickets closed in this release: 2328 2436 2446 2447 2459 2460 2461 2462 2465 2470. .. _`#2459`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2459 .. _`#2447`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2447 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/filesystems/tahoe-lafs/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/filesystems/tahoe-lafs/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/tahoe-lafs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.