network/fail2ban: Updated for version 0.10.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2018-10-27 06:13:51 +07:00 committed by Willy Sudiarto Raharjo
parent 14b0b718bd
commit 8cd6a5ace1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 6 additions and 11 deletions

View file

@ -3,9 +3,4 @@ too many password failures. It updates firewall rules to reject the
IP address. These rules can be defined by the user. Fail2Ban can read
multiple log files such as sshd, Apache web server, postfix and others.
To install the bash completion script, pass BASH_COMPLETION=yes to the
SlackBuild, for example
BASH_COMPLETION=yes ./fail2ban.SlackBuild
See README.SBo for configuration and upgrade help.

View file

@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="fail2ban"
VERSION=${VERSION:-0.10.3.1}
VERSION=${VERSION:-0.10.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -111,8 +111,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# building package
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="fail2ban"
VERSION="0.10.3.1"
VERSION="0.10.4"
HOMEPAGE="https://github.com/fail2ban/fail2ban/"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.10.3.1/fail2ban-0.10.3.1.tar.gz"
MD5SUM="d47e854378cf0458ddcdc5786768d226"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.10.4/fail2ban-0.10.4.tar.gz"
MD5SUM="5df67c74c14e6da26df8e798deefca13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2008-2017, Nishant Limbachia, Hoffman Estates, IL, USA
# Copyright (c) 2008-2018, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# /etc/rc.d/rc.fail2ban
#