Your message dated Fri, 16 Sep 2005 03:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327713: fixed in flow-tools 1:0.68-5
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; 11 Sep 2005 17:09:53 +0000
>From [EMAIL PROTECTED] Sun Sep 11 10:09:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fisica.ufpr.br [200.17.209.129]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EEVKy-0008R6-00; Sun, 11 Sep 2005 10:09:53 -0700
Received: by fisica.ufpr.br (Postfix)
id 677142707E0; Sun, 11 Sep 2005 14:09:41 -0300 (BRT)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 11 Sep 2005 14:09:36 -0300
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: flow-nfilter bug in variable binding
X-Mailer: VM 7.19 under Emacs 21.4.1
From: [EMAIL PROTECTED] (Carlos Carvalho)
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: flow-tools
Version: 1:0.68-4
The file /etc/flow-tools/cfg/filter.cfg supplied with the package
contain filter definitions with variable binding such as:
filter-primitive VAR_ADDR
type ip-address
permit @{ADDR:-0.0.0.0}
and
filter-definition ip-dst-addr
match ip-destination-address VAR_ADDR
They don't work because the primitive is named VAR_ADDR but the permit
line uses only ADDR.
Additionally, if one tries to change the permit line to
permit @{VAR_ADDR:-0.0.0.0}
a syntax error happens ("missing :" or something). This error is caused
by the underline in the VAR_ADDR name. This might be considered a bug
in the program but the man page doesn't precisely define how a
variable name is constructed so it could also be considered a
documentation bug.
Finally, the "-" after the ":" in the default specification is
necessary to avoid a syntax error but it's not mentioned in the man
page.
I made everything work in my installation by removing the VAR_ prefix
of the variable bindings but this might be considered fixing the
symptom and not the cause.
---------------------------------------
Received: (at 327713-close) by bugs.debian.org; 16 Sep 2005 10:48:40 +0000
>From [EMAIL PROTECTED] Fri Sep 16 03:48:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EGDkI-0008HA-00; Fri, 16 Sep 2005 03:47:06 -0700
From: Radu Spineanu <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327713: fixed in flow-tools 1:0.68-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 16 Sep 2005 03:47:06 -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
X-CrossAssassin-Score: 4
Source: flow-tools
Source-Version: 1:0.68-5
We believe that the bug you reported is fixed in the latest version of
flow-tools, which is due to be installed in the Debian FTP archive:
flow-tools-dev_0.68-5_i386.deb
to pool/main/f/flow-tools/flow-tools-dev_0.68-5_i386.deb
flow-tools_0.68-5.diff.gz
to pool/main/f/flow-tools/flow-tools_0.68-5.diff.gz
flow-tools_0.68-5.dsc
to pool/main/f/flow-tools/flow-tools_0.68-5.dsc
flow-tools_0.68-5_i386.deb
to pool/main/f/flow-tools/flow-tools_0.68-5_i386.deb
libcflow-perl_0.68-5_i386.deb
to pool/main/f/flow-tools/libcflow-perl_0.68-5_i386.deb
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.
Radu Spineanu <[EMAIL PROTECTED]> (supplier of updated flow-tools 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: Sun, 11 Sep 2005 15:45:04 +0300
Source: flow-tools
Binary: libcflow-perl flow-tools flow-tools-dev
Architecture: source i386
Version: 1:0.68-5
Distribution: unstable
Urgency: low
Maintainer: Radu Spineanu <[EMAIL PROTECTED]>
Changed-By: Radu Spineanu <[EMAIL PROTECTED]>
Description:
flow-tools - collects and processes NetFlow data
flow-tools-dev - development files for flow-tools
libcflow-perl - perl module for analyzing raw IP flow files written by cflowd
Closes: 163227 239744 327367 327713
Changes:
flow-tools (1:0.68-5) unstable; urgency=low
.
* Actually fix building of cflow-perl with flow-tools support
(closes: #327367, #163227, #239744)
* Build libft with -fPIC to link cflow-perl correctly
(thanks to Matt Zimmerman for the help)
* Fixed a minor error in the flow-nfilter manpage (closes: #327713)
Files:
aa5b6edf47a2342edfdbf4e5f446c231 815 net optional flow-tools_0.68-5.dsc
075bb9004c6f7fce8bcfb75876832017 13178 net optional flow-tools_0.68-5.diff.gz
3908c1c21a03168dcdb8c36105b31ced 1160594 net optional
flow-tools_0.68-5_i386.deb
7103ff87159c0fec731ca23276e3f3a2 204724 libdevel optional
flow-tools-dev_0.68-5_i386.deb
1189ddc70b28d409e4d5a1b4640954fb 79184 perl optional
libcflow-perl_0.68-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDKp+DgY5NIXPNpFURAj9SAKCKfC60Ih0YINXTBQmy5iJZ1cgnlwCeOjv/
lHx/tDrZhjZpc1BGqbonVnU=
=zvE3
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]