Bug#924357: dillo: ddg search string in dillorc results in non-useful links

2019-03-11 Thread liftof+dbug
Package: dillo Version: 3.0.4-2+b1 Severity: normal Dear Maintainer, When Dillo's search function is used with duckduckgo.com, the resulting links lead to a blank page. By slightly modifying dillorc, the problem is eliminated: search_url="dd DuckDuckGo (https)

Bug#924336: dillo: ssl negotiation fails on some sites

2019-03-11 Thread liftof+dbug
Package: dillo Version: 3.0.4-2+b1 Severity: important Dear Maintainer, When I use Dillo to access certain web sites, no content appears in the browser window. When run from an xterm, this message can be seen: Nav_open_url: new url='https://www.raspberrypi.org/'

Bug#703221: apf-firewall: RAB doesn't work because ipt_recent is now xt_recent.

2013-03-17 Thread dbug
Package: apf-firewall Version: 9.7+rev1-2 Severity: important In /etc/apf-firewall/internals/functions.apf, there is this line: if [ $RAB == 1 ] [ ! -f /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/ipt_recent.$MEXT ]; then Well, this doesn't work because ipt_recent is now xt_recent. This

Bug#460110: closed by Aurelien Jarno [EMAIL PROTECTED] (Re: Bug#460110: libc6: gettid() documented but not implemented)

2008-01-11 Thread scott+dbug
Aurelien, On Thu, 10 Jan 2008 19:12:04 +, you wrote: The gettid() function is not implemented (as far as I can tell). The functionality is present; directly invoking syscall() seems to work. man gettid documents gettid(2) so gettid() really ought to be present. And it also says: