Subject: CVS commit: pkgsrc/net/snort
To: None <pkgsrc-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: pkgsrc-changes
Date: 11/28/2001 15:44:52
Module Name:	pkgsrc
Committed By:	kleink
Date:		Wed Nov 28 13:44:52 UTC 2001

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

Log Message:
Update snort to 1.8.2; changes since 1.8.1 include:

            * fixed UTC timestamps
            * fixed SIGUSR1 handling, should reset properly now after getting
              a signal
            * fixed PID path generation code, PID files go in the right place
	      now
            * fixed stability problems in stream4
            * fixed stability problems in frag2
            * tweaks to spo_unified for better integration with barnyard
            * added -f switch to turn off fflush() calls in binary logging mode
            * added new config keyword to stream4, "log_flushed_streams", which
              causes all buffered packets in the stream reassembler for that
              session to be logged in the event of an event on that stream
	      (must be used in conjunction with spo_log_tcpdump)
            * added packet precacheing for flexresp TCP packets, responses
              should be generated more quickly
            * fixed rules parser code for various failure modes
            * several new rules files and a new classification system


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/net/snort/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/net/snort/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/net/snort/distinfo
cvs rdiff -r1.4 -r1.5 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.