From 33dd1733fb2519bb6440ff36976fd4bcdf8bfa30 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 19 Jan 2014 16:25:23 +1100 Subject: [PATCH 1/3] DOC: version and release date to 0.8.12 on 2014-01-22 --- ChangeLog | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba062873..273718ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ================================================================================ -Fail2Ban (version 0.8.12.dev) 2013/11/13 +Fail2Ban (version 0.8.12) 2014/01/22 ================================================================================ -ver. 0.8.12 (2014/01/XX) - things-can-only-get-better +ver. 0.8.12 (2014/01/22) - things-can-only-get-better ----------- - IMPORTANT incompatible changes: diff --git a/README.md b/README.md index 24ed11ff..b9b0cc60 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ / _|__ _(_) |_ ) |__ __ _ _ _ | _/ _` | | |/ /| '_ \/ _` | ' \ |_| \__,_|_|_/___|_.__/\__,_|_||_| - v0.8.11 2013/11/13 + v0.8.12 2014/01/22 ## Fail2Ban: ban hosts that cause multiple authentication errors @@ -30,8 +30,8 @@ Optional: To install, just do: - tar xvfj fail2ban-0.8.11.tar.bz2 - cd fail2ban-0.8.11 + tar xvfj fail2ban-0.8.12.tar.bz2 + cd fail2ban-0.8.12 python setup.py install This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are From 499b33f8a60b2f16e658bf98cdd0a7c3ff082476 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 22 Jan 2014 08:37:51 +1100 Subject: [PATCH 2/3] DOC: post release versioning --- ChangeLog | 11 ++++++++++- common/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 273718ca..5ec794fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,9 +4,18 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ================================================================================ -Fail2Ban (version 0.8.12) 2014/01/22 +Fail2Ban (version 0.8.12.dev) 2014/01/22 ================================================================================ +ver. 0.8.13 (2014/XX/XXX) - maintaince-only-from-now-on +----------- + +- Fixes: + +- New Features: + +- Enhancements: + ver. 0.8.12 (2014/01/22) - things-can-only-get-better ----------- diff --git a/common/version.py b/common/version.py index 871ecd04..f0ce8877 100644 --- a/common/version.py +++ b/common/version.py @@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko" __license__ = "GPL" -version = "0.8.12" +version = "0.8.12.dev" From ca574270802c4f2bac9a24a5ef71315c017570cb Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 23 Jan 2014 17:41:13 +1100 Subject: [PATCH 3/3] BF: firewallcmd-ipset had non-working actioncheck --- ChangeLog | 2 ++ THANKS | 1 + config/action.d/firewallcmd-ipset.conf | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ec794fe..a03b1858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ ver. 0.8.13 (2014/XX/XXX) - maintaince-only-from-now-on ----------- - Fixes: + - action firewallcmd-ipset had non-working actioncheck. Removed. + redhat bug #1046816. - New Features: diff --git a/THANKS b/THANKS index a5ef4fda..a1e2b92d 100644 --- a/THANKS +++ b/THANKS @@ -30,6 +30,7 @@ Daniel B. Cid Daniel B. Daniel Black David Nutter +Derek Atkins Eric Gerbier Enrico Labedzki ftoppi diff --git a/config/action.d/firewallcmd-ipset.conf b/config/action.d/firewallcmd-ipset.conf index 2c4a36f1..03e30c3c 100644 --- a/config/action.d/firewallcmd-ipset.conf +++ b/config/action.d/firewallcmd-ipset.conf @@ -25,8 +25,6 @@ actionstop = firewall-cmd --direct --remove-rule ipv4 filter 0 -p ipset destroy fail2ban- -actioncheck = firewall-cmd --direct --get-chains ipv4 filter | grep -q '^fail2ban-$' - actionban = ipset add fail2ban- timeout -exist actionunban = ipset del fail2ban- -exist