mirror of https://github.com/fail2ban/fail2ban
fixed description as ftpmaster required + fixed dependency on python-dev
parent
bc7318245b
commit
e965ab1504
|
@ -2,7 +2,7 @@ Source: fail2ban
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
||||||
Build-Depends-Indep: debhelper (>= 4.1.67), python, python2.3-dev, help2man
|
Build-Depends-Indep: debhelper (>= 4.1.67), python, python-dev, help2man
|
||||||
Standards-Version: 3.6.2
|
Standards-Version: 3.6.2
|
||||||
|
|
||||||
Package: fail2ban
|
Package: fail2ban
|
||||||
|
@ -14,7 +14,5 @@ Description: bans IPs that cause multiple authentication errors for ssh/apache
|
||||||
addresses by updating existing firewall rules. Currently, iptables,
|
addresses by updating existing firewall rules. Currently, iptables,
|
||||||
ipfwadm and ipfw are supported.
|
ipfwadm and ipfw are supported.
|
||||||
.
|
.
|
||||||
Fail2ban is written in python.
|
|
||||||
.
|
|
||||||
Homepage: http://www.sourceforge.net/projects/fail2ban
|
Homepage: http://www.sourceforge.net/projects/fail2ban
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue