Subject: CVS commit: pkgsrc/net/snort
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 08/20/2007 20:28:18
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Mon Aug 20 20:28:18 UTC 2007

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

Log Message:
Update to 2.7.0.1
Fixed header files to avoid conflicts with system files on BSD for
IPv6 data structures.
Added code to prevent URI-related alerts from firing when the
body is being normalized.
Make Stream5 the default stream engine.
Add alert for multiple GRE encapsulations.
Added ability for Snort to track fragmented ICMPv6 to check for the
remote BSD exploit (Bugtraq ID 22901, CVE-2007-1365).
Code cleanup, change malloc/calloc to SnortAlloc, use safer functions
SnortSnprintf, SnortStrncpy, etc.  Check pointers before use.
Additional updates for bounds checking.

And many more . . . check the ChangeLog for all the details


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/net/snort/Makefile
cvs rdiff -r1.39 -r1.40 pkgsrc/net/snort/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/net/snort/patches/patch-aa

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