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

Changelog

apt-cacher-ng (0.7-1) unstable; urgency=medium


  * New upstream releases
    + fixes asymmetric lifetime handling for file objects with URL encoded ~
      char in the filename (closes: #658550, #658680)

 -- Eduard Bloch <email address hidden>  Sun, 05 Feb 2012 22:42:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
apt-cacher-ng_0.7-1.dsc 1.2 KiB 4bac9eead81241211d2ce405c78132fa850ddfc0b9b0261565fe53f25a967268
apt-cacher-ng_0.7.orig.tar.xz 247.1 KiB 5bc38e0b4fe9169f28d94ee7c574e311b929f6de436df6fa6ca67e0b4992c120
apt-cacher-ng_0.7-1.debian.tar.xz 23.9 KiB ca5fed872cfbb71a8ddbe3646341f59ba0800dc4fc8275b2f2fba033cfe46192

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.