Dodana ovisnost o ipcalc i carnet-tools-cn, popravak postinsta
[fail2ban-cn.git] / debian / control
1 Source: fail2ban-cn
2 Section: net
3 Priority: optional
4 Maintainer: Ivan Rako <Ivan.Rako@CARNET.hr>
5 Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
6 Build-Depends: debhelper (>= 10)
7 Standards-Version: 3.9.8
8
9 Package: fail2ban-cn
10 Architecture: all
11 Depends: ${misc:Depends}, carnet-tools-cn, ipcalc, fail2ban (>= 0.10.2), gamin (>= 0.1.10-4.1), python-gamin (>= 0.1.10-4.1)
12 Description: bans IPs that cause multiple authentication errors
13  Fail2ban monitors log files (e.g. /var/log/auth.log,
14  /var/log/apache/access.log) and temporarily or persistently bans
15  failure-prone addresses by updating existing firewall rules.  Fail2ban
16  allows easy specification of different actions to be taken such as to
17  ban an IP using iptables or hostsdeny rules, or simply to send a
18  notification email.
19  .
20  By default, it comes with filter expressions for various services
21  (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
22  easily extended for monitoring any other text file.  All filters and
23  actions are given in the config files, thus fail2ban can be adopted
24  to be used with a variety of files and firewalls.
25  .
26  This metapackage brings CARNET-related configuration.