Subject: CVS commit: pkgsrc/net
From: Lubomir Sedlacik
Date: 2003-03-04 02:02:27
Message id: 20030304010227.7BE26B004@cvs.netbsd.org

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 )

Files:
RevisionActionfile
1.7modifypkgsrc/net/snort/Makefile.common
1.8modifypkgsrc/net/snort/PLIST
1.14modifypkgsrc/net/snort/distinfo
1.1addpkgsrc/net/snort/MESSAGE
1.1addpkgsrc/net/snort/files/snort.sh
1.1addpkgsrc/net/snort/patches/patch-ae
1.1removepkgsrc/net/snort/DEINSTALL