Subject: CVS commit: pkgsrc/net/libnids
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/23/2005 17:06:34
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Mar 23 17:06:34 UTC 2005

Modified Files:
	pkgsrc/net/libnids: Makefile distinfo
Removed Files:
	pkgsrc/net/libnids/patches: patch-aa

Log Message:
Update to 1.20:

v1.20 Feb 4 2005
- added wscale option parsing; surprisingly, it seems to be in some use
- added nids_dispatch(), for systems which do not ignore pcap timeout
- ability to specify hosts/networks for which we do not check checksums

v1.19 Aug 08 2004
- fixed signed/unsigned comparisons; 1.18 could be possibly crashed in tcp
  options parsing (though an unlikely to happen memory layout is required);
  now the source is compiled with -W -Wall
- export pcap header of the last received packet (to get timestamp etc)
- export the timeout parameter to pcap_open_live in params
- support DLT_PRISM_HEADER
- support DLT_PPP_SERIAL
- let through dataless acks
- fixed raw_init() prototype
- switched to use %edi instead of %ebx in csum_partial to make gcc-3.5 happy
  when compiling with -fPIC; cleaned inline asm
- fixed a bug when a queued FIN segment was not processed properly, which
  resulted in not closing a stream


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/net/libnids/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/net/libnids/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/net/libnids/patches/patch-aa

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