[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban/files: fail2ban-0.9.0-loglevel-int.patch fail2ban-0.9.0-python3-regex.patch fail2ban-0.9.0-empty-run-dir.patch

2014-12-05 Thread Jeroen Roovers (jer)
jer 14/12/05 15:32:55

  Removed:  fail2ban-0.9.0-loglevel-int.patch
fail2ban-0.9.0-python3-regex.patch
fail2ban-0.9.0-empty-run-dir.patch
  Log:
  Old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban/files: fail2ban-0.9.0-loglevel-int.patch

2014-08-22 Thread Jeroen Roovers (jer)
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  ChangesPath
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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.0-loglevel-int.patch?rev=1.1content-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]]