update to swatch 3.2.1
from Rui Reis <rui at rui.cx>
This commit is contained in:
parent
742e49d924
commit
e21a587859
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2006/05/05 11:30:46 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2007/03/25 13:01:35 steven Exp $
|
||||
|
||||
COMMENT= "simple log monitoring program"
|
||||
|
||||
DISTNAME= swatch-3.1.1
|
||||
DISTNAME= swatch-3.2.1
|
||||
CATEGORIES= security sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/} \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (swatch-3.1.1.tar.gz) = fe38cc8d073e692a7426693837c3749d
|
||||
RMD160 (swatch-3.1.1.tar.gz) = 9a65522006607bcd569dcebfeb46027fddff4c60
|
||||
SHA1 (swatch-3.1.1.tar.gz) = c8e4ccaf74bc63119662d685866b1ea2d2b8cea3
|
||||
SIZE (swatch-3.1.1.tar.gz) = 29568
|
||||
MD5 (swatch-3.2.1.tar.gz) = e55db93ef6250d684a56104fd03b8821
|
||||
RMD160 (swatch-3.2.1.tar.gz) = 7bbe75f6c6c6f08b60c6e77cdddfb96881d5ae4b
|
||||
SHA1 (swatch-3.2.1.tar.gz) = e3117104947a7f3ee26e26ea691f7942cbb8ec67
|
||||
SHA256 (swatch-3.2.1.tar.gz) = 9f05c0f051505d7eafd9170942129ebcec89521c68c1f0e349c43d01a89a9aeb
|
||||
SIZE (swatch-3.2.1.tar.gz) = 31039
|
||||
|
@ -1,10 +1,12 @@
|
||||
$OpenBSD: patch-swatch,v 1.4 2006/05/05 11:30:46 aanriot Exp $
|
||||
--- swatch.orig Wed May 3 06:39:14 2006
|
||||
+++ swatch Wed May 3 06:39:22 2006
|
||||
@@ -482,7 +482,7 @@ sub parse_command_line {
|
||||
$OpenBSD: patch-swatch,v 1.5 2007/03/25 13:01:35 steven Exp $
|
||||
--- swatch.orig Fri Jul 21 22:55:00 2006
|
||||
+++ swatch Sun Mar 25 14:59:31 2007
|
||||
@@ -148,7 +148,7 @@ sub parse_command_line {
|
||||
sub dprint {
|
||||
my $msg_lev = shift;
|
||||
my $msg = shift;
|
||||
- print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev & $opt_debug_level);
|
||||
+ print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev && $opt_debug_level);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/05/05 11:30:46 aanriot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/03/25 13:01:35 steven Exp $
|
||||
bin/swatch
|
||||
${P5SITE}/Swatch/
|
||||
${P5SITE}/Swatch/Actions.pm
|
||||
${P5SITE}/Swatch/Threshold.pm
|
||||
${P5SITE}/Swatch/Throttle.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Swatch/
|
||||
@ -9,4 +10,5 @@ ${P5SITE}/auto/Swatch/Actions/
|
||||
${P5SITE}/auto/Swatch/Actions/autosplit.ix
|
||||
@man man/man1/swatch.1
|
||||
@man man/man3p/Swatch::Actions.3p
|
||||
@man man/man3p/Swatch::Threshold.3p
|
||||
@man man/man3p/Swatch::Throttle.3p
|
||||
|
Loading…
Reference in New Issue
Block a user