diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-01 18:02:25 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-01 18:09:49 +0300 |
commit | dc24d9430367984eb0508a5ca5a67572e4678542 (patch) | |
tree | 2129fee0b472e7cd8abe65331b8e19cae50b19f5 /UPDATING | |
parent | b0f1737fbd756fe31004fd485671f267b860adcc (diff) | |
download | freebsd-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-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |