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

Collapse All | Expand All

(-)b/UPDATING (+8 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20210922:
9
  AFFECTS: security/sshguard
10
  AUTHOR: kevinz5000@gmail.com
11
12
  Blacklisting is now disabled by default to avoid overriding the setting in
13
  sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in
14
  sshguard.conf.
15
8
20210912:
16
20210912:
9
  AFFECTS: x11-wm/cage, x11-wm/hikari, x11-wm/labwc, x11-wm/sway, x11-wm/wayfire
17
  AFFECTS: x11-wm/cage, x11-wm/hikari, x11-wm/labwc, x11-wm/sway, x11-wm/wayfire
10
  AUTHOR: jbeich@FreeBSD.org
18
  AUTHOR: jbeich@FreeBSD.org
(-)b/security/sshguard/files/sshguard.in (-2 / +1 lines)
Lines 60-66 Link Here
60
name=sshguard
60
name=sshguard
61
rcvar=sshguard_enable
61
rcvar=sshguard_enable
62
62
63
set_rcvar sshguard_blacklist "120:/var/db/sshguard/blacklist.db" "Blacklisting threshold and path to blacklist file (colon-separated)"
63
set_rcvar sshguard_blacklist "" "Blacklisting threshold and path to blacklist file (colon-separated)"
64
set_rcvar sshguard_danger_thresh "" "Attack threshold"
64
set_rcvar sshguard_danger_thresh "" "Attack threshold"
65
set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file"
65
set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file"
66
set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)"
66
set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)"
67
- 

Return to bug 221602