Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 03/04/2003 03:02:27
Module Name:	pkgsrc
Committed By:	salo
Date:		Tue Mar  4 01:02:27 UTC 2003

Modified Files:
	pkgsrc/net/snort: Makefile.common PLIST distinfo
	pkgsrc/net/snort-pgsql: Makefile
Added Files:
	pkgsrc/net/snort: MESSAGE
	pkgsrc/net/snort/files: snort.sh
	pkgsrc/net/snort/patches: patch-ae
Removed Files:
	pkgsrc/net/snort: DEINSTALL

Log Message:
Updated to version 1.9.1.

This version fixes the buffer overflow issue noted in:

  http://www.kb.cert.org/vuls/id/916785

Changes:

 - follow PKG_SYSCONFDIR
 - added rc.d script
 - create own user and group
 - added MESSAGE with post-install instructions
 - removed DEINSTALL
 - minor cleanups (this package was really half-baked..)

1.9.1:
======
 - src/preprocessors/spp_rpc_decode.c (PreprocRpcDecode):
	- alignment errors on non-x86 platforms
	- added new space delimited options
	  alert_fragments
	  no_alert_multiple_requests
	  no_alert_large_fragments
	  no_alert_incomplete
 - corrected buffer overflow in fragment normalization
 - src/snort.c
	- Win32 '-s' parameter wasn't configured to accept an optarg,
	  but code expected one, causing null-pointer violation.
 - Backport of 2.0 fixes for stream4 ( off by one errors on reassembly )


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 pkgsrc/net/snort/DEINSTALL
cvs rdiff -r0 -r1.1 pkgsrc/net/snort/MESSAGE
cvs rdiff -r1.6 -r1.7 pkgsrc/net/snort/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/net/snort/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/net/snort/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/net/snort-pgsql/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/net/snort/files/snort.sh
cvs rdiff -r0 -r1.1 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.