apt-cacher-ng 0.7.1-1 source package in Ubuntu

Changelog

apt-cacher-ng (0.7.1-1) unstable; urgency=low


  * New upstream releases
    + attempts to detect errors in HTTP stream and invalidate possibly
      damaged files (closes: #658550)
    + don't consider (almost) empty uncompressed file as damaged
      (closes: #660622)

 -- Eduard Bloch <email address hidden>  Mon, 20 Feb 2012 22:13:12 +0100

Upload details

Uploaded by:
Eduard Bloch
Uploaded to:
Sid
Original maintainer:
Eduard Bloch
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
apt-cacher-ng_0.7.1-1.dsc 1.2 KiB eefd14a7ab4b103bccb491c9962f667c42d4daa8f9482490bef73ea0685fec5e
apt-cacher-ng_0.7.1.orig.tar.xz 247.4 KiB f0af8a874ad6c86956bec2e71bb89b654ecf7a0a3411a7f18e0585d9d6a108d1
apt-cacher-ng_0.7.1-1.debian.tar.xz 24.0 KiB 2cf49e8197d25a0c5591daed110d36aab3484e3bf096dfeff6206f0eaf2d66eb

Available diffs

No changes file available.

Binary packages built by this source

apt-cacher-ng: caching proxy server for software repositories

 Apt-Cacher NG is a caching proxy for downloading packages from Debian-style
 software repositories (or possibly from other types).
 .
 The main principle is that a central machine hosts the proxy for a local
 network, and clients configure their APT setup to download through it.
 Apt-Cacher NG keeps a copy of all useful data that passes through it, and when
 a similar request is made, the cached copy of the data is delivered without
 being re-downloaded.
 .
 Apt-Cacher NG has been designed from scratch as a replacement for
 apt-cacher, but with a focus on maximizing throughput with low system
 resource requirements. It can also be used as replacement for apt-proxy and
 approx with no need to modify clients' sources.list files.