[Pkg-logwatch-general] r59 - in trunk: debian patches

Willi Mann willi-guest at alioth.debian.org
Mon Dec 4 18:04:52 CET 2006


Author: willi-guest
Date: 2006-12-04 18:04:51 +0100 (Mon, 04 Dec 2006)
New Revision: 59

Modified:
   trunk/debian/changelog
   trunk/patches/11-fail2ban.diff
Log:
commit 7.3.1-5 to fix regression caused by fail2ban: It didn't filter by date
and would make logwatch suddenly unrelyable (only affecting fail2ban, but 
still a problem.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-11-28 20:50:06 UTC (rev 58)
+++ trunk/debian/changelog	2006-12-04 17:04:51 UTC (rev 59)
@@ -1,3 +1,11 @@
+logwatch (7.3.1-5) unstable; urgency=low
+
+  * Regression: fail2ban doesn't filter by date, thanks Yaroslav Halchenko
+    for notifying me. Also, the fail2ban.log.1 was missing from the Archives
+    definition. again closes: #399864
+
+ -- Willi Mann <willi at wm1.at>  Sun,  3 Dec 2006 11:38:45 +0100
+
 logwatch (7.3.1-4) unstable; urgency=low
 
   * fail2ban updated, (for new fail2ban upstream and the log filename was wrong)

Modified: trunk/patches/11-fail2ban.diff
===================================================================
--- trunk/patches/11-fail2ban.diff	2006-11-28 20:50:06 UTC (rev 58)
+++ trunk/patches/11-fail2ban.diff	2006-12-04 17:04:51 UTC (rev 59)
@@ -1,13 +1,20 @@
 diff -Naur logwatch-7.3.1.orig/conf/logfiles/fail2ban.conf logwatch-7.3.1/conf/logfiles/fail2ban.conf
 --- logwatch-7.3.1.orig/conf/logfiles/fail2ban.conf	2006-05-30 15:04:26.000000000 -0400
 +++ logwatch-7.3.1/conf/logfiles/fail2ban.conf	2006-11-21 12:58:35.000000000 -0500
-@@ -20,6 +20,7 @@
- Title = fail2ban-messages
+@@ -17,9 +17,12 @@
+ # Yes = True  = On  = 1
+ # No  = False = Off = 0
  
- # Which logfile group...
+-Title = fail2ban-messages
+ 
+-# Which logfile group...
++*ApplyEuroDate
++
++
 -LogFile = fail2ban
 +LogFile = fail2ban.log
  
++Archive = fail2ban.log.1
 +Archive = fail2ban.log.*.gz
  
 diff -Naur logwatch-7.3.1.orig/scripts/services/fail2ban logwatch-7.3.1/scripts/services/fail2ban




More information about the Pkg-logwatch-general mailing list