diff options
-rw-r--r-- | security/sshguard/Makefile | 7 | ||||
-rw-r--r-- | security/sshguard/distinfo | 5 | ||||
-rw-r--r-- | security/sshguard/files/patch-man_sshguard.8 | 27 |
3 files changed, 7 insertions, 32 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index e9b689d71356..778233c14cff 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= sshguard -PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTVERSION= 1.7.0 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} @@ -16,7 +16,8 @@ CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* sshguard-nul USES= autoreconf -PLIST_FILES= sbin/sshguard man/man8/sshguard.8.gz +PLIST_FILES= libexec/sshg-fw libexec/sshg-logtail libexec/sshg-parser \ + sbin/sshguard man/man8/sshguard.8.gz USE_RC_SUBR= sshguard MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" diff --git a/security/sshguard/distinfo b/security/sshguard/distinfo index d951fbd04bc0..ed9b7bb7da77 100644 --- a/security/sshguard/distinfo +++ b/security/sshguard/distinfo @@ -1,2 +1,3 @@ -SHA256 (sshguard-1.6.4.tar.gz) = 654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 -SIZE (sshguard-1.6.4.tar.gz) = 546934 +TIMESTAMP = 1472244532 +SHA256 (sshguard-1.7.0.tar.gz) = 5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 +SIZE (sshguard-1.7.0.tar.gz) = 769779 diff --git a/security/sshguard/files/patch-man_sshguard.8 b/security/sshguard/files/patch-man_sshguard.8 deleted file mode 100644 index d4dd54b45430..000000000000 --- a/security/sshguard/files/patch-man_sshguard.8 +++ /dev/null @@ -1,27 +0,0 @@ ---- man/sshguard.8.orig 2016-03-17 08:01:48 UTC -+++ man/sshguard.8 -@@ -84,7 +84,7 @@ at \fI\%http://www.sshguard.net/\fP\&. - .SH OPTIONS - .INDENT 0.0 - .TP --.B \fB\-a\fP \fIthresh\fP (default 40) -+.B \fB\-a\fP \fIthresh\fP (default 30) - Block an attacker when its dangerousness exceeds \fIthresh\fP\&. Each attack - pattern that is matched contributes a fixed dangerousness of 10. - .TP -@@ -112,13 +112,13 @@ monitor instead. \fBsshguard\fP transpar - using this option, standard input is ignored, but can be re\-added by - giving \(aq\fB\-l\fP \-\(aq. - .TP --.B \fB\-p\fP \fIinterval\fP (default 420 secs, or 7 minutes) -+.B \fB\-p\fP \fIinterval\fP (default 120 secs, or 2 minutes) - Wait at least \fIinterval\fP seconds before releasing a blocked address. - Repeat attackers are blocked for 1.5 times longer after each attack. - Because \fBsshguard\fP unblocks attackers only at infrequent intervals, - this parameter is inexact (actual blocks will be longer). - .TP --.B \fB\-s\fP \fIinterval\fP (default 1200 secs, or 20 minutes) -+.B \fB\-s\fP \fIinterval\fP (default 1800 secs, or 30 minutes) - Forget about an attacker \fIinterval\fP seconds after its last attempt. Its - dangerousness will be reset to zero. - .TP |