pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/logsurfer Update to Logsurfer+ 1.7. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c05c413ea9ba
branches:  trunk
changeset: 553248:c05c413ea9ba
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jan 18 11:01:56 2009 +0000

description:
Update to Logsurfer+ 1.7.  Changes:

* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.

diffstat:

 misc/logsurfer/Makefile |  18 +++++++-----------
 misc/logsurfer/distinfo |  11 ++++-------
 2 files changed, 11 insertions(+), 18 deletions(-)

diffs (56 lines):

diff -r e16454d7e2ce -r c05c413ea9ba misc/logsurfer/Makefile
--- a/misc/logsurfer/Makefile   Sun Jan 18 10:22:47 2009 +0000
+++ b/misc/logsurfer/Makefile   Sun Jan 18 11:01:56 2009 +0000
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.18 2007/03/24 19:21:28 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/01/18 11:01:56 shattered Exp $
 
-DISTNAME=      logsurfer-1.5b
-PKGNAME=       logsurfer-1.6.2
+DISTNAME=      logsurfer+-1.7
+PKGNAME=       logsurfer-1.7
 CATEGORIES=    misc
-MASTER_SITES=  ftp://ftp.dfn-cert.de/pub/tools/audit/logsurfer/
-
-PATCH_SITES=   http://www.crypt.gen.nz/logsurfer/
-PATCHFILES=    logsurfer-15b-16b.patch
+MASTER_SITES=  http://kerryt.orcon.net.nz/ \
+               http://www.crypt.gen.nz/logsurfer/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.dfn-cert.de/eng/logsurf/
+HOMEPAGE=      http://www.crypt.gen.nz/logsurfer/
 COMMENT=       Processes logfiles and performs certain actions
 
-PATCH_DIST_STRIP.logsurfer-15b-16b.patch=      -p2
-
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --with-etcdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
@@ -25,7 +21,7 @@
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 ${EGDIR}
 
 post-install:
-       ${MKDIR} ${EGDIR}
+       mkdir ${EGDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/contrib/start-mail/start-mail ${EGDIR}/start-mail
 
 .include "../../mk/bsd.pkg.mk"
diff -r e16454d7e2ce -r c05c413ea9ba misc/logsurfer/distinfo
--- a/misc/logsurfer/distinfo   Sun Jan 18 10:22:47 2009 +0000
+++ b/misc/logsurfer/distinfo   Sun Jan 18 11:01:56 2009 +0000
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/12/07 12:51:36 obache Exp $
+$NetBSD: distinfo,v 1.6 2009/01/18 11:01:56 shattered 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 (logsurfer+-1.7.tar.gz) = 9fe9b2356c34fe691a8b0c66514d8cbe3c3b33fa
+RMD160 (logsurfer+-1.7.tar.gz) = ad68651d5b87e0bba76871cd5f30ed94d861513b
+Size (logsurfer+-1.7.tar.gz) = 198289 bytes
 SHA1 (patch-aa) = 4c4f4e2f8093d38b08c5a119e9c84ba32b7a7648
 SHA1 (patch-ab) = e1cabe243a690d9166dc8e0d5ac4861b37e1e980



Home | Main Index | Thread Index | Old Index