wok diff fail2ban/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents a37c7611aef1
children f5ce1a9c6ca5
line diff
     1.1 --- a/fail2ban/receipt	Fri Sep 15 21:48:12 2017 +0200
     1.2 +++ b/fail2ban/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fail2ban"
     1.7 -VERSION="0.9.0"
     1.8 +VERSION="0.10.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Scans log files to bans IP that makes too many password failures."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page"
    1.15 -WGET_URL="https://codeload.github.com/$PACKAGE/$PACKAGE/tar.gz/$VERSION"
    1.16 +WGET_URL="https://github.com/fail2ban/fail2ban/archive/$VERSION.tar.gz"
    1.17  TAGS="monitor network"
    1.18  CONFIG_FILES="/etc/fail2ban"
    1.19  
    1.20 @@ -26,7 +26,6 @@
    1.21  {
    1.22  	mkdir -p $fs/etc/logrotate.d $fs/etc/init.d
    1.23  	cp -a $install/* $fs
    1.24 -	sed -i 's/= \\s\*/= \\s*\\S+\\s\*/'  $fs/etc/fail2ban/filter.d/common.conf
    1.25  	sed -i -e 's|127.0.0.1.*|& 192.168.0.0/16|;s|sshd.log|messages|' \
    1.26  		-e '/ssh-iptables/{nn;s/false/true/}' $fs/etc/fail2ban/jail.conf
    1.27