Bug#802984: Certain errors config obscured by sloppy handling of $@

2015-10-25 Thread Jonathan Hall
'override_dh_auto_configure' failed The solution is simple, and included as a patch. >From 4b42204da774cec2345e140c16a49c1ac04e37de Mon Sep 17 00:00:00 2001 From: Jonathan Hall <fli...@flimzy.com> Date: Sun, 25 Oct 2015 20:01:00 +0100 Subject: [PATCH] Don't swallow $@ when configure() fails, for accur

Bug#783673: RFP: google-caja -- Compiler for making third-party HTML, CSS and JavaScript safe for embedding

2015-04-28 Thread Jonathan Hall
Package: wnpp Version: N/A; reported 2015-04-28 Severity: wishlist * Package name: google-caja * URL: https://code.google.com/p/google-caja/ * License: Apache 2 Description: Compiler for making third-party HTML, CSS and JavaScript safe for embedding The Caja Compiler is a tool for making third

Bug#489184: Fixed upstream

2015-03-13 Thread Jonathan Hall
This bug has now been fixed upstream, and will be included in the upcoming version 1.49 release. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#775358: Minor typos in package

2015-01-14 Thread Jonathan Hall
Package: geoip-database-contrib Version: 1.18 Severity: minor Tags: patch This simple patch fixes two minor typos/grammar mistakes. ? patch Description: patch

Bug#775360: Trivial DoS attack vector against p0f service

2015-01-14 Thread Jonathan Hall
Package: p0f Version: 3.06b-2 Severity: grave Tags: security Sending malformed (or legacy format(!!?)) packets to p0f's socket results in a crash of the service: [+] Closed 1 file descriptor. [+] Loaded 314 signatures from '/etc/p0f/p0f.fp'. [+] Intercepting traffic on default interface 'eth0'.

Bug#734005: Similar errors with git-svn clone

2014-08-28 Thread Jonathan Hall
I'm experiencing the same error with the following command: git svn clone -r 4061:HEAD --authors-file=./eFolder-authors --trunk=dc/trunk --ignore-paths=^dc/trunk/upstream file:///svn/dc dc-trunk I ran a strace and it ends as follows: getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,

Bug#748886: libjs-qunit does not ship with required CSS file

2014-05-21 Thread Jonathan Hall
Package: libjs-qunit Version: 1.14.0-1 Severity: important The libjs-qunit package does not ship with the required CSS file. Ideally the CSS file ought to be installed in a suitable location for easy access. At the very least, it ought to be included in /usr/share/doc/libjs-qunit/examples,

Bug#214741: Also happens in postfix 2.10.2; patch

2013-10-30 Thread Jonathan Hall
Tags: patch I have also confirmed this bug to exist in postfix 2.10.2, and have adapted my previous patch to work with this version. diff -ur postfix-2.10.2/src/global/mail_params.c postfix-214741/src/global/mail_params.c --- postfix-2.10.2/src/global/mail_params.c 2012-01-17

Bug#214741: Patch for 214741

2013-10-29 Thread Jonathan Hall
We are also experiencing this with postfix 2.7.1 and 2.9.6. The included patch solves the problem for 2.7.1, and should be trivial to adapt for newer versions. Index: src/global/mail_params.c === --- src/global/mail_params.c

Bug#673474: sqlite3: last_insert_id() fails with big numbers on 32-bit system

2012-05-18 Thread Jonathan Hall
Subject: sqlite3: last_insert_id() fails with big numbers on 32-bit system Package: sqlite3 Version: 3.7.3-1 Severity: normal Tags: upstream *** Please type your report below this line *** I discovered an annoying behavior when running some code on a 32-bit (i386) system that does not exist

Bug#633698: roundcube: README refers to missing INSTALL document

2011-07-12 Thread Jonathan Hall
Package: roundcube Version: 0.3.1-6 Severity: minor *** Please type your report below this line *** The (no doubt upstream) /usr/share/doc/roundcube/README file shipped with roundcube directs me to refer to the INSTALL document in the same directory as this document, however the INSTALL

Bug#627794: dovecot-common: Init script broken when using alternate config file

2011-05-24 Thread Jonathan Hall
Package: dovecot-common Version: 1:2.0.12-1 Severity: normal Tags: patch The shipped init script failes to use -c ${CONF} when calling doveconf to determine PIDBASE, resulting in: a) The following warning: doveconf: Warning: Dovecot was last started using

Bug#615036: [qemu-launcher] Provide a control panel option does not work for x86_64 target

2011-02-24 Thread Jonathan Hall
Package: qemu-launcher Version: 1.7.4-1 Severity: normal --- Please enter the report below this line. --- When I select a system type of PC, 64-bit (x86_64), and the Provide a control panel option, qemu launches a 32-bit VM instead of a 64-bit VM. The command line generated with Provide a

Bug#512105: [PATCH] Fixes bug #512105

2009-02-26 Thread Jonathan Hall
The reason this is a problem is that identd (at least openbsd-identd) is smart, and doesn't start itself when no services are defined in /etc/inetd.conf. Then when a new service (such as pidentd) is installed, update-identd attempts a force-reload or a restart; neither of which will start a

