[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#106536: marked as done (2.4.9 out, fixes important bug in mhnull.pl)



Your message dated Mon, 06 Aug 2001 14:58:04 -0400
with message-id <E15TpZk-0007vQ-00@auric.debian.org>
and subject line Bug#106536: fixed in mhonarc 2.4.9-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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jul 2001 10:39:14 +0000
>From doug@idsia.ch Wed Jul 25 05:39:14 2001
Return-path: <doug@idsia.ch>
Received: from klecker.debian.org [::ffff:198.186.203.20] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15PM4P-0001hT-00; Wed, 25 Jul 2001 05:39:14 -0500
Received: from ruchetta.idsia.ch [195.176.191.94] 
	by klecker.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15PM4J-0005Zx-00; Wed, 25 Jul 2001 03:39:07 -0700
Received: from localhost.ti-edu.ch (localhost.ti-edu.ch [127.0.0.1])
        by localhost.ti-edu.ch (8.12.0.Beta12/8.12.0.Beta12/Debian 8.12.0.Beta10) with ESMTP id f6PAcj4i001663;
	Wed, 25 Jul 2001 12:38:48 +0200
Received: (from doug@localhost)
        by ruchetta.idsia.ch (8.12.0.Beta12/8.12.0.Beta12/Debian 8.12.0.Beta10) id f6PA4vOG001253;
	Wed, 25 Jul 2001 12:04:57 +0200
Message-Id: <200107251004.f6PA4vOG001253@ruchetta.idsia.ch>
From: Douglas Eck <doug@idsia.ch>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: 2.4.9 out, fixes important bug in mhnull.pl
X-Reportbug-Version: 1.21
X-Mailer: reportbug 1.21
Date: Wed, 25 Jul 2001 12:04:57 +0200
Delivered-To: submit@bugs.debian.org

Package: mhonarc
Version: 2.4.8-1
Severity: important

mhonarc 2.4.8 introduced a bug
that was fixed in 2.4.9. Here is a snippet of
the relevant bug report at  http://www.mhonarc.org/MHonArc/BUGS
Since this bug completely breaks my mail list indexer I 
consider it "important". But perhaps my configuration is
strange. I don't know when mhnull.pl is called...

Version:	2.4.8
Problem:   	MHonArc aborts with Perl syntax errors if mhnull.pl
		filter is loaded.
Solution:	Dump typo errors that should have been caught before
		release.  Syntax errors fixed in mhnull.pl.
Version Fixed:	2.4.9


This patch seems to work. It simply updates mhnull.pl to the version
distributed in 2.4.9. Obviously it would be better to rebuild 
the .deb using 2.4.9. 

--- mhnull.pl   Thu Apr 19 11:44:05 2001
+++ /home/doug/MHonArc2.4.9/lib/mhnull.pl       Mon Jun 11 01:11:25 2001
@@ -1,6 +1,6 @@
 ##---------------------------------------------------------------------------##
 ##  File:
-##     @(#) mhnull.pl 1.4 01/04/10 21:36:50
+##     @(#) mhnull.pl 1.5 01/06/10 17:35:03
 ##  Author:
 ##      Earl Hood       mhonarc@pobox.com
 ##  Description:
@@ -34,10 +34,10 @@
 
 sub filter {
     local($header, *fields, *data, $isdecode, $args) = @_;
-    my($ctype) = ($fields{'content-type'} =~ m%^\s*([\w\-\./]+)%;
+    my($ctype) = $fields{'content-type'} =~ m%^\s*([\w\-\./]+)%;
     my($disp, $nameparm) = &readmail::MAILhead_get_disposition(*fields);
     join("", '<p><tt>&lt;&lt;',
-            ($disp ? "$disp: ", ""),
+            ($disp ? "$disp: " : ""),
             ($nameparm ? $nameparm : $ctype),
             '&gt;&gt;</tt></p>');
 }

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ruchetta 2.4.6 #1 Tue Jul 10 11:45:46 CEST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mhonarc depends on:
ii  libdigest-md5-perl            2.13-2     MD5 Message Digest for Perl       
ii  perl                          5.6.1-5    Larry Wall's Practical Extraction 







---------------------------------------
Received: (at 106536-close) by bugs.debian.org; 6 Aug 2001 19:25:58 +0000
>From troup@auric.debian.org Mon Aug 06 14:25:58 2001
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15Tq0k-0007fm-00; Mon, 06 Aug 2001 14:25:58 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 15TpZk-0007vQ-00; Mon, 06 Aug 2001 14:58:04 -0400
From: Matej Vela <vela@debian.org>
To: 106536-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#106536: fixed in mhonarc 2.4.9-1
Message-Id: <E15TpZk-0007vQ-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Mon, 06 Aug 2001 14:58:04 -0400
Delivered-To: 106536-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
mhonarc, which has been installed in the Debian FTP archive:

mhonarc_2.4.9-1_all.deb
  to pool/main/m/mhonarc/mhonarc_2.4.9-1_all.deb
mhonarc_2.4.9-1.dsc
  to pool/main/m/mhonarc/mhonarc_2.4.9-1.dsc
mhonarc_2.4.9-1.diff.gz
  to pool/main/m/mhonarc/mhonarc_2.4.9-1.diff.gz
mhonarc_2.4.9.orig.tar.gz
  to pool/main/m/mhonarc/mhonarc_2.4.9.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 106536@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated mhonarc 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  6 Aug 2001 15:48:17 +0200
Source: mhonarc
Binary: mhonarc
Architecture: source all
Version: 2.4.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 mhonarc    - Mail to HTML converter
Closes: 106536
Changes: 
 mhonarc (2.4.9-1) unstable; urgency=low
 .
   * New upstream version.  Closes: #106536.
   * debian/copyright: Updated.
   * debian/mhonarc.preinst: Removed pre-potato compatibility code.
   * Conforms to Standards version 3.5.6.
Files: 
 3e2adeea3324fa539e4342e0111c5f66 608 mail optional mhonarc_2.4.9-1.dsc
 ea45226bdb7d4620d5f393b4aa899e82 504005 mail optional mhonarc_2.4.9.orig.tar.gz
 0813ce17ee1f8fd3ccd01cfc4c7a6f41 3272 mail optional mhonarc_2.4.9-1.diff.gz
 e520609af1644024cc63fa56359596ca 502208 mail optional mhonarc_2.4.9-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjtuoDYACgkQxBYivKllgY8t0QCfXbplX1VF+fZUs9QGuNnm7Xon
9kAAnRzue+BfsoQtvdZ+55+ATnG/uG7a
=LZnH
-----END PGP SIGNATURE-----



Reply to: