Your message dated Thu, 22 Mar 2007 00:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415653: fixed in mutt 1.5.14+cvs20070321-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mutt
Version: 1.5.14+cvs20070315-1
Severity: minor
Tags: patch
The script provided with this package to query LDAP developer
database (debian-ldap-query) doesn't take into account 'mn'
attribute, e.g.:
Debian Developer query: found 1
<[EMAIL PROTECTED]> Nacho Arias ()
With a fixed script it dumps:
Debian Developer query: found 1
<[EMAIL PROTECTED]> Nacho Barrientos Arias ()
This bug is also reproducible in unstable (1.5.13-3). Attached is
a dumb patch to fix this issue, hope it helps.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Versions of packages mutt depends on:
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [
ii libgnutls13 1.4.4-3 the GNU TLS library - runtime libr
ii libgpg-error0 1.4-2 library for common error values an
ii libgpgme11 1.1.2-2 GPGME - GnuPG Made Easy
ii libidn11 0.6.5-1 GNU libidn library, implementation
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library
Versions of packages mutt recommends:
ii locales 2.3.6.ds1-10 GNU C Library: National Language (
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap
ii ssmtp [mail-transport-agent 2.61-11 extremely simple MTA to get mail o
-- no debconf information
--- debian-ldap-query.orig 2007-03-21 02:22:50.000000000 +0100
+++ debian-ldap-query 2007-03-21 02:46:28.000000000 +0100
@@ -5,7 +5,7 @@
use strict;
-my @attrs = qw(sn cn ircnick uid);
+my @attrs = qw(sn mn cn ircnick uid);
my $base = 'ou=users, dc=debian, dc=org';
my $server = 'db.debian.org';
my $port = 389;
@@ -34,8 +34,15 @@
my $uid = $entry->get_value('uid') || next;
my $fname = $entry->get_value('cn') || '';
my $lname = $entry->get_value('sn') || '';
+ my $mname = $entry->get_value('mn') || '';
my $nick = $entry->get_value('ircnick')|| '';
- push @results, "<[EMAIL PROTECTED]>\t$fname $lname\t($nick)\n";
+ if($mname eq ""){
+ $mname = " ";
+ }
+ else{
+ $mname = " ".$mname." ";
+ }
+ push @results, "<[EMAIL
PROTECTED]>\t$fname$mname$lname\t($nick)\n";
}
}
--- End Message ---
--- Begin Message ---
Source: mutt
Source-Version: 1.5.14+cvs20070321-1
We believe that the bug you reported is fixed in the latest version of
mutt, which is due to be installed in the Debian FTP archive:
mutt_1.5.14+cvs20070321-1.diff.gz
to pool/main/m/mutt/mutt_1.5.14+cvs20070321-1.diff.gz
mutt_1.5.14+cvs20070321-1.dsc
to pool/main/m/mutt/mutt_1.5.14+cvs20070321-1.dsc
mutt_1.5.14+cvs20070321-1_amd64.deb
to pool/main/m/mutt/mutt_1.5.14+cvs20070321-1_amd64.deb
mutt_1.5.14+cvs20070321.orig.tar.gz
to pool/main/m/mutt/mutt_1.5.14+cvs20070321.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated mutt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 21 Mar 2007 21:54:08 +0100
Source: mutt
Binary: mutt
Architecture: source amd64
Version: 1.5.14+cvs20070321-1
Distribution: experimental
Urgency: low
Maintainer: Adeodato Simó <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
mutt - text-based mailreader supporting MIME, GPG, PGP and threading
Closes: 379472 388667 415277 415653
Changes:
mutt (1.5.14+cvs20070321-1) experimental; urgency=low
.
* Move source package to http://hg.debian.org/hg/pkg-mutt/debian-mutt.
* debian/control: Add XS-Vcs fields.
* New snapshot:
+ More space for the "help" string (Closes: #415277).
+ --buffy-size is a config option, $check_mbox_size (Closes: #379472).
* Patches:
+ gpg.rc: upstream ships without absolute paths, our patch is much simpler
now.
+ compressed-folders: refreshed.
* Mention /etc/Muttrc defaults in documentation (Closes: #388667).
* debian-ldap-query: Support middle names (Closes: #415653).
Files:
5a0f7ed3e52aa5767ef148d56d7ee488 949 mail standard
mutt_1.5.14+cvs20070321-1.dsc
81aa65142e625b3e5737a9caed818161 3489495 mail standard
mutt_1.5.14+cvs20070321.orig.tar.gz
17cbf1e686579a9874a63a450e2e0655 78118 mail standard
mutt_1.5.14+cvs20070321-1.diff.gz
44d343d6e27faabb3e1f93c38420d8c1 1919728 mail standard
mutt_1.5.14+cvs20070321-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGAbKQxa93SlhRC1oRAjJSAKCZWBlTcz/8Gg1SrP2Uol+QfW6BggCgokz2
jjzBebPt6IKwIHsKwmxUlkY=
=krQ7
-----END PGP SIGNATURE-----
--- End Message ---