Package: apt-cacher
Version: 0.9.8
Severity: normal
Tags: patch
When running /etc/cron.daily/apt-cacher there's a lot of the following
output.
Prototype mismatch: sub main::get_abort_time () vs none at
/usr/share/apt-cacher/apt-cacher.pl line 1057.
trivial patch included....
Taco.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages apt-cacher depends on:
ii apache2 2.0.54-4 next generation, scalable, extenda
ii apache2-mpm-prefork [httpd-cg 2.0.54-4 traditional model for Apache2
ii curl 7.14.0-2 Get a file from an HTTP, HTTPS, FT
ii perl 5.8.7-3 Larry Wall's Practical Extraction
apt-cacher recommends no packages.
-- no debconf information
--- apt-cacher.pl.orig 2005-06-29 08:00:31.515371900 +0200
+++ apt-cacher.pl 2005-06-29 08:01:49.443216600 +0200
@@ -1052,6 +1052,6 @@
flock($exlock, LOCK_UN);
}
-sub get_abort_time {
+sub get_abort_time (){
return time () + $fetch_timeout; # five minutes from now
}