Your message dated Sat, 29 Oct 2005 08:02:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312345: fixed in visitors 0.6.1-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Jun 2005 15:17:07 +0000
>From [EMAIL PROTECTED] Tue Jun 07 08:17:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from h46.zynet2.co.uk [212.24.80.46]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DffpD-0006is-00; Tue, 07 Jun 2005 08:17:07 -0700
Received: by h46.zynet2.co.uk (Postfix, from userid 0)
id 68793DEC1; Tue, 7 Jun 2005 16:17:04 +0100 (BST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Simon Waters <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: visitors: Produces long lines of output that can break various email
scripts.
X-Mailer: reportbug 3.8
Date: Tue, 07 Jun 2005 16:17:04 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: visitors
Version: 0.4a-1
Severity: wishlist
We feed the output of visitors into a number of scripts.
Some of these fail or produce misleading output due to long
line lengths.
Work around is;
visitors -o html file.in | fold --width=511 | emailscript
Internally we modified line in visitors.c to add a newlines
to the table "Weekday-Hour combined map"
(Note linenumber may reflect other patches we have applied)
1746c1755
< fprintf(fp, "<td style=\"background-color:
#%02X%02X%02X
;\"> </td>", r, g, b);
---
> fprintf(fp, "<td style=\"background-color:
> #%02X%02X%02X
;\"> </td>\n", r, g, b);
In our case, simple Perl email script, this results in a figment in
the table mentioned above that looks like data is being lost
systematically.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages visitors depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 312345-close) by bugs.debian.org; 29 Oct 2005 15:08:28 +0000
>From [EMAIL PROTECTED] Sat Oct 29 08:08:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EVsDl-0004ZB-00; Sat, 29 Oct 2005 08:02:13 -0700
From: Romain Francoise <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312345: fixed in visitors 0.6.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 29 Oct 2005 08:02:13 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: visitors
Source-Version: 0.6.1-1
We believe that the bug you reported is fixed in the latest version of
visitors, which is due to be installed in the Debian FTP archive:
visitors_0.6.1-1.diff.gz
to pool/main/v/visitors/visitors_0.6.1-1.diff.gz
visitors_0.6.1-1.dsc
to pool/main/v/visitors/visitors_0.6.1-1.dsc
visitors_0.6.1-1_i386.deb
to pool/main/v/visitors/visitors_0.6.1-1_i386.deb
visitors_0.6.1.orig.tar.gz
to pool/main/v/visitors/visitors_0.6.1.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.
Romain Francoise <[EMAIL PROTECTED]> (supplier of updated visitors 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: Sat, 29 Oct 2005 16:35:23 +0200
Source: visitors
Binary: visitors
Architecture: source i386
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise <[EMAIL PROTECTED]>
Changed-By: Romain Francoise <[EMAIL PROTECTED]>
Description:
visitors - A fast web server log analyzer
Closes: 312345 312346 312347
Changes:
visitors (0.6.1-1) unstable; urgency=low
.
* New upstream release:
+ Text output is now split in lines to make it easier to send reports
by email (closes: #312345).
+ The list of recognized User-Agents is now up-to-date (closes: #312346).
+ User-Agent parsing is now more robust (closes: #312347).
.
* debian/control: Bump Standards-Version to 3.6.2, no changes needed.
Files:
9cee2e39fe0cf251b75d3c9759faa07e 576 web optional visitors_0.6.1-1.dsc
c59eda5a691e7e836b07ef9c2fa8b12f 118808 web optional visitors_0.6.1.orig.tar.gz
22eac29340320fd00abf9590c28b2d9b 1778 web optional visitors_0.6.1-1.diff.gz
25ecbd56e943a49a2b2b0a63994084e3 70982 web optional visitors_0.6.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDY4wTogN2vsA8Vt8RAk6RAJ4s3jwCBGKOCTDhw6cKcMGYVpvG4gCg3LQP
7qZ8kLg1QeA0XdQ6slXPzqI=
=DJzY
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]