mirror of https://github.com/fail2ban/fail2ban
- Updated for 0.5.3
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@191 a942ae1a-1317-0410-a47c-b1dcaea8d6050.5
parent
830ac2001e
commit
d0c70e1535
|
@ -4,10 +4,10 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.?.?) 2005/08/??
|
Fail2Ban (version 0.5.3) 2005/09/08
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
ver. 0.?.? (2005/08/??) - ???
|
ver. 0.5.3 (2005/09/08) - beta
|
||||||
----------
|
----------
|
||||||
- Fixed a bug when overriding "maxfailures" or "bantime".
|
- Fixed a bug when overriding "maxfailures" or "bantime".
|
||||||
Thanks to Yaroslav Halchenko
|
Thanks to Yaroslav Halchenko
|
||||||
|
|
11
README
11
README
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.?.?) 2005/08/??
|
Fail2Ban (version 0.5.3) 2005/09/08
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
||||||
|
@ -58,15 +58,16 @@ Require: python-2.3 (http://www.python.org)
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
> tar xvfj fail2ban-0.?.?.tar.bz2
|
> tar xvfj fail2ban-0.5.3.tar.bz2
|
||||||
> cd fail2ban-0.?.?
|
> cd fail2ban-0.5.3
|
||||||
> python setup.py install
|
> python setup.py install
|
||||||
|
|
||||||
This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban
|
This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban
|
||||||
executable is placed into /usr/bin.
|
executable is placed into /usr/bin.
|
||||||
|
|
||||||
Gentoo: an ebuild is available on the website.
|
Gentoo: ebuilds are available on the website.
|
||||||
Debian: a package is available on the website.
|
Debian: Fail2Ban is in Debian unstable.
|
||||||
|
RedHat: packages are available on the website.
|
||||||
|
|
||||||
Fail2Ban should now be correctly installed. Just type:
|
Fail2Ban should now be correctly installed. Just type:
|
||||||
|
|
||||||
|
|
|
@ -24,4 +24,4 @@ __date__ = "$Date$"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.5.2-CVS"
|
version = "0.5.3"
|
||||||
|
|
Loading…
Reference in New Issue