blob: 0c5ff9bfce3a34878e3ea40e2d7aea34da2eae05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = fail2ban-git
pkgdesc = Bans IPs after too many failed authentication attempts (git version)
pkgver = 0.10.4.r327.g1e59d53b
pkgrel = 1
url = http://www.fail2ban.org/
arch = any
license = GPL
checkdepends = python-coverage
makedepends = python-setuptools
makedepends = git
depends = python-pyinotify
depends = whois
depends = sqlite
depends = python-systemd
optdepends = iptables
optdepends = nftables
provides = fail2ban
conflicts = fail2ban
backup = etc/fail2ban/fail2ban.conf
backup = etc/fail2ban/jail.conf
backup = etc/logrotate.d/fail2ban
source = fail2ban-git::git+https://github.com/fail2ban/fail2ban.git
sha256sums = SKIP
pkgname = fail2ban-git
|