./filesystems/tahoe-lafs, Distributed fault-tolerant least-authority filesystem

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q2, Version: 1.8.3nb1, Package name: tahoe-lafs-1.8.3nb1, Maintainer: gdt

Tahoe-LAFS is a Free Software/Open Source decentralized data store.
It distributes your filesystem across multiple servers, and even if
some of the servers fail or are taken over by an attacker, the entire
filesystem continues to work correctly and to preserve your privacy
and security.


Required to run:
[devel/py-argparse] [devel/py-setuptools] [devel/py-pyutil] [devel/py-mock] [devel/py-darcsver] [net/py-twisted] [net/py-foolscap] [lang/python26] [security/py-asn1] [security/py-OpenSSL] [security/py-crypto] [security/py-cryptopp] [converters/py-zbase32] [converters/py-zfec] [converters/py-simplejson] [databases/py-sqlite2] [www/py-nevow]

Required to build:
[devel/gmake]

Master sites:

SHA1: 7e0150a249d25070d93bf848b02eb3005f2ba8bc
RMD160: d7e9f7be79a3ad6495dcf1bc2f19c518790db4ee
Filesize: 1029.608 KB

Version history: (Expand)


CVS history: (Expand)


   2011-09-14 19:42:57 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3525 - requested by gdt
filesystems/tahoe-lafs: security update

Revisions pulled up:
- filesystems/tahoe-lafs/Makefile                               1.8
- filesystems/tahoe-lafs/distinfo                               1.5

---
   Module Name:	pkgsrc
   Committed By:	gdt
   Date:		Wed Sep 14 11:36:17 UTC 2011

   Modified Files:
   	pkgsrc/filesystems/tahoe-lafs: Makefile distinfo

   Log message:
   * Release 1.8.3 (2011-09-13)

   ** Security-related Bugfix

    - Fix flaw that would allow a person who knows a storage index of a file to
      delete shares of that file (#1528).
    - Remove corner cases in mutable file bounds management which could expose
      extra lease info or old share data (from prior versions of the mutable
      file) if someone with write authority to that mutable file exercised these
      corner cases in a way that no actual Tahoe-LAFS client does. (Probably not
      exploitable.) (#1528).