Bug#318833: libpopt-dev: Incorrect handling of leftovers together with poptStuffArgs (buffer overrun and memory leak)

2005-07-18 Thread Richard Levitte - VMS Whacker
Package: libpopt-dev Version: 1.7-5 Severity: important Tags: patch Hi, it seems like poptStuffArgs() hasn't been tested very thoroughly. If used twice with the same context, it will invariably cause memory corruption and possibly memory leaks or a crash. The proper fix is to change the allocat

Bug#410795: minimalist leaves 'From ' lines when such are present

2007-02-13 Thread Richard Levitte - VMS Whacker
Package: minimalist Version: 2.5.3-2 Severity: normal Tags: patch minimalist fails to remove the 'From ' line on incoming messages, then adds headers on top of that line. The result is that some MTAs, upon seeing the 'From ' line, decide that this is where the message body starts, and thereby

Bug#388543: backupninja: dup backend does not work properly

2006-09-20 Thread Richard Levitte - VMS Whacker
Package: backupninja Severity: important Tags: patch Hello, the dup backend fails to give duplicity an sftp command. If you use a separate identity file, duplicity will therefore fail, since it uses sftp as part of its ssh/scp backend. The included patch adds the possibility to give sftpoptio

Bug#388543: backupninja: dup backend does not work properly

2006-09-25 Thread Richard Levitte - VMS Whacker
micah> Thanks for the bug report, and the patch. I think that this is a problem micah> with duplicity 0.4.2 and newer. I believe that this has already been micah> fixed in the upstream svn trunk[1]. Please have a look at the latest micah> version[2] and try it out to see if it does solve this probl

Bug#388543: backupninja: dup backend does not work properly

2006-09-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 27 Sep 2006 08:59:45 +0200, intrigeri <[EMAIL PROTECTED]> said: intrigeri> I tend to think I'm simply going to keep the current code, and clearly intrigeri> state (in the example.dup file and in NEWS.Debian) that the sshoptions intrigeri> option has to be

Bug#367356: ctwm: Remove readme.vms

2006-05-15 Thread Richard Levitte - VMS Whacker
Package: ctwm Version: 3.7-2.1 Severity: normal Hi, I just took a look at the source of this package, and noticed you reinserted readme.vms. That file is deprecated in favor of README.VMS, and the existence of both might lead to confusion. Please remove readme.vms from the package, please. /R

Bug#367968: make greylistd work with courier and courier-perl-filter

2006-05-18 Thread Richard Levitte - VMS Whacker
Package: greylistd Version: 0.8.3 Severity: wishlist Tags: patch Hi, I took a look at greylistd and decided I wanted to use it with courier and courier-filter-perl, and ended up hacking the package. The attached diff is all the changes I did, and am sending to you in hope it might be integrated

Bug#357336: php: parse_url doesn't parse schema:///path correctly

2006-03-16 Thread Richard Levitte - VMS Whacker
Package: php Version: 5.1.2-1 Severity: important Hello, I'm really trying to use libphp-adodb with a postgres database that I'm trying to reach through the local socket file. The logical way to do that should be to say something like postgres:///dbname. That's at least what I can determine whe