diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2014-11-23 11:24:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-23 11:24:06 +0700 |
commit | 17796b6f581627cfa24ecd8957b855ea78d10291 (patch) | |
tree | 34e384f6e16bef2d7c0b86f6784f35d3f6f5deb1 /network/fail2ban/patches | |
parent | beca46f916514f86bec639bdbcf82b0a8901215f (diff) |
network/fail2ban: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/fail2ban/patches')
-rw-r--r-- | network/fail2ban/patches/fail2banreader-logwarning-fix.patch | 11 | ||||
-rw-r--r-- | network/fail2ban/patches/jail.conf.patch | 13 |
2 files changed, 10 insertions, 14 deletions
diff --git a/network/fail2ban/patches/fail2banreader-logwarning-fix.patch b/network/fail2ban/patches/fail2banreader-logwarning-fix.patch deleted file mode 100644 index a0a8547cc1e83..0000000000000 --- a/network/fail2ban/patches/fail2banreader-logwarning-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fail2banreader.py.orig 2014-09-27 23:40:05.512547198 -0500 -+++ fail2banreader.py 2014-09-27 23:41:27.294412338 -0500 -@@ -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]] diff --git a/network/fail2ban/patches/jail.conf.patch b/network/fail2ban/patches/jail.conf.patch index 31a358ac5d1cb..0071bf7fe226e 100644 --- a/network/fail2ban/patches/jail.conf.patch +++ b/network/fail2ban/patches/jail.conf.patch @@ -1,11 +1,18 @@ ---- jail.conf.new.orig 2014-04-17 22:24:50.833320465 -0500 -+++ jail.conf.new 2014-04-17 22:25:12.317055028 -0500 +--- jail.conf.new.orig 2014-11-01 18:05:39.298887793 -0500 ++++ jail.conf.new 2014-11-01 18:06:07.763868656 -0500 @@ -33,7 +33,7 @@ [INCLUDES] - #before = paths-disto.conf + #before = paths-distro.conf -before = paths-debian.conf +before = paths-slackware.conf # The DEFAULT allows a global definition of the options. They can be overridden # in each jail afterwards. +@@ -723,4 +723,4 @@ + [portsentry] + enabled = false + logpath = /var/lib/portsentry/portsentry.history +-maxretry = 1 +\ No newline at end of file ++maxretry = 1 |