View | Details | Raw Unified | Return to bug 221602 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/sshguard/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sshguard
4
PORTNAME=	sshguard
5
PORTVERSION=	2.4.1
5
PORTVERSION=	2.4.1
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	security
8
CATEGORIES=	security
8
MASTER_SITES=	SF/sshguard/sshguard/${PORTVERSION}
9
MASTER_SITES=	SF/sshguard/sshguard/${PORTVERSION}
(-)b/security/sshguard/files/patch-examples-sshguard.conf.sample (-1 / +1 lines)
Lines 25-31 Link Here
25
 # Colon-separated blacklist threshold and full path to blacklist file.
25
 # Colon-separated blacklist threshold and full path to blacklist file.
26
 # (optional, no default)
26
 # (optional, no default)
27
-#BLACKLIST_FILE=90:/var/lib/sshguard/enemies
27
-#BLACKLIST_FILE=90:/var/lib/sshguard/enemies
28
+#BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
28
+BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
29
 
29
 
30
 # IP addresses listed in the WHITELIST_FILE are considered to be
30
 # IP addresses listed in the WHITELIST_FILE are considered to be
31
 # friendlies and will never be blocked.
31
 # friendlies and will never be blocked.
(-)b/security/sshguard/files/sshguard.in (-2 / +1 lines)
Lines 63-69 Link Here
63
name=sshguard
63
name=sshguard
64
rcvar=sshguard_enable
64
rcvar=sshguard_enable
65
65
66
set_rcvar sshguard_blacklist "120:/var/db/sshguard/blacklist.db" "Blacklisting threshold and path to blacklist file (colon-separated)"
66
set_rcvar sshguard_blacklist "" "Blacklisting threshold and path to blacklist file (colon-separated)"
67
set_rcvar sshguard_danger_thresh "" "Attack threshold"
67
set_rcvar sshguard_danger_thresh "" "Attack threshold"
68
set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file"
68
set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file"
69
set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)"
69
set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)"
70
- 

Return to bug 221602