aboutsummaryrefslogtreecommitdiff
path: root/net/fail2ban/patches/010-python3.10_compat.patch
Commit message (Collapse)AuthorAge
* fail2ban: fix patch for python 3.10Michal Vasilek2022-06-20
| | | | | | | | | 89d5d2e091c8da10a1c963158a6de92b05079116 only patched importing MutableMapping from collections, but importing Mapping has to be patched too Closes: #18681 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* fail2ban: Python 10.0 compatibilityAlexander Ryzhov2021-12-16
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>