aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-08-27 05:07:15 +0800
committerfeld <feld@FreeBSD.org>2016-08-27 05:07:15 +0800
commitab55677de0e0054722d1d663a7017d390def3a75 (patch)
tree813a839f7810228e543311d205f1b2f70163c155 /security
parente98191c786eb45787fc20f61511f581f145f7e3d (diff)
downloadfreebsd-ports-gnome-ab55677de0e0054722d1d663a7017d390def3a75.tar.gz
freebsd-ports-gnome-ab55677de0e0054722d1d663a7017d390def3a75.tar.zst
freebsd-ports-gnome-ab55677de0e0054722d1d663a7017d390def3a75.zip
security/sshguard: Update to 1.7.0
Changelog: Added Add sshg-logtail Add sshg-parser Control firewall using sshg-fw Match "no matching key exchange method" for SSH Deprecated Hosts backend is deprecated Logsuck (-l option) is deprecated, use sshg-logtail instead Process validation (-f option) is deprecated Removed Remove external hooks (-e option) Remove support for genfilt and ipfilter backends Fixed Accept socklog messages without a timestamp Fix excessive logging causing endless looping in logsuck Fix undefined assignment of initial inode number Note on deprecation: Deprecated features will be removed in the next non-bugfix release. If you would like to nominate a feature to be un-deprecated, contact the project mailing list.
Diffstat (limited to 'security')
-rw-r--r--security/sshguard/Makefile7
-rw-r--r--security/sshguard/distinfo5
-rw-r--r--security/sshguard/files/patch-man_sshguard.827
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