diff options
author | wiz <wiz> | 2005-03-23 17:06:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-23 17:06:33 +0000 |
commit | bfce92f2d33e08735cde1ebe9e78eeb5e7494903 (patch) | |
tree | 9323a246c15cacd530e4c1f055cb553304d52123 /net/libnids/Makefile | |
parent | a550f26fbed1d3112f3342b02c1bb3acd4e5e98b (diff) | |
download | pkgsrc-bfce92f2d33e08735cde1ebe9e78eeb5e7494903.tar.gz |
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
Diffstat (limited to 'net/libnids/Makefile')
-rw-r--r-- | net/libnids/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 3d5babbd9b0..a003c8591b7 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/02/05 16:11:47 adrianp Exp $ -# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/23 17:06:33 wiz Exp $ # -DISTNAME= libnids-1.18 -PKGREVISION= 2 +DISTNAME= libnids-1.20 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/} |