aboutsummaryrefslogtreecommitdiff
path: root/net/fail2ban/patches
Commit message (Collapse)AuthorAge
* fail2ban: patch CVE-2021-32749Michal Vasilek2021-09-16
| | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* fail2ban: fix package for fail2ban v0.11.2Kerma Gérald2021-09-07
fail2ban v0.11.2 package version 2 Following PR #15098, add fixes to build fail2ban package: - remove use of fail2ban-python (directly use python3 in script) - remove link to python3 in /usr/bin (break the package build) - remove python-tests (reduce the package size) Signed-off-by: Kerma Gérald <gandalf@gk2.net>