Changelog prelude-lml:
- Ability to use regular expressions in plugins.rules to define
monitored sources, this can be very useful when combined to file
globing.
- [SPEEDUP] When the "*" keyword is used, the data is passed to the
upper layer without trying to match anything.
- Fix NULL pointer dereference when a rule reference an existing,
but empty context (fix#226).
- Remove deprecated use of prelude_client_print_setup_error(),
directly handled via prelude_perror().
- Make the log parser more robust.
PR: 112835
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Changelog prelude-lml-0.9.8.1:
- Compile and run under OS X.
- Various portability fixes.
PR: ports/107011
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Prelude-LML Changes:
- Fix a bug where some rules marked silent would trigger an alert.
- Load Sonicwall and Spamassassin ruleset by default.
- Fix rule syntax problem in Sonicwall ruleset.
- Fix rule indexing problem in Squid ruleset.
- Postfix rule consistency fix.
PR: ports/100063
Submitted by: maintainer (Robin Gruyters)
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
when the Prelude project releases a new version
PR: ports/93710
Submitted by: Robin Gruyters (maintainer)
Approved by: portmgr (krion)
- Move log metadata dir from ${PREFIX}/etc/prelude-lml/metadata to
/var/spool/prelude-lml (upstream changed to ${PREFIX}/var/lib/prelude-lml,
use slightly modified location to better adhere to hier(7))
Prompted by: edwin's script