Bug#344967: svn-buildpackage: --svn-ignore-new ignores locally added files during build

2006-12-25 Thread David D. Kilzer
On Dec 25, 2006, at 1:07 PM, Eduard Bloch wrote: * David D. Kilzer [Tue, Dec 27 2005, 07:51:32PM]: Package: svn-buildpackage Version: 0.6.7 Severity: normal Tags: patch The --svn-ignore-new switch allows me to build a package even though there are local changes, but svn-buildpackage ignores

Bug#404422: logcheck-database: postfix/lmtp messages not ignored by ignore.d.server/postfix

2006-12-24 Thread David D. Kilzer
Package: logcheck-database Version: 1.2.51 Severity: normal Messages such as these are no longer being filtered by logcheck ('hostname' used to replace actual hostname; 'hostname.com' used to replace actual domain): Dec 23 12:02:58 hostname postfix/lmtp[5047]: 38BE4C21ED: to=[EMAIL PROTECTED],

Bug#344967: svn-buildpackage: --svn-ignore-new ignores locally added files during build

2005-12-27 Thread David D. Kilzer
Package: svn-buildpackage Version: 0.6.7 Severity: normal Tags: patch The --svn-ignore-new switch allows me to build a package even though there are local changes, but svn-buildpackage ignores locally added files and directories. The --svn-ignore-new switch should ignore the fact that there are

Bug#324789: unixodbc: Dynamic loading of libodbccr.so.1 is broken

2005-10-13 Thread David D. Kilzer
Hi Steve, On Tue, Aug 30, 2005 at 01:03:48AM -0700, Steve Langasek wrote: Well, the SHLIBEXT problem is fixed in unixodbc 2.2.11, the version currently in unstable. Could you get me a backtrace of one of these apache2 segfaults? I'd like to also see whether that bug still exists in

Bug#324751: bind NSTATS output still being reported

2005-08-28 Thread David D. Kilzer
On Sun, Aug 28, 2005 at 04:08:55PM -0500, David D. Kilzer wrote: Attached is a patch against logcheck-database-1.2.41 from unstable to add NS to the list of reported variables on the NSTATS line to ignore. It helps if I attach the patch! Dave diff -u logcheck/ignore.d.paranoid/bind.orig

Bug#324751: bind NSTATS output still being reported

2005-08-28 Thread David D. Kilzer
Not only does the patch need to add NS, but it also needs to add SRV. Updated patch attached. Dave diff -u logcheck/ignore.d.paranoid/bind.orig logcheck/ignore.d.paranoid/bind --- logcheck/ignore.d.paranoid/bind.orig2005-08-29 00:12:51.0 -0500 +++ logcheck/ignore.d.paranoid/bind

Bug#324789: unixodbc: Dynamic loading of libodbccr.so.1 is broken

2005-08-24 Thread David D. Kilzer
On Tue, Aug 23, 2005 at 07:40:09PM -0500, David D. Kilzer wrote: When the unixodbc package is built, the SHLIBEXT C pre-processor macro is not defined. (I believe this is because the libltdl library is intentionally not built by the Debian package, although I haven't tested this hypothesis

Bug#324923: phpbb2 should or-depend on php4-sybase for php4-mysql

2005-08-24 Thread David D. Kilzer
Package: phpbb2 Version: 2.0.13-6sarge1 Severity: serious Justification: Policy 3.5 The phpbb2 package is advertised as working with MS SQL Server, but there is no or-dependency on the php4-sybase module. This means that one of the php4-mysql, php4-pgsql or php4-odbc packages must be installed

Bug#324789: unixodbc: Dynamic loading of libodbccr.so.1 is broken

2005-08-23 Thread David D. Kilzer
Package: unixodbc Version: 2.2.4-11 Severity: important Tags: patch When the unixodbc package is built, the SHLIBEXT C pre-processor macro is not defined. (I believe this is because the libltdl library is intentionally not built by the Debian package, although I haven't tested this hypothesis.)

Bug#315024: cvsps: dynamically allocate the log buffer to prevent warning messages

2005-07-26 Thread David D. Kilzer
the exact same patch that my initial bug report did. Sorry about resending it. Dave On Tue, Jul 26, 2005 at 03:14:24PM -0500, David D. Kilzer wrote: I believe the original patch that I submitted for this Debian bug may have an off-by-one error when reallocating more space for a log message

Bug#315024: cvsps: dynamically allocate the log buffer to prevent warning messages

2005-07-26 Thread David D. Kilzer
because it guarantees that a new buffer will have to be allocated the next time through the loop anyway. That's a different issue, though. Dave On Mon, Jun 20, 2005 at 01:04:34AM -0500, David D. Kilzer wrote: Package: cvsps Version: 2.0rc1-5 Severity: normal Tags: patch

Bug#315023: cvsps: should ignore TRUNK branch if it exists in log

2005-06-20 Thread David D. Kilzer
Package: cvsps Version: 2.0rc1-5 Severity: important Tags: patch On anoncvs.opensource.apple.com (where access to the now-open-source WebKit is provided), some files have a branch named TRUNK with a revision of 1. Yes, I know that's not supposed to be possible, but they guys at Apple found a way

Bug#315024: cvsps: dynamically allocate the log buffer to prevent warning messages

2005-06-20 Thread David D. Kilzer
Package: cvsps Version: 2.0rc1-5 Severity: normal Tags: patch On anoncvs.opensource.apple.com (Apple's anonymous CVS server for WebKit), some very long log entries were included in CVS. I got tired of cvsps-2.1 truncating them, so I made the 'logbuff' buffer be dynamically allocated. Patch

Bug#314822: cvsps: New upstream version 2.1

2005-06-18 Thread David D. Kilzer
Package: cvsps Version: 2.0rc1-5 Severity: normal A new upstream version of cvsps is now available (2.1). http://www.cobite.com/cvsps/ -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to

Bug#314382: lprng: log rotation leaves /var/log/lpr.log with incorrect owner/permissions

2005-06-15 Thread David D. Kilzer
Package: lprng Version: 3.8.28-2 Severity: normal The log rotation of /var/log/lpr.log leaves the file with incorrect ownership and incorrect permissions. The log file is left in this state: -rw-r- 1 root adm 0 Jun 15 07:48 /var/log/lpr.log When checkpc is run nightly in

Bug#255653: /etc/Muttrc should point to /etc/ssl/certs/ca-certificates.crt

2005-05-31 Thread David D. Kilzer
Shouldn't this property be set as well? | set certificate_file=/etc/ssl/certs/ca-certificates.crt http://www.mutt.org/doc/manual/manual-6.html#ss6.3 The only issue I see is how does a user override the system certificate list with a local list without duplicating every certificate in the