Subject: CVS commit: pkgsrc/net/snort
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 15:50:26
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Tue Sep 21 15:50:26 UTC 2004

Modified Files:
	pkgsrc/net/snort: Makefile.common PLIST distinfo
	pkgsrc/net/snort/patches: patch-ae

Log Message:
- Update snort to 2.2.0
- ok'ed snj@, wiz@
- Install database scripts which goes a part-way to addressing PR 18996

Updated database schema diagram from Chris Reid. Schema can be found in
./doc/snort_schema_v106.pdf
Added --include-pcre* configuration option to help cross compiling. Thanks
Erik de Castro Lopo.
Fixed thresholding/suppression issue with queuing multiple events per packet.
Thanks Andreas Ostling.
When a rebuilt stream causes an alert, log out the original packets instead of
the rebuilt packet. Thanks sekure@gmail.com for the report.
Turned off http_inspect alerts that were causing false positives in the preset
webserver profiles (Thanks Dan Roelker).
Turn off encoding alerts in HTTP parameter field. The parameter field is still
normalized, it just doesn't alert. This helps reduce alerts that are generated
from complex parameter queries (Thanks Dan Roelker).
Fixed memory leak in "fast" output. Thanks for your bug report
sekure@gmail.com.
Clear error code which under Windows was causing a subsequent false failure in
parsing threshold rules. (Thanks to Rich Adamson)

Further details can be found in Changelog and RELEASE.NOTES.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/net/snort/Makefile.common \
    pkgsrc/net/snort/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/net/snort/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/snort/patches/patch-ae

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