Your message dated Sat, 29 Oct 2005 08:02:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312346: 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:32:28 +0000
>From [EMAIL PROTECTED] Tue Jun 07 08:32:28 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 1Dfg43-0004tj-00; Tue, 07 Jun 2005 08:32:28 -0700
Received: by h46.zynet2.co.uk (Postfix, from userid 0)
        id C32A5DEE9; Tue,  7 Jun 2005 16:32:26 +0100 (BST)
Content-Type: multipart/mixed; boundary="===============1522864739=="
MIME-Version: 1.0
From: Simon Waters <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: visitors: Visitors has out of date list of User Agent strings
X-Mailer: reportbug 3.8
Date: Tue, 07 Jun 2005 16:32:26 +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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1522864739==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: visitors
Version: 0.4a-1
Severity: wishlist


visitors doesn't know about new web browsers like Firefox.

Attached patch to add some extra User Agents - not this patch will
not fully work without additional changes to the parser. However it
shouldn't break anything, just introduce unusuable categories.

-- 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

--===============1522864739==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch.visitors"

@@ -1040,13 +1030,23 @@
        /* Note that the order matters. For example Safari
         * send an user agent where there is the string "Gecko"
         * so it must be before Gecko. */
+
+       /* Note that the parser looks for first "(" so we can't easily count
+        * Useragents that report without brackets like;
+        *  "asteria",
+        *  "contype",
+        *  "Windows-MP",
+        *  "Gigabot",
+        *  etc - we should modify to find fifth '"' perhaps? */
+ 
        char *browserslist[] = {
                "Opera", NULL,
                "MSIE", "Explorer",
                "Safari", NULL,
                "Konqueror", NULL,
                "Galeon", NULL,
-               "Gecko", "Netscape/Mozilla",
+               "Firefox", NULL,
+               "Gecko", "Other Gecko",
                "Wget", NULL,
                "Lynx", NULL,
                "Links ", "Links",
@@ -1056,6 +1056,15 @@
                "NATSU-MICAN", NULL,
                "www.googlebot.com", "GoogleBot",
                "www.google.com/bot", "GoogleBot",
+               "msnbot", "MSNbot",
+               "Slurp", "Yahoo Slurp",
+               "Jeeves", "Ask Jeeves",
+               "ZyBorg", NULL,
+               "asteria", NULL,
+               "contype", "Explorer",
+               "Gigabot", NULL,
+               "Windows-Media-Player", "Windows-MP",
+               "NSPlayer", NULL,
                "", "Unknown",
                NULL, NULL,
        };

--===============1522864739==--

---------------------------------------
Received: (at 312346-close) by bugs.debian.org; 29 Oct 2005 15:08:03 +0000
>From [EMAIL PROTECTED] Sat Oct 29 08:08:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EVsDl-0004ZD-00; Sat, 29 Oct 2005 08:02:13 -0700
From: Romain Francoise <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312346: 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]

Reply via email to