apt-cacher 1.7.2 source package in Ubuntu

Changelog

apt-cacher (1.7.2) unstable; urgency=low

  * Clear SysV semaphore block on install.
  * Brazilian Portuguese debconf translation. Thanks to Marco Juliano e
    Silva (closes: #649499).
  * When refreshing Release files internally, use Cache-Control: no-cache
  * Add support for "status" action to init.d script. Patch from Peter
    Eisentraut (closes: #647984).
  * Allow source files to be xv compressed. Patch from Ansgar Burghardt
    (closes: #648470).
  * Support setting IO priority to reduce load in apt-cacher-cleanup.pl.
  * Move library files to lib/ subdir.
  * Document support for incoming request Cache-Control headers.
  * Remove deprecated/* from source tarball.
  * Workaround features missing in perl versions less than 5.10. 
  * Improve child process management using process groups.
  * Fix reading checksums from patched index files when using pdiff option
    to apt-cacher-cleanup.pl.
  * New option concurrent_import_limit to control simultaneous reading of
    checksums from new index files. Default is the number of virtual CPU
    cores as parsed from /proc/cpuinfo (where possible).  
  * Replace cron.daily script with more flexible cron.d fragment.
  * Precompile regexps where possible.
  * Don't try to checksum installer files.
  * Fix libcurl low speed timeout.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 11:55:59 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Mark Hindley
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
apt-cacher_1.7.2.tar.gz 106.1 KiB 9e36c7161f726794d3ffc8742bef0731a27ef9539f4d35a4fe7593fdc085ea93
apt-cacher_1.7.2.dsc 857 bytes d7495c7a6a628baf2cef777118fa97a95bd32b72ea667eb9c6a213702e67e91c

Available diffs

View changes file

Binary packages built by this source

apt-cacher: Caching proxy for Debian package and source files

 Apt-cacher performs caching of files requested by apt-get (or other clients
 such as aptitude, synaptic). It is most useful for local area networks with
 slow internet uplink or as a method for reducing multiple large downloads.
 .
 When a package is requested, the cache checks whether it already has the
 requested version, in which case it sends the package to the user immediately.
 If not, it downloads the package while streaming it to the user at the same
 time. A local copy is then kept for use by other users.
 .
 Apt-cacher has been optimized for best utilization of network bandwidth and
 efficiency even on slow low-memory servers. Multiple ways of installation are
 possible: as a stand-alone HTTP proxy, as a daemon executed by inetd or as a
 CGI program (deprecated). Client machines are configured by changing APT's
 proxy configuration or modification of access URLs in sources.list.
 .
 The package includes utilities to clean the cache (removing obsolete package
 files), generate usage reports and import existing package files. Optional
 features include a simple package checksum verification framework and IPv6
 support. Experimental features include support for FTP, HTTPS (proxying only),
 Debian Bugs SOAP requests as well as the simultaneous caching of different
 repositories (e.g Debian and Ubuntu).
 .
 Apt-cacher can be used as a replacement for apt-proxy, with no need to modify
 client's /etc/apt/sources.list files (and even reusing its config and cached
 data), or as an alternative to approx.