diff options
author | obache <obache> | 2006-12-07 12:51:36 +0000 |
---|---|---|
committer | obache <obache> | 2006-12-07 12:51:36 +0000 |
commit | bc6171b2b587fb2449fa3eb3c24c6311726f9f4d (patch) | |
tree | 9c487deaf72dc2e303f01925551c34a9cb52535c /misc/logsurfer/distinfo | |
parent | 7acb983b8286899e5adc822b5aff6493ca312d9d (diff) | |
download | pkgsrc-bc6171b2b587fb2449fa3eb3c24c6311726f9f4d.tar.gz |
Update logsurfer to 1.6.2(1.6b), requested in PR 33892.
ChangeLog:
Version 1.6b (logsurfer+)
+ fixed -t option in getopts()
Version 1.6a (logsurfer+)
Kerry Thompson kerry_at_crypt.gen.nz:
+ corrected off-by-one in min_lines checking
+ added min_lines context arg to logsurfer.conf man page
Version 1.6 (logsurfer+)
Kerry Thompson kerry_at_crypt.gen.nz:
+ added an optional parameter at the end of context definition
(just before action) specifying the minimum number of lines
collected which needs to be satisfied before performing action
+ added -t option to explicity timeout contexts when exiting
default=off so contexts don't all trigger when we shut down
+ only add lines to a context if the context has an action of
'pipe' or 'report'. In other words, don't store lines in
memory which won't ever be used. The number of matching
lines in the context is still incremented. This allows contexts
to be created which can notify if we _don't_ see an event, such
as regular "syslog pings" from hosts.
Diffstat (limited to 'misc/logsurfer/distinfo')
-rw-r--r-- | misc/logsurfer/distinfo | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/logsurfer/distinfo b/misc/logsurfer/distinfo index fbcc3d738ac..1c44be92e81 100644 --- a/misc/logsurfer/distinfo +++ b/misc/logsurfer/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 11:02:55 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/12/07 12:51:36 obache Exp $ SHA1 (logsurfer-1.5b.tar.gz) = a0c0f7e81278fb1bf4dd6bfd1c36b980c65aa1f4 RMD160 (logsurfer-1.5b.tar.gz) = db1b5d63573a228465561e5f76c773ff527e602a Size (logsurfer-1.5b.tar.gz) = 193000 bytes +SHA1 (logsurfer-15b-16b.patch) = 7077def1e45b8b27cb76df3504a4b497ff80cb46 +RMD160 (logsurfer-15b-16b.patch) = 66744f87ab1cea8f5a267108c943fd36ae4797ed +Size (logsurfer-15b-16b.patch) = 9697 bytes SHA1 (patch-aa) = 4c4f4e2f8093d38b08c5a119e9c84ba32b7a7648 -SHA1 (patch-ab) = 65289a445b062fabee11064d00aa8bb44caf89c8 +SHA1 (patch-ab) = e1cabe243a690d9166dc8e0d5ac4861b37e1e980 |