jer         14/08/22 15:15:59

  Added:                fail2ban-0.9.0-loglevel-int.patch
  Log:
  Version bump. Add patch for loglevel expected to be an int (bug #520536 by 
Fabio Scaccabarozzi).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  
net-analyzer/fail2ban/files/fail2ban-0.9.0-loglevel-int.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.0-loglevel-int.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.0-loglevel-int.patch?rev=1.1&content-type=text/plain

Index: fail2ban-0.9.0-loglevel-int.patch
===================================================================
--- a/fail2ban/client/fail2banreader.py
+++ b/fail2ban/client/fail2banreader.py
@@ -45,7 +45,7 @@
                return ConfigReader.getOptions(self, "Definition", opts)
        
        def getOptions(self):
-               opts = [["int", "loglevel", "INFO" ],
+               opts = [["string", "loglevel", "INFO" ],
                                ["string", "logtarget", "STDERR"],
                                ["string", "dbfile", 
"/var/lib/fail2ban/fail2ban.sqlite3"],
                                ["int", "dbpurgeage", 86400]]




Reply via email to