Bug#477308: minicom crashes when running a script after a log file had been enabled

2008-04-22 Thread Lothar Wassmann
Package: minicom Version: 2.2-5 Severity: important If a script is being run after logging has been enabled and subsequently disabled minicom crashes. I.e: - Enable logging to a file - Disable logging - Start any minicom script => crash -- System Information: Debian Release: 4.0 APT prefers pr

Bug#432934: The 'doc' subdirectory is missing in the tar file inetutils_1.5.dfsg.1.orig.tar.gz

2007-07-13 Thread Lothar Wassmann
Package: inetutils Version: 1.5.dfsg.1 Severity: serious Justification: no longer builds from source Due to the 'doc' subdirectory missing from the tar file configuring the source fails with: [...] configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Ma

Bug#380749: fakeroot may fail to update save-file when called with a command argument

2006-08-25 Thread Lothar Wassmann
een processed, when the faked process terminates. This will work for both the sysv and the tcp variants. Lothar Wassmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#382132: diffmon: information disclosure through world readable tmp files

2006-08-09 Thread Lothar Wassmann
attached patch makes diffmon use a more reasonable umask. Lothar Wassmann -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (50, 'unstable'), (50, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8.1 Locale: LANG=C, LC_CTYPE=C (charmap=AN

Bug#381016: fakeroot: improper wait for faked leads to race condition that may trash the save-file

2006-08-01 Thread Lothar Wassmann
or if the save-file is quite large. Reproduction: I did not yet find an easy way to reproduce this bug consistently, but the implications of the failing wait system call for the faked subprocess should be obvious. Lothar Wassmann -- System Information: Debian Release: 3.1 Architecture: i38

Bug#380749: fakeroot may fail to update save-file when called with a command argument

2006-08-01 Thread Lothar Wassmann
node .fakeroot.env echo mknod devnode c 5 1 | fakeroot -s .fakeroot.env fakeroot -i .fakeroot.env ls -l devnode .fakeroot.env Result: -rw-r--r-- 1 root root 61 Aug 1 11:56 .fakeroot.env crw-r--r-- 1 root root 5, 1 Aug 1 11:56 devnode Lothar Wassmann -- System Information: Debian Release: 3.1 Arc

Bug#375401: storebackup: mtime of restored files may be erroneous

2006-06-25 Thread Lothar Wassmann
ckups of a real life directory with symbolic links pointing to files inside the same directory, call storeBackupRecover to restore the directory and compare the mtimes of the restored files with the original ones. Lothar Wassmann -- System Information: Debian Release: 3.1 Architecture: i386 (i686

Bug#290694: apt: http method garbles data with 'chunked' transfer-encoding

2005-01-16 Thread Lothar Wassmann
Matt Zimmerman writes: > severity 274978 important > merge 290694 274978 > thanks > > On Sun, Jan 16, 2005 at 01:20:41AM +0100, Lothar Wassmann wrote: > > Package: apt > > Version: 0.5.27 > > Severity: important > > > > Hi, > > > > ret

Bug#290694: apt: http method garbles data with 'chunked' transfer-encoding

2005-01-15 Thread Lothar Wassmann
imiter sequence is '\r\n', so the comparisons ought to be in the same order!). So I decided to swap them (directly editing the binary using hexl-mode of emacs ;) so that the loop terminates after it has found a '\r\n' sequence as it should. With this change I have successfully in