Subject: CVS commit: pkgsrc/net/ngrep
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/13/2004 13:50:05
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 13 13:50:05 UTC 2004
Modified Files:
pkgsrc/net/ngrep: Makefile distinfo
pkgsrc/net/ngrep/patches: patch-aa
Log Message:
Changes 1.42:
* rewrote the entire configure.in/config.h.in to autoconf 2.57
to be more consistent with normal autoconf'd programs.
corrects bugs around packaging impediments and typos.
* improved privilege dropping code and added more options to
configure to govern its behaviour
* added flag to turn off privilege revocation logic
* added multiline match as default and ability to enforce
previous default single-line match (bugfix + feature)
* added ability to read bpf filter expression from file
* added ability to force the column width to a certain size
* added two new output modes: ``byline'', whose output
respects embedded carriage returns (useful for http dumps),
and ``none'', which prints out each dump as a single line no
matter what.
* added ability to specify alternate nonprintable character
(default is ``.'').
* made ``-q'' effects more consistent and usable for scenarios
where ``-I'' and/or ``-O'' are being employed
* documentation updated
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/ngrep/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/ngrep/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/net/ngrep/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.