Subject: CVS commit: pkgsrc/net/flow-tools
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 05/23/2003 07:19:45
Module Name:	pkgsrc
Committed By:	seb
Date:		Fri May 23 07:19:45 UTC 2003

Modified Files:
	pkgsrc/net/flow-tools: Makefile PLIST distinfo
	pkgsrc/net/flow-tools/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai patch-aj
Added Files:
	pkgsrc/net/flow-tools: MESSAGE

Log Message:
Update to version 0.66.

NOTE: The names of the default configuration files has changed. They
now end in `.cfg' or `.sym'.

Approved by MAINTAINER.

Changes since last packaged version:

* 4-3-2003 flow-tools-0.66 released

* reapply flow-fanout linux patch, also infected flow-send

* 4-3-2003 flow-tools-0.65 released

* flow-send, flow-fanout: -s source IP address spoofing.

* build: builddir != srcdir problems - noted by jos@catnook.com

* build: All default config files installed by default.

* build: config files end in .cfg, symbol files end in .sym.  Note this changes
  the names of the default configuration files.

* ftlib: ftfil.c - random sample filter - reqested by
  Edward Balas <ebalas@iu.edu>

* ftlib: ftstat.c - ip-destination-address-source-count missing count - noted
  by Christian Cinetto <cinetto@garr.it>

* build: example tags file installed by default.

* ftlib: ftstat.c - broken ip-source-address/ip-destination-port - noted
  by Gerhard.Haindl@t-systems.at

* ftlib: ftstat.c - broken ip-destination-address/destination-as - noted
  by carsten.strahler@lambdanet.net

* remove bin scripts (mostly historical OSU stuff)

* upgrade to automake 1.7.3 and autoconf 2.57

* docs: flow-report.sgml missing
    ip-source/destination-address/ip-protocol/ip-tos/ip-source/destination-port
  noted by shane.dawalt@wright.edu

* flow-fanout: will not compile under linux - patch from
  alex.shepard@gettyimages.com

* ftlib: ftstat.c - use FMT_SYM_LEN instead of hard coded 32 byte length.
  increase len to 64 bytes.

* ftlib: fmt.c - fmt_uint*s() did not properly null terminate when symbol
  strlen >= max - noted by jed@onenet.net

* 2-23-2003 flow-tools-0.64 released

* flow-fanout, flow-capture, flow-receive: add startup= to STAT: line

* docs: flow-fanout - missing -f -F - noted by RAR@syssrc.com

* flow-split: consuming too many resources, noted by fin@finseth.com

* ftlib: ftstat.c - rec2: in summary-detail report missing time_real field
  - noted by shane.dawalt@wright.edu

* build: strouq() -> strtoull().  Check if strtoul() is really strtoull() -
  noted by shane.dawalt@wright.edu

* ftlib: ftstat.c - protect potential divide by 0 errors - noted by
  shane.dawalt@wright.edu

* flow-split: stag not initialized - patch from fin@finseth.com

* build: ftlib.h should not require ftconfig.h - noted by jan@kneschke.de

* build: lib/ftconfig.h does not belong in dist - noted by jos@catnook.com

* ftlib: ftlib.h - FT_SO_RCV_BUFSIZE default to 4MB

* ftlib: suppport.c - bigsockbuf() - more agressive reduction on large
  buffers.  Report size.

* ftlib: ftmask.c - flow-mask: rn_deladdr(): failed.  Missing masklen
  set - noted by nik.hinson@assurance-dynamics.com

* ftlib: ftfil.c - invert option to filter-definition req by mhyde@escape.ca

* ftlib: shadowed variable names - fumerola@yahoo-inc.com

* flow-cat: exit status 1 if no streams processed - req by
  mhunter@ack.Berkeley.EDU

* ftlib: ftstat.c - bucket_dump_1(): loop typo noted by
  nik.hinson@assurance-dynamics.com

* flow-capture: reload tags and filters with SIGHUP

* flow-import: format4 wire format.

* ftlib: ftstat.c - tag mask option should not require local tagging - noted
  by clay@bloomcounty.org

* flow-*: catch extra command line args - noted by rcarrara@augustmail.com

* ftlib: fttag.c - fix ToS tagging, add ANY tagging.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/net/flow-tools/MESSAGE
cvs rdiff -r1.3 -r1.4 pkgsrc/net/flow-tools/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/flow-tools/PLIST \
    pkgsrc/net/flow-tools/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/net/flow-tools/patches/patch-aa \
    pkgsrc/net/flow-tools/patches/patch-ab \
    pkgsrc/net/flow-tools/patches/patch-ac \
    pkgsrc/net/flow-tools/patches/patch-ad \
    pkgsrc/net/flow-tools/patches/patch-ae \
    pkgsrc/net/flow-tools/patches/patch-af \
    pkgsrc/net/flow-tools/patches/patch-ag \
    pkgsrc/net/flow-tools/patches/patch-ah \
    pkgsrc/net/flow-tools/patches/patch-ai \
    pkgsrc/net/flow-tools/patches/patch-aj

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