Bug#550157: minbif: commit rc29f834e55ae solves sigsegv on non utf-8 characters

2009-10-07 Thread Nicolas Trecourt
Package: minbif Version: 1.0~beta+git20091005+dfd765c-1 Severity: wishlist Prior to commit rc29f834e55ae a non-utf8 non-ascii character (eg iso-8859-1) sent to any conversation resulted in an immediate segfault. This is corrected in upstream, as well as some other bugs too. Maybe it's time

Bug#543794: please provide a /usr/share/applications/fvwm.desktop

2009-08-26 Thread Nicolas Trecourt
Package: fvwm Version: 1:2.5.27.ds-10+b1 Severity: wishlist Tags: patch gnome 2.26 (as un sid) need to use a new configuration flag to specify the window manager. This new behaviour checks the presence of the specified window manager in the component list, eg, checks the presence of

Bug#525618: esound: IPv6 support disables public IPv4 support

2009-04-25 Thread Nicolas Trecourt
Package: esound Version: 0.2.41-3 Severity: normal Tags: patch when IPv6 is configured and esd is started with -tcp, it only listens on IPv6. $ esd -tcp -nobeeps [1] 14753 $ netstat -apn | grep esd tcp6 0 0 ::1:16001 :::*LISTEN 14753/esd

Bug#461232: aterm: pseudo transparency problems on ppc

2008-01-17 Thread Nicolas Trecourt
Package: aterm Version: 1.0.1-3 Severity: normal starting from the packages in etch, when using aterm -tr -sh xx, the background displayed with inverted color on ppc (red background goes blue), maybe some endianess problem, as it doesn't happens on x86/amd64. After some tracking, the problem

Bug#457658: rxvt-unicode 8.7-1 segfaults in ppc, merged to testing despites a previous bug report

2007-12-24 Thread Nicolas Trecourt
Package: rxvt-unicode Version: 8.7-1 Severity: grave Justification: renders package unusable When starting urxvt on ppc, I got: $ urxvt urxvt: ./../libev/ev.c:1094: void timers_reify(): Assertion `(inactive timer on timer heap detected, (0 + ((ev_watcher *)(void *)(w))-active))' failed. Aborted

Bug#397261: insecure perms for /etc/bopm/bopm.conf

2006-11-05 Thread Nicolas Trecourt
Package: bopm Version: 3.1.2-10 Severity: minor The defaults permissions for /etc/bopm/bopm.conf are not very safe since it includes an uncrypted oper password and potencially some other passwords: rw-r--r-- 1 root root 22129 2006-11-06 01:39 /etc/bopm/bopm.conf Maybe this should be changed to

Bug#387663: pygopherd: sid package broken (incompatible with python 2.4)

2006-09-15 Thread Nicolas Trecourt
Package: pygopherd Version: 2.0.16 Severity: grave Justification: renders package unusable The default version of python in sid is 2.4, but the modules of pygopherd are installed only in /usr/share/pycentral/ (dh_pycentral). python 2.4 use modules from /usr/lib/python2.4/site-packages/ We can

Bug#377685: nfs-kernel-server: incorrect assumption about modules

2006-07-10 Thread Nicolas Trecourt
Package: nfs-kernel-server Version: 1:1.0.9-2 Severity: normal Tags: patch We should not assume that if modutils or module-init-tools is installed, then modules are enabled in the running kernel. At least, we should also test availability of kernel modules, with /proc/modules or whatever.