Breaking changes:
- Upstream commit 24932b6 ("blocklistd: log the conf file line number with bad protocol errors") breaks database compatibility with the current version. An error will be displayed: Key size mismatch 296 != 288 It is recommended to remove the old database file (/var/db/blacklistd.db), a new and compatible database will be created when the service starts.
- Upstream commit ddf6d71 ("implement BLOCKLIST_BAD_USER as a "one-count" failure") introduced BLOCKLIST_BAD_USER with a one-count failure mechanism. BLOCKLIST_AUTH_FAIL was implemented with a two-count failure mechanism. Since we utilize BLOCKLIST_AUTH_FAIL, the number of failed attempts now doubles towards the maximum limit (nfails).
Take advantage of the renaming from blacklist to blocklist to introduce
these breaking changes.
Changes:
https://github.com/zoulasc/blocklist/compare/7093cd9...8aa81bf