network/fail2ban: Updated for version 0.9.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2017-06-21 08:26:17 +01:00 committed by David Spencer
parent d6b833b30d
commit 24e163abc4
5 changed files with 12 additions and 8 deletions

View file

@ -1,5 +1,5 @@
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes
too many password failures. It updates firewall rules to reject the
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.

View file

@ -60,3 +60,7 @@ Upgraded to version 0.9.3
upgraded to version 0.9.4
7/17/2016
upgraded to version 0.9.5
2/5/2017
upgraded to version 0.9.6
5/20/2017
upgraded to version 0.9.7

View file

@ -3,7 +3,7 @@
# Slackware Package Build Script for fail2ban
# Git Hub: https://github.com/fail2ban/fail2ban/
# Copyright (c) 2008-2016, Nishant Limbachia, Hoffman Estates, IL, USA
# Copyright (c) 2008-2017, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# All rights reserved.
@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="fail2ban"
VERSION=${VERSION:-0.9.5}
VERSION=${VERSION:-0.9.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,7 +83,7 @@ install -D -m 0644 $CWD/rc.fail2ban $PKG/etc/rc.d/rc.fail2ban.new
install -D -m 0644 $CWD/config/paths-slackware.conf $PKG/etc/fail2ban/paths-slackware.conf.new
# remove non-slackware specific stuff
rm -f $PKG/etc/fail2ban/paths-{debian,fedora,freebsd,osx}.conf.new
rm -f $PKG/etc/fail2ban/paths-{debian,fedora,freebsd,osx,opensuse}.conf.new
# install logrotate script
install -D -m 0644 files/fail2ban-logrotate $PKG/etc/logrotate.d/fail2ban.new

View file

@ -1,8 +1,8 @@
PRGNAM="fail2ban"
VERSION="0.9.5"
VERSION="0.9.7"
HOMEPAGE="https://github.com/fail2ban/fail2ban/"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.9.5/fail2ban-0.9.5.tar.gz"
MD5SUM="1b59fc84a40b790e3f959257d64ab313"
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.9.7/fail2ban-0.9.7.tar.gz"
MD5SUM="5e9deaea5237382940d5d58f22ca607a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

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