fail2ban/debian/control

34 lines
1.3 KiB
Plaintext
Raw Normal View History

Source: fail2ban
Section: net
Priority: optional
2005-07-07 01:52:07 +00:00
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5.4-1~)
Build-Depends-Indep: python-central (>= 0.5.6)
XS-Python-Version: current, >= 2.4
Homepage: http://www.fail2ban.org
2008-07-17 15:21:51 +00:00
Vcs-Browser: http://git.onerussian.com/?p=deb/fail2ban.git
2009-07-09 04:00:26 +00:00
Vcs-git: git://git.onerussian.com/deb/fail2ban.git
Standards-Version: 3.9.1
Package: fail2ban
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
Recommends: iptables, whois
Suggests: python-gamin, mailx
XB-Python-Version: ${python:Versions}
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
failure-prone addresses by updating existing firewall rules. Fail2ban allows
easy specification of different actions to be taken such as to ban an
IP using iptables or hostsdeny rules, or simply to send a
notification email.
.
By default, it comes with filter expressions for various services
(sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
easily extended for monitoring any other text file. All filters and
actions are given in the config files, thus fail2ban can be adopted
to be used with a variety of files and firewalls.