Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 12:28:03 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369818 - in head/security/sshguard: . files
Message-ID:  <201410021228.s92CS3oP052591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021228.s92CS3oP052591>