./misc/logsurfer, Processes logfiles and performs certain actions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 1.8, Package name: logsurfer-1.8, Maintainer: pkgsrc-users

Logsurfer is a program that works on single textlines from a logfile
(or from standard input). It compares each line against regular
expressions of a set of "rules" and performs certain actions that are
defined for this match.


Master sites: (Expand)

SHA1: 8fb732b16f0a0725492d73dd099662eeff0b9362
RMD160: 1e3d10d018ce5ee7ee941601b6abbca8efd2ed3b
Filesize: 192.806 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-02 21:10:23 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3584 - requested by tez
misc/logsurfer: security update

Revisions pulled up:
- misc/logsurfer/Makefile                                       1.21
- misc/logsurfer/distinfo                                       1.7
- misc/logsurfer/patches/patch-ac                               1.1

---
   Module Name:    pkgsrc
   Committed By:   tez
   Date:           Fri Oct 28 17:13:26 UTC 2011

   Modified Files:
           pkgsrc/misc/logsurfer: Makefile distinfo
   Added Files:
           pkgsrc/misc/logsurfer/patches: patch-ac

   Log message:
   update to 1.8 resolves SA46389
   A bug fix and a couple of extra command-line options:

       Fixed double free() in exec.c/prepare_exec(), thanks to reports from
           Gregor Kopf of Recurity Labs, Jan Kohlrausch of DFN_CERT, and
           Wolfgang Ley
       Updated README & DISCLAIMER files removing DFN-CERT copyright
       Now just Logsurfer, not Logsurfer+ any more
       -D command line option for daemon mode. Warning: closes stdin, stdout,
           & stderr, therefore no error messages
       -F command line option to auto re-open log file