Subject: CVS commit: pkgsrc/security/prelude-manager
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 08/04/2007 09:31:18
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Sat Aug  4 09:31:18 UTC 2007

Modified Files:
	pkgsrc/security/prelude-manager: Makefile PLIST distinfo

Log Message:
Update to 0.9.9. Changes:
- Update configuration template, add documentation for Prelude
  generic TCP options.
- Implement modified patch from Pierre Chifflier <chifflier@inl.fr>
  to fix the example log path (fix #224).
- Move IDMEF message normalization in the scheduler, rather than
  doing it upon reception. This remove some load from the server
  and allow Prelude-Manager own IDMEF messages to go through the
  normalizer path.
- Implement heartbeat->analyzer normalization.
- Improve IPv4 / IPv6 address normalization.
  IPv4 mapped IPv6 addresses are now mapped back to IPv4.
  Additionally, the Normalize plugin now provide two additionals option:
   ipv6-only: Map any incoming IPv4 address to IPv6.
   keep-ipv4-mapped-ipv6: do not map IPv4 mapped IPv6 addresses back to IPv4.
- Make a difference between exceptional report plugin failure (example:
  a single message couldn't be processed) and "global" plugin failure
  (example: database server is down). We use a different failover for
  'exceptional' failure, so that we don't try to reinsert a bogus message
  (fix #247).
- Start of a Prelude-Manager manpages (#236).
- Various bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/security/prelude-manager/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/security/prelude-manager/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/security/prelude-manager/distinfo

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