Bug#595023: doesn't seem to support multiple bind addresses

2010-09-22 Thread Eduard Bloch
#include * Luca Tettamanti [Wed, Sep 22 2010, 09:20:10PM]: > >> Just hit this bug :s > >> The problem is in the perl script > >> (/usr/lib/apt-cacher-ng/expire-caller.pl), in the part where it parses > >> the configuration files. > > > > Known. Fixed. In Testing. > > Yes I know, and I won't upgr

Bug#595023: doesn't seem to support multiple bind addresses

2010-09-22 Thread Luca Tettamanti
Package: apt-cacher-ng Version: 0.2.2-2 Severity: normal Just hit this bug :s The problem is in the perl script (/usr/lib/apt-cacher-ng/expire-caller.pl), in the part where it parses the configuration files. It parses each line into key+value pairs: ($key, $value) = split(/\s*:\s*/); And the