Up to [cvs.NetBSD.org] / pkgsrc / misc / logsurfer
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 3 17:04:23 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
HEAD
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
misc: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:11 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Follow some http redirects.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:18 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.22: +3 -3
lines
Diff to previous 1.22 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 8 09:57:29 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.21: +1 -3
lines
Diff to previous 1.21 (colored)
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Revision 1.20.14.1 / (download) - annotate - [select for diffs], Wed Nov 2 20:10:23 2011 UTC (11 years, 10 months ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
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
Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 28 17:13:26 2011 UTC (11 years, 10 months ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
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
Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 4 17:25:25 2010 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Branch point for: pkgsrc-2011Q3
Changes since 1.19: +6 -3
lines
Diff to previous 1.19 (colored)
DESTDIR support
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 18 11:01:56 2009 UTC (14 years, 8 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.18: +7 -11
lines
Diff to previous 1.18 (colored)
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.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 24 19:21:28 2007 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Prepare for switching to NO_MTREE=yes.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:22 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.16: +11 -3
lines
Diff to previous 1.16 (colored)
pkglint cleanup; update HOMEPAGE/MASTER_SITES. From Sergey Svishchev in private mail.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 7 12:51:36 2006 UTC (16 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.15: +11 -3
lines
Diff to previous 1.15 (colored)
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.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:11 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 16 05:28:12 2005 UTC (18 years, 1 month ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
New homepage.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 17 21:49:27 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 01:18:11 2003 UTC (20 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 5 06:11:30 2002 UTC (20 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.10: +4 -5
lines
Diff to previous 1.10 (colored)
Update "logsurfer" to version 1.5.2 (1.5b). Changes since version 1.5: - Corrected off-by-one heap overflow and uninitialized pointer - Corrected minor bug in context timeouts
Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 17 18:09:13 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 2 17:29:05 2000 UTC (23 years, 1 month ago) by cjones
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.8: +4 -8
lines
Diff to previous 1.8 (colored)
Updated logsurfer to 1.5.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:14 1998 UTC (25 years, 1 month ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-3-PATCH003,
comdex-fall-1999
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
The Grand Homepagification: - New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 22 12:52:33 1998 UTC (25 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +1 -3
lines
Diff to previous 1.6 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:36 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.5: +2 -7
lines
Diff to previous 1.5 (colored)
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. Remove redundant (and sometimes erroneous) comments.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 4 20:41:05 1998 UTC (25 years, 7 months ago) by frueauf
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Fix the first two URLs, fixes pr pkg/4936 from Scott Reynolds.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 21:14:06 1998 UTC (25 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
portlint: fix RCS ID, remove unneeded backslash at EOL
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 22 07:45:47 1997 UTC (25 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 27 00:26:48 1997 UTC (25 years, 11 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
put config-files in ${PREFIX}, add MANCOMPRESSED, MAN1, MAN4
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Oct 11 21:54:30 1997 UTC (25 years, 11 months ago) by hubertf
Branch: FREEBSD
CVS Tags: Makefile,
FreeBSD-current-1997-09-25
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import as of 09/25/97
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 11 21:54:30 1997 UTC (25 years, 11 months ago) by hubertf
Branch: MAIN
Initial revision