Created attachment 237064 [details] Update fail2ban to 1.0.1 See https://github.com/fail2ban/fail2ban/releases for release notes.
BTW, I'm working on an additional patch I plan to submit upstream to support ipfilter's ippool instead of loading additional rules. ipfw also supports radix (similar to ipfilter's radix_ipf) and pf recently added radix support. After submitting ipfilter ippool (radix_ipf) patch to fail2ban it might be a good idea to submit the ipfw and pf versions as well. But this is a digression from this PR.
Thanks!
Do you mind if I take on maintainership of this port? We're starting to use this at $JOB.
No objections. Good luck :)
Thanks. I plan on submitting additional patches upstream but will add them to the port first.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=97829d274c538ecf69540c35025bb2edcb8393ca commit 97829d274c538ecf69540c35025bb2edcb8393ca Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-10-04 03:45:32 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-10-04 15:06:21 +0000 security/py-fail2ban: Update to 1.0.1 This major release of fail2ban includes many bugfixes and features. See https://github.com/fail2ban/fail2ban/releases for more information. Add comment about "build" being performed in post-patch. Assume maintainership. PR: 266810 Approved by: MAINTAINER (theis@gmx.at) security/py-fail2ban/Makefile | 7 +- security/py-fail2ban/distinfo | 6 +- .../py-fail2ban/files/patch-CVE-2021-32749 (gone) | 158 --------------------- .../files/patch-fail2ban_server_action.py (gone) | 30 ---- .../files/patch-fail2ban_server_actions.py (gone) | 28 ---- .../files/patch-fail2ban_server_jails.py (gone) | 28 ---- security/py-fail2ban/files/patch-setup.py (gone) | 26 ---- 7 files changed, 7 insertions(+), 276 deletions(-)
Thanks. Added ippool action.