Subject: CVS commit: pkgsrc/net/ngrep
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/25/2005 09:23:41
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Feb 25 09:23:41 UTC 2005

Modified Files:
	pkgsrc/net/ngrep: Makefile distinfo
	pkgsrc/net/ngrep/patches: patch-aa patch-ab
Removed Files:
	pkgsrc/net/ngrep/patches: patch-ac

Log Message:
Changes 1.43:
* healed the win32 code fork: ngrep now builds from the same
  source tree for all platforms including Windows
* re-wrote the privilege revocation logic after problems were
  reported with the SPC version, and removed non-root
  drop_privs capability altogether
* fix off-by-one bug which caused ngrep to exit 1 packet early
  when ``-A'' as invoked
* Fixed problematic configtest for old broken-redhat-glibc UDP header
* ngrep now sets a pcap filter "ip" by default, if one is not specified
* header offset fix to 802.11 processing
* support IGMP and Raw (unknown IP protocol) type packets
* support for latest versions of libpcap (0.8.3) and winpcap (3.1 beta 4)
* updated configure to autoconf 2.59, and config.guess and
  config.sub to latest versions
* updated PCRE from 3.4 to 5.0
* and various minor changes and updates to improve ngrep


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/net/ngrep/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/ngrep/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/net/ngrep/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/net/ngrep/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/net/ngrep/patches/patch-ac

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