parent
8dbe47aadb
commit
3d007cb133
1 changed files with 10 additions and 10 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'fail2ban'
|
||||
pkgname=fail2ban
|
||||
version=0.10.2
|
||||
version=0.10.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="pkg-config python"
|
||||
depends="python"
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3"
|
||||
depends="python3"
|
||||
short_desc="Authentication failure monitor system"
|
||||
pycompile_module="fail2ban"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.fail2ban.org/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=7ee3fd0e94d58c94298718b25e6bcfa96932712b7aa683580e162403f68d40c8
|
||||
noarch=yes
|
||||
conf_files="
|
||||
/etc/fail2ban/fail2ban.conf
|
||||
/etc/fail2ban/jail.conf
|
||||
/etc/fail2ban/action.d/*.conf
|
||||
/etc/fail2ban/filter.d/*.conf"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.fail2ban.org/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=1c1a969137c56f7e8b90e5f14d78b80214d34d67209787bfddc8d5804ceb29cc
|
||||
|
||||
post_install() {
|
||||
vsv fail2ban
|
||||
|
|
Loading…
Reference in a new issue