fail2ban: update to 0.10.4.

This commit is contained in:
maxice8 2018-10-09 08:58:28 -03:00 committed by maxice8
parent ac50562624
commit fb3bee560d
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'fail2ban' # Template file for 'fail2ban'
pkgname=fail2ban pkgname=fail2ban
version=0.10.3.1 version=0.10.4
revision=2 revision=1
noarch=yes
build_style=python3-module build_style=python3-module
hostmakedepends="pkg-config python3" hostmakedepends="pkg-config python3"
depends="python3" depends="python3"
@ -11,8 +12,7 @@ maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="http://www.fail2ban.org/" homepage="http://www.fail2ban.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=7ee3fd0e94d58c94298718b25e6bcfa96932712b7aa683580e162403f68d40c8 checksum=d6ca1bbc7e7944f7acb2ba7c1065953cd9837680bc4d175f30ed155c6a372449
noarch=yes
conf_files=" conf_files="
/etc/fail2ban/fail2ban.conf /etc/fail2ban/fail2ban.conf
/etc/fail2ban/jail.conf /etc/fail2ban/jail.conf
@ -22,6 +22,7 @@ conf_files="
pre_build() { pre_build() {
./fail2ban-2to3 ./fail2ban-2to3
} }
post_install() { post_install() {
vsv fail2ban vsv fail2ban
} }