Your message dated Tue, 29 Mar 2005 03:46:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Closed in latest upload
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; 18 Mar 2005 18:23:56 +0000
>From [EMAIL PROTECTED] Fri Mar 18 10:23:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from squirrel.castlefur.com [63.195.76.236] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DCM8a-0007zU-00; Fri, 18 Mar 2005 10:23:56 -0800
Received: from localhost ([127.0.0.1] ident=102)
        by squirrel.castlefur.com with esmtp (Exim 4.34)
        id 1DCM8W-00014w-Jr
        for [EMAIL PROTECTED]; Fri, 18 Mar 2005 10:23:52 -0800
Received: from squirrel.castlefur.com ([127.0.0.1])
        by localhost (squirrel [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 03016-06 for <[EMAIL PROTECTED]>;
        Fri, 18 Mar 2005 10:23:52 -0800 (PST)
Received: from beaver.castlefur.com ([63.195.76.234])
        by squirrel.castlefur.com with esmtp (Exim 4.34)
        id 1DCM8W-00014n-89
        for [EMAIL PROTECTED]; Fri, 18 Mar 2005 10:23:52 -0800
Received: from chirik by beaver.castlefur.com with local (Exim 4.44)
        id 1DCM8W-0000GD-0F
        for [EMAIL PROTECTED]; Fri, 18 Mar 2005 10:23:52 -0800
Content-Type: multipart/mixed; boundary="===============1136721673=="
MIME-Version: 1.0
From: Chirik <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/sbin/snort-stat: snort-stat generates no output when snort -y used
X-Mailer: reportbug 3.8
Date: Fri, 18 Mar 2005 10:23:51 -0800
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at castlefur.com
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.

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

Package: snort-common
Version: 2.3.0-7
Severity: normal
File: /usr/sbin/snort-stat
Tags: patch


  The -y option tells snort to log the year in the alert files.  The
snort-stat script does not recognize lines with this format.  A quick change
to the RE in the script to allow the date to be of the form mon/day or
hour/day/year fixes this problem.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-cfp3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages snort-common depends on:
ii  adduser                       3.63       Add and remove users and groups
ii  debconf                       1.4.30.11  Debian configuration management sy
ii  perl-modules                  5.8.4-6    Core Perl modules
ii  sysklogd [system-log-daemon]  1.4.1-16   System Logging Daemon

-- debconf information:
  snort/deprecated_config:
* snort/address_range: [filtered]
* snort/startup: boot
* snort/options: -y -z
* snort/interface: eth3
* snort/stats_rcpt: root
* snort/config_parameters:
  snort/config_error:
  snort/please_restart_manually:
* snort/reverse_order: true
* snort/stats_treshold: 1
* snort/disable_promiscuous: true

--===============1136721673==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="snort-stat.patch"

--- /usr/sbin/snort-stat.orig   2005-02-26 04:17:49.000000000 -0800
+++ /usr/sbin/snort-stat        2005-03-18 10:02:46.290833000 -0800
@@ -71,7 +71,7 @@
         $alert->{CLASS} = $1; $alert->{CONTENT} = $2; $alert->{PRIORITY} = $3;
        $line=<>;
       }
-      if ( $line =~ m/^(\d+)\/(\d+)\-(\d+)\:(\d+)\:(\d+)\.(\d+)\s
+      if ( $line =~ m/^(\d+)\/(\d+)(?:\/\d+)?\-(\d+)\:(\d+)\:(\d+)\.(\d+)\s
           ([\d\.]+)[\:]*([\d]*)\s[\-\>]+\s([\d\.]+)[\:]*([\d]*)/ox) {
                next if (!$opt_a && $line =~ /^$yesterday_date_string/);
         $alert->{MON} = $1;   $alert->{DAY} = $2;   $alert->{HOUR} = $3; 

--===============1136721673==--

---------------------------------------
Received: (at 300276-close) by bugs.debian.org; 29 Mar 2005 01:46:18 +0000
>From [EMAIL PROTECTED] Mon Mar 28 17:46:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from tornado.dat.etsit.upm.es (dat.etsit.upm.es) [138.100.17.73] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DG5o9-0002Cf-00; Mon, 28 Mar 2005 17:46:17 -0800
Received: (qmail 12904 invoked by uid 1013); 29 Mar 2005 01:46:14 -0000
Date: Tue, 29 Mar 2005 03:46:14 +0200
From: Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Closed in latest upload
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

This bug has been fixed in the last upload (done today), I mistyped the bug=
=20
# in the changelogs though:

snort (2.3.2-2) unstable; urgency=3Dlow

  * Have snort-common Conflict on versions prior to the Source-Version to
    prevent users upgrading snort-common without upgrading snort.
    (Closes: #300785
  * Fixed homepage location of Snort (Closes: #300727)
  * Fixed snort-stat so it can be used when the -y option is used with=20
Snort,
    thanks to the patch provided by Chirik (Closes: #200276)
  * Updated German translation courtesy of Erik Schanze

 -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>  Tue, 22 Mar 2005=20
01:26:55 +0100

Thanks for your bug report

Javier

--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCSLNli4sehJTrj0oRAv/PAJ9TEDuZ3IfzEUjMuLtwHZ58CIsMkwCeMape
PhHb3BFrgWIEsgqJLd4cJFM=
=pvoT
-----END PGP SIGNATURE-----

--2fHTh5uZTiUOsy+g--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to