Bug#520939: Updated patch

2009-03-26 Thread Eric Anderson
Jordi Mallach writes: On Wed, Mar 25, 2009 at 11:58:48AM -0700, Eric Anderson wrote: Content-Description: message body text The previous patch incorrectly claimed that the first rule applied, it is actually the last rule, it just didn't look like it in the code. The attached patch

Bug#520939: Updated patch

2009-03-25 Thread Eric Anderson
The previous patch incorrectly claimed that the first rule applied, it is actually the last rule, it just didn't look like it in the code. The attached patch fixes that, and adds debugging of upstream proxy determination. It is cumulative with the previous patch. -Eric patch.v2

Bug#520939: tinyproxy: Incorrect handling of IP mask rules

2009-03-23 Thread Eric Anderson
Subject: tinyproxy: Incorrect handling of IP mask rules Package: tinyproxy Version: 1.6.3-4 Severity: important Tags: patch *** Please type your report below this line *** The 1.6.3-3.2 version of tinyproxy does not properly handle IP mask rules: 1) They are ignored for upstream rules entirely

Bug#496820: grub-pc in current installer snapshot fails with separate boot partition

2008-08-29 Thread Eric Anderson
Felix Zielcke writes: Am Mittwoch, den 27.08.2008, 11:45 -0700 schrieb Eric Anderson: grub-pc fails to install as it is unable to read the file /boot/grub/core.img when used with a separate /boot partition a machine with a 2TB disk. I just tried it out now myself in VMware

Bug#496820: grub-pc in current installer snapshot fails with separate boot partition

2008-08-27 Thread Eric Anderson
Package: grub-pc Version: 1.96+20080724-8 Severity: important grub-pc fails to install as it is unable to read the file /boot/grub/core.img when used with a separate /boot partition a machine with a 2TB disk. The problem appears to be that grub-setup is looking for the file

Bug#323163: libvalidate-net-perl: Package dependency missing

2005-08-15 Thread Eric Anderson
Package: libvalidate-net-perl Version: 0.5-1 Severity: grave Justification: renders package unusable The libvalidate-net-perl depends on the libclass-default-perl package because of the line: use base 'Class::Default'; in ../Validate/Net.pm Without libclass-default-perl the module doesn't

Bug#306679: libexpect-perl: $expect-send_slow() goes into an infinite loop if the sub-process exits

2005-04-27 Thread Eric Anderson
Package: libexpect-perl Version: 1.15-3 Severity: normal Tags: patch If you call $expect-send_slow() when the sub-process has exited, or is exiting, it will go into an infinite loop printing out the last output recieved. The patch below fixes this problem. Will you forward it on to upstream,