tahoe-lafs 1.10.0-1 source package in Ubuntu

Changelog

tahoe-lafs (1.10.0-1) unstable; urgency=low


  [Bert Agaz]
  * New upstream release.
  * Add missing dependency on net-tools (Closes: #683331).
  * Import upstream patch to support kFreeBSD. (Closes: #700239).
  * Standards version bump.
  * Add sysvinit script (Closes: #652003).
  * Include a README.Debian to document how to manage nodes in Debian.
  * Use dh_installchangelogs to properly install upstream NEWS.rst.

 -- Micah Anderson <email address hidden>  Fri, 17 Jan 2014 21:07:24 -0500

Upload details

Uploaded by:
bert
Uploaded to:
Sid
Original maintainer:
bert
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe utils

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
tahoe-lafs_1.10.0-1.dsc 2.0 KiB d1d0641dace6f46ad74d275fc48ee07177cfc1d6d036b9a28fafa202ab418f67
tahoe-lafs_1.10.0.orig.tar.gz 1.3 MiB 93b9364e0de33bd424cdfcd43ec3633511924f5525ded3d86161682e71d48f9c
tahoe-lafs_1.10.0-1.debian.tar.xz 14.1 KiB 9059daf96c12bfb7f5f8b37433ea1a814ed7f0b1ba76a10010208728a1f974c6

Available diffs

No changes file available.

Binary packages built by this source

tahoe-lafs: Secure distributed filesystem

 Tahoe, the Least Authority File System, is a distributed filesystem that
 features high reliability, strong security properties, and a fine-grained
 sharing model. Files are encrypted, signed, erasure-coded, then distributed
 over multiple servers, such that any (configurable) subset of the servers
 will be sufficient to recover the data. The default 3-of-10 configuration
 tolerates up to 7 server failures before data becomes unrecoverable.
 .
 Tahoe offers "provider-independent security": the confidentiality and
 integrity of your data do not depend upon the behavior of the servers. The
 use of erasure-coding means that reliability and availability depend only
 upon a subset of the servers.
 .
 Tahoe files are accessed through a RESTful web API, a human-oriented web
 server interface, and CLI tools.