Bug 266810 - [PATCH] security/py-fail2ban: Update to 1.0.1
Summary: [PATCH] security/py-fail2ban: Update to 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL: https://github.com/fail2ban/fail2ban/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-04 03:49 UTC by Cy Schubert
Modified: 2022-10-04 15:17 UTC (History)
1 user (show)

See Also:
theis: maintainer-feedback+


Attachments
Update fail2ban to 1.0.1 (17.38 KB, patch)
2022-10-04 03:49 UTC, Cy Schubert
cy: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert freebsd_committer freebsd_triage 2022-10-04 03:49:24 UTC
Created attachment 237064 [details]
Update fail2ban to 1.0.1

See https://github.com/fail2ban/fail2ban/releases for release notes.
Comment 1 Cy Schubert freebsd_committer freebsd_triage 2022-10-04 04:02:27 UTC
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.
Comment 2 theis 2022-10-04 05:50:00 UTC
Thanks!
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2022-10-04 06:59:36 UTC
Do you mind if I take on maintainership of this port? We're starting to use this at $JOB.
Comment 4 theis 2022-10-04 08:02:24 UTC
No objections.
Good luck :)
Comment 5 Cy Schubert freebsd_committer freebsd_triage 2022-10-04 13:23:49 UTC
Thanks. I plan on submitting additional patches upstream but will add them to the port first.
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-10-04 15:13:17 UTC
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(-)
Comment 7 Cy Schubert freebsd_committer freebsd_triage 2022-10-04 15:17:40 UTC
Thanks.

Added ippool action.