wok diff fail2ban/receipt @ rev 21659

updated parcellite (0.9.3 -> 1.2.1)
author Hans-G?nter Theisgen
date Fri May 31 17:29:36 2019 +0100 (2019-05-31)
parents d8d9abb5377f
children 5ea0ce1cecc0
line diff
     1.1 --- a/fail2ban/receipt	Sat Sep 16 18:27:52 2017 +0200
     1.2 +++ b/fail2ban/receipt	Fri May 31 17:29:36 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()