Subject: CVS commit: pkgsrc/net/flow-tools
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 06/23/2005 14:20:56
Module Name:	pkgsrc
Committed By:	seb
Date:		Thu Jun 23 14:20:56 UTC 2005

Modified Files:
	pkgsrc/net/flow-tools: Makefile PLIST distinfo
	pkgsrc/net/flow-tools/patches: patch-ab patch-ac patch-ad patch-af
	    patch-ak
Added Files:
	pkgsrc/net/flow-tools/patches: patch-al patch-am

Log Message:
Update to version 0.68.

Package changes:
Use PKG_OPTIONS_GROUP framework
Add package option 'python' to support the new python scripts flow-rpt2rrd,
flow-log2rrd and flow-rptfmt.

Changes since last packaged version (0.67):

* 5-11-2005 flow-tools 0.68 released.
* added flow-rpt2rrd - post process flow-report into RRD's.
* added flow-log2rrd - post process logs from
* added flow-rptfmt - post process flow-report into readable and HTML.
* ftstat.c s/psizr256/psize256/ - uebelacker@tuhh.de
* rec_v5->engine_id not set properly in ftdecode.c
  - baldwinL@mynetwatchman.com
* --enable-lfs set flags for large file support - alexbrennen@gmail.com
* Added CryptoPAn support to flow-xlate
  req by Abilene
* mailing list archive is available at mail-archive.com
  req by spork@bway.net
* flow-cat.c: progress debug output - weinhold@berbee.com
* portability: gcc no longer supports goto label which label is at the
  end of a compound statement - Andreas Jochens <aj@andaco.de>
* flow-stat.c: protect from divize by zero - should only happen on invalid
  flows - - Espen.Breivik@uninett.no
* flow-filter.c: exaddr filter - Espen.Breivik@uninett.no
* ftxlate.c: tag-mask eval_tag_mask() not using correct offsets
  - Cougar <cougar@random.ee> & kgraham@valueclick.com
* flow-send: default tx_delay to 0 like flow-fanout - rjd@merit.edu
* flow-export: debug should be global - dwatanab@uci.edu
* flow-report: path will accept spaces, ie |flow-rpt2rrd -p rrd -k 25
* flow-report: records is in rec1
* flow-fanout: did not set address family for receive fd - noted by
  fingers@fingers.co.za
* docs: add FILES section to man pages
* flow-report: -hh to list available reports
* flow-report, flow-tag, flow-xlate, flow-nfilter.  Run-time variable
  expansion of the form @VAR or @{VAR:default} for config files.
* flow-receive: dropped inline tagging and nfilter support


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/flow-tools/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/flow-tools/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/net/flow-tools/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/flow-tools/patches/patch-ab \
    pkgsrc/net/flow-tools/patches/patch-ad \
    pkgsrc/net/flow-tools/patches/patch-af
cvs rdiff -r1.2 -r1.3 pkgsrc/net/flow-tools/patches/patch-ac \
    pkgsrc/net/flow-tools/patches/patch-ak
cvs rdiff -r0 -r1.1 pkgsrc/net/flow-tools/patches/patch-al \
    pkgsrc/net/flow-tools/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.