mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
fail2ban: update to 1.1.0.
This commit is contained in:
parent
f9ee76583c
commit
6c9ef11010
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fail2ban'
|
# Template file for 'fail2ban'
|
||||||
pkgname=fail2ban
|
pkgname=fail2ban
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
depends="python3-pyasynchat"
|
depends="python3-pyasynchat"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://www.fail2ban.org/"
|
homepage="https://www.fail2ban.org/"
|
||||||
changelog="https://raw.githubusercontent.com/fail2ban/fail2ban/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/fail2ban/fail2ban/master/ChangeLog"
|
||||||
distfiles="https://github.com/fail2ban/fail2ban/archive/${version}.tar.gz"
|
distfiles="https://github.com/fail2ban/fail2ban/archive/${version}.tar.gz"
|
||||||
checksum=ae8b0b41f27a7be12d40488789d6c258029b23a01168e3c0d347ee80b325ac23
|
checksum=474fcc25afdaf929c74329d1e4d24420caabeea1ef2e041a267ce19269570bae
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/fail2ban/fail2ban.conf
|
/etc/fail2ban/fail2ban.conf
|
||||||
/etc/fail2ban/jail.conf
|
/etc/fail2ban/jail.conf
|
||||||
|
@ -19,10 +19,6 @@ conf_files="
|
||||||
/etc/fail2ban/filter.d/*.conf"
|
/etc/fail2ban/filter.d/*.conf"
|
||||||
make_dirs="/var/lib/fail2ban 0700 root root"
|
make_dirs="/var/lib/fail2ban 0700 root root"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
./fail2ban-2to3
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/jail.conf.5
|
vman man/jail.conf.5
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue