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

Changelog

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

  * New upstream version
    + fixes various regressions
  * removed dependency on libfuse2 (now used via dlopen, moved to Suggests)
  * support new build-* targets in rules

apt-cacher-ng (0.6.4-1) experimental; urgency=low

  * New upstream version
    + fixes potential pipeline freeze (closes: #628995)
    + supports "soft" blacklisting of bad hosts when important files are
      missing (see keyfile in documentation, closes: #616091)
 -- Micah Gersten <email address hidden>   Tue,  09 Aug 2011 00:18:32 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Oneiric
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.6.5.orig.tar.gz 286.5 KiB 9c997d014b57822a23263e38a81b7fa1b2708ffa380db4453b92e916b2761743
apt-cacher-ng_0.6.5-1.diff.gz 24.4 KiB 90e45e7a362ed807718b0d8900a5a97b550cd997f221eb8e6579fd0c1074d30c
apt-cacher-ng_0.6.5-1.dsc 1.1 KiB 6caf8a8c30d332f40e15369a23a48a7f194a042185d18d66f923ab0d1df31bd3

Available diffs

View changes file

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.