cvs commit: ports/security/prelude-manager Makefile distinfo ports/security/prelude-manager/files pkg-deinstall.in pkg-install.in

Cheng-Lung Sung clsung at FreeBSD.org
Tue Aug 14 23:48:36 PDT 2007


clsung      2007-08-15 06:48:36 UTC

  FreeBSD ports repository

  Modified files:
    security/prelude-manager Makefile distinfo 
  Added files:
    security/prelude-manager/files pkg-deinstall.in pkg-install.in 
  Log:
  - Update to 0.9.9
  - Fix error when changing ownership of spool directory
  
  Changelog prelude-manager 0.9.9:
  - Update configuration template, add documentation for Prelude
    generic TCP options.
  - Implement modified patch from Pierre Chifflier <chifflier at 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.
  
  PR:             ports/115233
  Submitted by:   maintainer (Robin Gruyters)
  
  Revision  Changes    Path
  1.46      +13 -3     ports/security/prelude-manager/Makefile
  1.19      +3 -3      ports/security/prelude-manager/distinfo
  1.1       +17 -0     ports/security/prelude-manager/files/pkg-deinstall.in (new)
  1.1       +74 -0     ports/security/prelude-manager/files/pkg-install.in (new)


More information about the cvs-all mailing list