wok-6.x rev 20908
updated fail2ban (0.10.0 -> 0.10.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 27 17:47:48 2019 +0100 (2019-02-27) |
parents | 3978bd77efff |
children | f32496b1aee4 |
files | fail2ban/receipt |
line diff
1.1 --- a/fail2ban/receipt Wed Feb 27 11:01:41 2019 +0100 1.2 +++ b/fail2ban/receipt Wed Feb 27 17:47:48 2019 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fail2ban" 1.7 -VERSION="0.10.0" 1.8 +VERSION="0.10.4" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Scans log files to bans IP that makes too many password failures." 1.11 +TAGS="monitor network" 1.12 +SHORT_DESC="Scans log files to ban IPs that make too many password failures." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page" 1.19 -WGET_URL="https://github.com/fail2ban/fail2ban/archive/$VERSION.tar.gz" 1.20 -TAGS="monitor network" 1.21 -CONFIG_FILES="/etc/fail2ban" 1.22 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" 1.23 1.24 DEPENDS="iptables" 1.25 -BUILD_DEPENDS="python wget" 1.26 +BUILD_DEPENDS="python" 1.27 +CONFIG_FILES="/etc/fail2ban" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules()