Hi!

Please consider logwatch 5.2.2-6 for sarge. The changes are minimal and attached.

thanks
Willi
diff -u logwatch-5.2.2/debian/changelog logwatch-5.2.2/debian/changelog
--- logwatch-5.2.2/debian/changelog
+++ logwatch-5.2.2/debian/changelog
@@ -1,3 +1,12 @@
+logwatch (5.2.2-6) unstable; urgency=high
+
+  * services/http: 
+    - Support .html.language-ext html files. (closes: #303345, thanks to 
+      Klaus Ethgen <[EMAIL PROTECTED]> for the report and the fix)
+    - Add support for "/sqwebmail". 
+
+ -- Willi Mann <[EMAIL PROTECTED]>  Sat, 23 Apr 2005 13:24:23 +0200
+
 logwatch (5.2.2-5) unstable; urgency=high
 
   * Accept more chars in usernames in services/sudo script (closes: #302132, 
only in patch2:
unchanged:
--- logwatch-5.2.2.orig/scripts/services/http
+++ logwatch-5.2.2/scripts/services/http
@@ -108,7 +108,9 @@
 my $image_types =    '(\.bmp|\.cdr|\.emz|\.gif|\.ico|\.jpeg|\.jpg|\.png|\.sxd|\.tif|\.tiff|\.wbmp|\.wmf|\.wmz|\.xdm)';
 my $content_types =  '(';
    $content_types =  $content_types.'\/server-status|\/server-info';
+   $content_types =  $content_types.'|\/sqwebmail.*';
    $content_types =  $content_types.'|\.htm|\.html|\.jhtml|\.phtml|\.shtml|\/';
+   $content_types =  $content_types.'|\.html\.[a-z]{2,3}(_[A-Z]{2,3})?';
    $content_types =  $content_types.'|\.inc|\.php|\.php3|\.asp|\.pl|\.wml|\/';
    $content_types =  $content_types.'|\.css|\.js|\.cgi|\/';
    $content_types =  $content_types.'|\.fla|\.swf|\/';

Reply via email to