Bug#580825: above fix isn't quite right

2010-05-15 Thread Neil Moore
ly shorter than the one with 'if', I think it is less readable. One shouldn't have to apply de Morgan's laws to figure out when checkarray is going to be called. -- Neil Moore, n...@s-z.org, http://s-z.org/neil/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.deb

Bug#406673: Workaround

2010-05-08 Thread Neil Moore
o a 32-bit integer (it will be negative, but still a rep_INTP). -- Neil Moore, n...@s-z.org, http://s-z.org/neil/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#406673: Workaround for

2010-05-08 Thread Neil Moore
e (aref data 2)) (bad-arg nil (when (or (and (eq atom1 '_NET_WM_STATE_MAXIMIZED_VERT) (eq atom2 '_NET_WM_STATE_MAXIMIZED_HORZ)) (and (eq atom2 '_NET_WM_STATE_MAXIMIZED_VERT) -- Neil Moore, n...@s-z.org, http://s-z.org/neil/

Bug#558429: manpages-posix: Please indicate optional features

2009-11-28 Thread Neil Moore
Package: manpages-posix Version: 2.16-1 Severity: wishlist According to the Posix/SUS specifications, the utility 'type' is part of the X/Open System Interfaces option; hence it may not be present on all Posix systems: http://www.opengroup.org/onlinepubs/9699919799/utilities/type.html However,

Bug#555463: Avoiding set +e

2009-11-10 Thread Neil Moore
Better than set +e / set -e would be to take advantage of the fact that set -e is suppressed in the condition of an if: if invoke-rc.d --query ${service} start; [ $? = 104 ]; then services="$service $services" else echo "WARNING: init script for $service not found."

Bug#555013: visudo manpage doesn't mention Debian editor behavior (regression)

2009-11-07 Thread Neil Moore
Package: sudo Version: 1.7.2p1-1 Severity: minor Tags: patch The visudo manpage in Lenny contains some Debian-specific text regarding the choice of editor: "On Debian systems, this list defaults to /usr/bin/editor, which is meant to be a system-wide default editor chosen through the

Bug#554009: kdesdk-scripts: recommends svn, should be subversion

2009-11-02 Thread Neil Moore
Package: kdesdk-scripts Version: 4:4.3.2-1 Severity: minor This package Recommends: 'svn', but no package by that name exists. Probably this should be 'subversion', the binary package that provides /usr/bin/svn . This bug is present in squeeze as well, but not in lenny. It looks like it was int

Bug#553026: dash: misparses quoted braces in parameter expansions

2009-10-29 Thread Neil Moore
Package: dash Version: 0.5.5.1-2.3 Severity: normal According to the POSIX section on parameter expansion (2.6.2): # The format for parameter expansion is as follows: # ${expression} # where expression consists of all characters until the matching '}' . # Any '}' escaped by a or within a quot

Bug#388458: time: Time does not parse its parameters

2009-10-09 Thread Neil Moore
Posix mode, or if it could be disabled some other way, but I'm not sure how difficult that would be to implement. -- Neil Moore, n...@s-z.org, http://s-z.org/neil/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#510417: links2: silently accepts bad SSL certificates

2009-03-25 Thread Neil Moore
Adeodato Simó writes: > * Neil Moore [Thu, 01 Jan 2009 11:57:35 -0500]: > > > Package: links2 > > Version: 2.2-1 > > Severity: grave > > Tags: security > > Justification: user security hole > > Hello, Neil. I’m sorry I’m not mailing you to help solve t

Bug#512923: libghc6-pandoc-dev: dependency on libghc6-regex-compat-dev should be versioned

2009-01-24 Thread Neil Moore
Package: libghc6-pandoc-dev Version: 0.46+2+b2 Severity: normal I am currently holding back libghc6-regex-compat-dev to version 0.91-1 waiting for a few packages to be updated. Attempting to upgrade libghc6-pandoc-dev to the latest version resulted in: Setting up libghc6-pandoc-dev (0.46+2+b2)

Bug#396215: rebased patch

2009-01-15 Thread Neil Moore
e_fstab_drives (GnomeVFSVolumeMonitorDaemon *volume_monitor_daemon) +update_fstab_drives (GnomeVFSVolumeMonitorDaemon *volume_monitor_daemon, gboolean force_rescan) { GList *new_fstab; GList *removed, *added; @@ -729,7 +730,7 @@ volume_monitor = GNOME_VFS_VOLUME_MONITOR (volume_monitor_dae

Bug#396215: mostly fixed

2009-01-15 Thread Neil Moore
.diff Description: Binary data -- Neil Moore, n...@s-z.org, http://s-z.org/neil/

Bug#396215: comments on not skipping devices

2009-01-15 Thread Neil Moore
side effects doing so might have. -- Neil Moore, n...@s-z.org, http://s-z.org/neil/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#396215: new patch (don't skip, don't leak)

2009-01-15 Thread Neil Moore
h)) { +g_free (mount_entry->device_path); +mount_entry->device_path = g_strdup(rpath); + } + } mount_entry->filesystem_type = g_strdup (mntent->mnt_type); -- Neil Moore, n...@s-z.org, http://s-z.org/neil/

Bug#396215: Confirmation and patch

2009-01-14 Thread Neil Moore
X]; + if (realpath (mount_entry->device_path, rpath)) { +g_free (mount_entry->device_path); +mount_entry->device_path = g_strdup(rpath); + } + } mount_entry->filesystem_type = g_strdup (mntent->mnt_type); -- Neil Moore, n...@s-z.org, http://s-z.org/neil/

Bug#510417: links2: silently accepts bad SSL certificates

2009-01-01 Thread Neil Moore
Package: links2 Version: 2.2-1 Severity: grave Tags: security Justification: user security hole Links2 does not validate certificates it receives; as a result, there is no warning that one is visiting a page with an expired certificate, a certificate not signed by a trusted authority, or a certif

Bug#510348: does not appear to do any certificate validation

2009-01-01 Thread Neil Moore
does not display a padlock icon, so it could be argued that users have no expectation of security from dillo. -- Neil Moore, n...@s-z.org, http://s-z.org/neil/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#450865: mp3burn: patch to correctly detect architecture

2008-09-11 Thread Neil Moore
Package: mp3burn Version: 0.4.1-3 Tags: patch Followup-For: Bug #450865 mp3burn queries the system architecture to determine whether it need to pass the -swab option to cdrecord. Unfortunately, it does so using /bin/arch, which is not present in Lenny and sid; this results in mp3burn never addin

Bug#477132: A fix for XEmacs

2008-04-27 Thread Neil Moore
'php-show-arglist) (defconst php-constants -- Neil Moore, [EMAIL PROTECTED], http://s-z.org/neil/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#471642: Iceweasel pango/cairo crash caused by pango-graphite?

2008-04-15 Thread Neil Moore
() from /usr/lib/pango/1.6.0/modules/graphite/pango-graphite.so #17 0xb5cb869c in graphite_PangoGlyphString () from /usr/lib/pango/1.6.0/modules/graphite/pango-graphite.so #18 0xb5cb8fc9 in ?? () from /usr/lib/pango/1.6.0/modules/graphite/pango-graphite.so [... junk below this ...] -- Nei

Bug#472654: updated patch

2008-03-25 Thread Neil Moore
;$tmp/usr/lib"); } elsif ($pkgtype eq "haddock" ) { mkpath("$tmp" . "/usr/share/doc/$package"); -- Neil Moore, [EMAIL PROTECTED], http://s-z.org/neil/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#472654: haskell-devscripts: duplicates C headers in -prof package

2008-03-25 Thread Neil Moore
Package: haskell-devscripts Version: 0.6.9 Severity: normal Tags: patch dh_haskell currently puts C header files into both the -dev and -prof packages, with the same path. Since the -prof packages generally depend on the -dev packages, this makes the profiling package uninstallable. An example m

Bug#462431: Please add surround.vim to vim-scripts

2008-01-24 Thread Neil Moore
Package: vim-scripts Version: 7.1.4 Severity: wishlist The surround.vim script adds bindings to add, delete, and change balanced "surrounding" text, including parens, quotes, XML tags, and so on. http://www.vim.org/scripts/script.php?script_id=1697 -- System Information: Debian Release: lenn

Bug#439916: tar: manpage does not mention $TAPE

2007-08-28 Thread Neil Moore
Package: tar Version: 1.18-1 Severity: minor Tags: patch The tar manpage states that the default archive (if -f is not given) is '-'. This is only the case if $TAPE is not set. According to [1], some package build scripts have relied on the documented behavior, leading to build failures when TAP

Bug#317474: libgcrypt11-doc: Fix for install-info errors [PATCH]

2005-07-10 Thread Neil Moore
Package: libgcrypt11-doc Version: 1.2.1-2 Followup-For: Bug #317474 It seems the dir menu entry used by install-info is missing a period. A patch is attached. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architect