apt-p2p 0.1.8 source package in Ubuntu

Changelog

apt-p2p (0.1.8) unstable; urgency=medium


  * QA upload.
  * Really import OpProgress from apt.progress.base (closes: #778674).

 -- Michael Gilbert <email address hidden>  Sun, 22 Feb 2015 01:28:47 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe net

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apt-p2p_0.1.8.dsc 2.2 KiB 7026b0791c40d3981be52b15a29c2f875f5a82091771e22c9d8200119319ba68
apt-p2p_0.1.8.tar.gz 1.3 MiB 365fd9984d0093ae80e568c4999c7a719e6a0e3602504ead64b0416819c6e0d9

Available diffs

No changes file available.

Binary packages built by this source

apt-p2p: apt helper for peer-to-peer downloads of Debian packages

 Apt-P2P is a helper for downloading Debian packages files with APT.
 It will download any needed files from other Apt-P2P peers in a
 peer-to-peer manner, and so reduce the strain on the Debian mirrors.
 .
 The Apt-P2P daemon runs automatically on startup and listens for
 requests from APT for files, as well as maintaining membership in a
 Distributed Hash Table (DHT). For any files which have a hash
 available (most files), peers that have the file are looked for in the
 DHT. The file can then be downloaded from them, using the uploading
 bandwidth of other peers while reducing the demand on the Debian mirror
 network. However, if a package can not be found on any peers, Apt-P2P
 will fall back to downloading from a mirror to ensure all packages are
 downloaded. Once downloaded, the file is hash checked and added to the
 DHT so that other peers can download it without the mirror.
 .
 The configuration is very simple, and only involves prepending
 'localhost' and the port to your current sources.list lines (similar
 to other apt-proxy-like software).