mirror of https://github.com/fail2ban/fail2ban
- Update for release (0.6.2)
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_6@486 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6 0.6.2
parent
ed0f57dbad
commit
3ba3346dec
|
@ -4,10 +4,10 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.6.2) 2006/??/??
|
Fail2Ban (version 0.6.2) 2006/12/11
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
ver. 0.6.2 (2006/??/??) - ???
|
ver. 0.6.2 (2006/12/11) - stable
|
||||||
----------
|
----------
|
||||||
- Fixed UTF-8 log file parsing
|
- Fixed UTF-8 log file parsing
|
||||||
- Propagated patches introduced by Debian maintainer
|
- Propagated patches introduced by Debian maintainer
|
||||||
|
|
8
README
8
README
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.6.2) 2006/??/??
|
Fail2Ban (version 0.6.2) 2006/12/11
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
||||||
|
@ -116,6 +116,12 @@ options:
|
||||||
-v verbose. Use twice for greater effect
|
-v verbose. Use twice for greater effect
|
||||||
-V print software version
|
-V print software version
|
||||||
|
|
||||||
|
Please note that a vulnerability (CVE-2006-6302) affects
|
||||||
|
version < 0.6.2. Since 0.6.2, a named group "host" was added
|
||||||
|
to "failregex". This group must match the host address. Old
|
||||||
|
configuration files will still work but will generate a
|
||||||
|
warning. In this case, please update your configuration file.
|
||||||
|
|
||||||
Contact:
|
Contact:
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
@ -24,4 +24,4 @@ __date__ = "$Date$"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.6.1-SVN"
|
version = "0.6.2"
|
||||||
|
|
Loading…
Reference in New Issue