fail2ban: update to version 0.11.2
This commit is contained in:
parent
cbf26d6aa9
commit
fca69cbce4
|
@ -1,21 +1,23 @@
|
||||||
# Template file for 'fail2ban'
|
# Template file for 'fail2ban'
|
||||||
pkgname=fail2ban
|
pkgname=fail2ban
|
||||||
version=0.11.1
|
version=0.11.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Authentication failure monitor system"
|
short_desc="Authentication failure monitor system"
|
||||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.fail2ban.org/"
|
homepage="https://www.fail2ban.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/fail2ban/fail2ban/master/ChangeLog"
|
||||||
checksum=71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d
|
distfiles="https://github.com/fail2ban/fail2ban/archive/${version}.tar.gz"
|
||||||
|
checksum=383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/fail2ban/fail2ban.conf
|
/etc/fail2ban/fail2ban.conf
|
||||||
/etc/fail2ban/jail.conf
|
/etc/fail2ban/jail.conf
|
||||||
/etc/fail2ban/action.d/*.conf
|
/etc/fail2ban/action.d/*.conf
|
||||||
/etc/fail2ban/filter.d/*.conf"
|
/etc/fail2ban/filter.d/*.conf"
|
||||||
|
make_dirs="/var/lib/fail2ban 0700 root root"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
./fail2ban-2to3
|
./fail2ban-2to3
|
||||||
|
|
Loading…
Reference in New Issue