diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-29 12:01:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-29 12:01:13 +0800 |
commit | 31edd9bcbf59d38837d7450bcfdb479e06928d17 (patch) | |
tree | 6ff5c16b2ef46ad1fa21eb1f17b1a35aaec44093 /net/ngrep/distinfo | |
parent | 193d29008e58b1430d943a700f3e2f1268f66424 (diff) | |
download | freebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.tar.gz freebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.tar.zst freebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.zip |
Upgrade of net/ngrep to version 1.42
Changes for v1.42
o 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.
o improved privilege dropping code and added more options to
configure to govern its behaviour
o added flag to turn off privilege revocation logic
o added multiline match as default and ability to enforce
previous default single-line match (bugfix + feature)
o added ability to read bpf filter expression from file
o added ability to force the column width to a certain size
o 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.
o added ability to specify alternate nonprintable character
(default is ``.'').
o made ``-q'' effects more consistent and usable for scenarios
where ``-I'' and/or ``-O'' are being employed
o documentation updated
Diffstat (limited to 'net/ngrep/distinfo')
-rw-r--r-- | net/ngrep/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo index 2a2114403946..2cf894b501eb 100644 --- a/net/ngrep/distinfo +++ b/net/ngrep/distinfo @@ -1,2 +1,2 @@ -MD5 (ngrep-1.40.1.tar.gz) = 6bda40605febf490623a625202f2a605 -SIZE (ngrep-1.40.1.tar.gz) = 664663 +MD5 (ngrep-1.42.tar.bz2) = 35e821cfd888e9523a90fb7e5074a072 +SIZE (ngrep-1.42.tar.bz2) = 527699 |