svn commit: r369818 - in head/security/sshguard: . files
Mark Felder
feld at FreeBSD.org
Thu Oct 2 12:28:04 UTC 2014
Author: feld
Date: Thu Oct 2 12:28:02 2014
New Revision: 369818
URL: https://svnweb.freebsd.org/changeset/ports/369818
QAT: https://qat.redports.org/buildarchive/r369818/
Log:
The default pardon and prescribe settings in the rc script were swapped
and did not match the documentation. Users should tune to their needs
instead of relying on the defaults, but if they are this will be an
improvement.
Submitted by: John Vinopal
Modified:
head/security/sshguard/Makefile
head/security/sshguard/files/sshguard.in
Modified: head/security/sshguard/Makefile
==============================================================================
--- head/security/sshguard/Makefile Thu Oct 2 12:25:39 2014 (r369817)
+++ head/security/sshguard/Makefile Thu Oct 2 12:28:02 2014 (r369818)
@@ -3,7 +3,7 @@
PORTNAME= sshguard
PORTVERSION= 1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF/sshguard/sshguard/sshguard-${PORTVERSION}
Modified: head/security/sshguard/files/sshguard.in
==============================================================================
--- head/security/sshguard/files/sshguard.in Thu Oct 2 12:25:39 2014 (r369817)
+++ head/security/sshguard/files/sshguard.in Thu Oct 2 12:28:02 2014 (r369818)
@@ -49,10 +49,10 @@
# by default.
# sshguard_safety_thresh (int): Safety threshold. Set to "40" by default.
# sshguard_pardon_min_interval (int):
-# Minimum pardon interval. Set to "1200"
+# Minimum pardon interval. Set to "420"
# by default.
# sshguard_prescribe_interval (int):
-# Prescribe interval. Set to "420" by
+# Prescribe interval. Set to "1200" by
# default.
# sshguard_whitelistfile (str): Path to the whitelist.
# Set to "%%PREFIX%%/etc/sshguard.whitelist"
@@ -69,8 +69,8 @@ load_rc_config sshguard
: ${sshguard_enable:=NO}
: ${sshguard_blacklist=40:/var/db/sshguard/blacklist.db}
: ${sshguard_safety_thresh=40}
-: ${sshguard_pardon_min_interval=1200}
-: ${sshguard_prescribe_interval=420}
+: ${sshguard_pardon_min_interval=420}
+: ${sshguard_prescribe_interval=1200}
: ${sshguard_whitelistfile="%%PREFIX%%/etc/sshguard.whitelist"}
: ${sshguard_watch_logs=/var/log/auth.log:/var/log/maillog}
More information about the svn-ports-all
mailing list