29d33b2356
- [rulesets]: Remove successful/failure keyword from classification (use IDMEF completion). Analyzer class sanitization. - [nagios] Handle Nagios V2 log entry (fix #283). - [spamassassin] Fix incorrect AdditionalData assignement. - New Suhosin ruleset, by Sebastien Tricaud <toady@inl.fr> - Fix invalid logfile inconsistency alert that could be triggered in a rare case, after a renaming detection. Alert improvement. - On logfile inconsistency alert, do not re-analyze the whole file. - Remove the 1024 bytes per PCRE reference limit. - Minor bug fixes, build system cleanup.
13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-ad,v 1.2 2008/04/28 10:54:08 shannonjr Exp $
|
|
|
|
--- ./plugins/pcre/ruleset/Makefile.in.orig 2008-04-24 11:48:21.000000000 -0600
|
|
+++ ./plugins/pcre/ruleset/Makefile.in
|
|
@@ -535,7 +535,7 @@ ruleset_DATA = \
|
|
webmin.rules \
|
|
wu-ftp.rules
|
|
|
|
-rulesetdir = $(configdir)/ruleset
|
|
+rulesetdir = $(prefix)/share/examples/prelude-lml/ruleset
|
|
EXTRA_DIST = $(ruleset_DATA)
|
|
all: all-recursive
|
|
|