Bug#514237: New patch to address some issues

2009-02-06 Thread Jonathan Hall
This new patch, I believe, addresses most of the issues that have been brought up with my initial patch, and one or two others: * It eliminates the hard-coded list of arches in which_deb, update_tasks, and generate_di_lists, in favor of the ARCHES environment variable, and falls back to

Bug#514237: debian-cd: Support non-i386 mirrors, and support D-I modules in non-main

2009-02-05 Thread Jonathan Hall
Package: debian-cd Version: 3.1.0-nymgy1 Severity: wishlist Tags: patch This patch adds two features to debian-cd, filed as a single bug/patch, per Steve McIntyre's suggestion on the mailing list: 1) It no longer requires the existence of the i386 architecture in the mirror to build non-i386

Bug#514237: Patch closes two other bugs

2009-02-05 Thread Jonathan Hall
Pardon my indiligence... I didn't notice that in the last week two bugs had already been filed that I should have submitted my patch against. At any rate, this patch should close #513497 and #513498. So perhaps some bug merging should take place. -- Jonathan -- Inbound and outbound email

Bug#514237: debian-cd: Support non-i386 mirrors, and support D-I modules in non-main

2009-02-05 Thread Jonathan Hall
Frans Pop wrote: Wouldn't it make much more sense for which_deb to just try the current arch(es) (the one(s) for which we're building the image) instead of trying arches randomly? Or at least to try relevant arches first? This works fine, except when building a source-only CD Then I'm

Bug#514168: nagios3-common: Syntax error in prerm prevents removal of package

2009-02-04 Thread Jonathan Hall
Package: nagios3-common Version: 3.0.6-2 Severity: important A syntax error in nagios3-common's prerm prevents removal of the package. The fix is simple: --- nagios3-3.0.6/debian/nagios3-common.prerm 2009-02-04 15:08:48.0 -0600 +++ nagios3-3.0.6/debian/nagios3-common.prerm 2009-02-04

Bug#489516: [debian-cd] debian-cd should be able to manage other components than main/contrib/non-free

2009-01-30 Thread Jonathan Hall
I have similar needs, so have been working on addressing this issue, and will submit a patch later. Before I get too deep into hacking debian-cd to do this, I have a question to pose to those who have a better feel for how debian-cd is used in the wild... The simplest way I can think of to

Bug#489516: [debian-cd] debian-cd should be able to manage other components than main/contrib/non-free

2009-01-30 Thread Jonathan Hall
Frans Pop wrote: Note also that the local component is already being handled separately. That brings up another question... should I simply add a CUSTOM_COMPONENTS feature, or should I merge the exiting LOCAL/LOCALDEBS features into the new CUSTOM_COMPONENTS option, thus simplifying

Bug#513421: debian-cd: DISC_PKG_HOOK is ignored

2009-01-28 Thread Jonathan Hall
Package: debian-cd Version: 3.1.0-nymgy1 Severity: normal The DISC_PKG_HOOK option is currently completely ignored, due to an apparent typo in tools/start_new_disc. The fix is quite simple: --- debian-cd/tools/start_new_disc 2009-01-28 15:26:50 UTC +++ debian-cd/tools/start_new_disc 2009-01-28

Bug#500817: libtemplate-perl: TT2 does not properly handle single-element array-of-arrays returned by perl functions

2008-10-01 Thread Jonathan Hall
Package: libtemplate-perl Version: 2.20-1 Severity: normal TT2 seems to not properly handle a single-element array-of-hashrefs. Below is a sample script (test.pl and test.tt2) and its actual output, and expected output. It appears that when looping through an array of hashrefs, if there is only

Bug#499839: kate: Kate's perl highlighting needs to be updated for perl 5.10

2008-09-22 Thread Jonathan Hall
Package: kate Version: 4:3.5.9.dfsg.1-5 Severity: minor Kate's current perl syntax highlighting does not understand the '//=' or '//' operators that are now available, as of Perl 5.10. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing')

Bug#409980: Undocumented command line options

2007-02-06 Thread Jonathan Hall
Package: casper Version: 1.79+debian-2 Severity: minor Tags: patch There are several command-line options recognized by casper that are not documented. This patch adds documentation for these features to the casper(7) man page. I have attempted to group these options logically with related

Bug#409300: mountroot() calls find_livefs() with improper timeout values

2007-02-01 Thread Jonathan Hall
Package: casper Version: 1.79+debian-1 In the script 'casper', find_livefs() does a -lt comparison between ${timeout} and ${LIVEMEDIA_TIMEOUT} which requires numerical values. However, mountroot() passes a mixture of numbers and letters as arguments to find_livefs() which become ${timeout}. This

Bug#409308: casper should depend on 'file'

2007-02-01 Thread Jonathan Hall
Package: casper Version: 1.79+debian-1 Severity: serious /etc/rc0.d/S89casper attempts to use the 'file' command, but 'file' is not required by the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]