summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 18:02:25 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 18:09:49 +0300
commitdc24d9430367984eb0508a5ca5a67572e4678542 (patch)
tree2129fee0b472e7cd8abe65331b8e19cae50b19f5 /UPDATING
parentb0f1737fbd756fe31004fd485671f267b860adcc (diff)
downloadfreebsd-ports-dc24d9430367984eb0508a5ca5a67572e4678542.zip
security/sshguard: disable blacklisting by default
Blacklisting is now disabled by default to avoid overriding the setting in sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in sshguard.conf. PR: 221602 Reported by: bahlgren@beah.se Submitted by: kevinz5000@gmail.com
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 96f53b6a6761..6496e2b901b8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220401:
+ AFFECTS: security/sshguard
+ AUTHOR: kevinz5000@gmail.com
+
+ Blacklisting is now disabled by default to avoid overriding the setting in
+ sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in
+ sshguard.conf.
+
20220329:
AFFECTS: users of sysutils/screen
AUTHOR: cy@FreeBSD.org