mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/fail2ban: Updated for version 0.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
14b0b718bd
commit
8cd6a5ace1
4 changed files with 6 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue