|
|
|
@ -2,7 +2,7 @@ Source: fail2ban
|
|
|
|
|
Section: net
|
|
|
|
|
Priority: optional
|
|
|
|
|
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
|
|
|
|
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-pyinotify, dh-systemd
|
|
|
|
|
Build-Depends: debhelper (>= 9), python3, python3-pyinotify, dh-systemd
|
|
|
|
|
Homepage: http://www.fail2ban.org
|
|
|
|
|
Vcs-Git: git://github.com/fail2ban/fail2ban.git
|
|
|
|
|
Vcs-Browser: http://github.com/fail2ban/fail2ban
|
|
|
|
@ -11,9 +11,9 @@ Standards-Version: 3.9.4
|
|
|
|
|
|
|
|
|
|
Package: fail2ban
|
|
|
|
|
Architecture: all
|
|
|
|
|
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
|
|
|
|
Recommends: iptables, whois, python-pyinotify
|
|
|
|
|
Suggests: python-gamin, mailx, system-log-daemon, python-systemd
|
|
|
|
|
Depends: ${python3:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
|
|
|
|
Recommends: iptables, whois, python3-pyinotify
|
|
|
|
|
Suggests: mailx, system-log-daemon, python3-systemd
|
|
|
|
|
Description: ban hosts that cause multiple authentication errors
|
|
|
|
|
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
|
|
|
|
/var/log/apache/access.log) and temporarily or persistently bans
|
|
|
|
|