tahoe-lafs 1.12.1-2 source package in Ubuntu

Changelog

tahoe-lafs (1.12.1-2) unstable; urgency=medium

  * Orphaning the package.

 -- Ramakrishnan Muthukrishnan <email address hidden>  Fri, 31 Mar 2017 14:55:33 +0530

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tahoe-lafs_1.12.1-2.dsc 1.9 KiB 19181abfe376279edd9f9792b7f5fb35fdbb766dcf13d0c1b6114a99b65949ed
tahoe-lafs_1.12.1.orig.tar.bz2 1.3 MiB 7a2eeb0522d888cd98887605837827ab55f43ff058176aae432884eae50c2e75
tahoe-lafs_1.12.1-2.debian.tar.xz 11.7 KiB d3a3166da6489172fb5ec9ec0bb9522e3ac6933e1bd1bab56ccd046a0adc4fd1

Available diffs

No changes file available.

Binary packages built by this source

tahoe-lafs: Secure distributed file store

 Tahoe, the Least Authority File Store, 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.