Comment patches
This commit is contained in:
parent
758f90dacd
commit
569a2f59ed
@ -1,3 +1,7 @@
|
||||
Support rsyslog timestamps.
|
||||
|
||||
RH-Bugzilla: #583607
|
||||
|
||||
--- logwatch-svn110/scripts/shared/applystddate.orig 2011-06-25 19:21:13.000000000 +0200
|
||||
+++ logwatch-svn110/scripts/shared/applystddate 2012-08-29 10:44:05.355719191 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Update dovecot log parsing.
|
||||
|
||||
Author: Frank Crawford <frank@crawford.emu.id.au>
|
||||
Author: Karel Klic <kklic@redhat.com>
|
||||
RH-Bugzilla: #645962
|
||||
|
||||
Index: scripts/services/dovecot
|
||||
===================================================================
|
||||
--- scripts/services/dovecot (revision 85)
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
Don't use ApplyhttpDate in http-error. The error_log uses a different timestamp
|
||||
format than the access_log.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
Reported-by: Orion Poplawski <orion@cora.nwra.com>
|
||||
RH-Bugzilla: #881111
|
||||
|
||||
--- logwatch-svn110/conf/logfiles/http-error.conf 2012-12-04 08:25:17.116989626 +0100
|
||||
+++ logwatch-svn110/conf/logfiles/http-error.conf.orig 2012-12-04 08:24:10.000000000 +0100
|
||||
@@ -34,7 +34,4 @@
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Make the http script count .hdr files as archives.
|
||||
|
||||
RH-Bugzilla: #465212
|
||||
|
||||
diff -up logwatch-7.3/scripts/services/http.pom logwatch-7.3/scripts/services/http
|
||||
--- logwatch-7.3/scripts/services/http.pom 2006-02-28 22:13:00.000000000 -0500
|
||||
+++ logwatch-7.3/scripts/services/http 2009-10-26 07:27:51.000000000 -0400
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Removes an obsolete '--print' option and fixes a manpage typo.
|
||||
|
||||
RH-Bugzilla: #719061
|
||||
|
||||
--- logwatch-svn50/logwatch.8.orig 2012-01-04 11:55:14.133706342 +0100
|
||||
+++ logwatch-svn50/logwatch.8 2012-01-04 12:01:20.054997656 +0100
|
||||
@@ -43,7 +43,7 @@ Linux and many types of UNIX.
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Handle DNSSEC messages in named.
|
||||
|
||||
Author: Frank Crawford <frank@crawford.emu.id.au>
|
||||
RH-Bugzilla: #666394
|
||||
|
||||
diff -up logwatch-svn46/scripts/services/named.dnssec logwatch-svn46/scripts/services/named
|
||||
--- logwatch-svn46/scripts/services/named.dnssec 2011-03-28 13:54:24.212725223 +0200
|
||||
+++ logwatch-svn46/scripts/services/named 2011-03-28 14:08:21.044509429 +0200
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Add '--no-oldfiles-log' option that suppresses a warning about old files in the
|
||||
logwatch temporary directory.
|
||||
|
||||
Author: Ivana Varekova <varekova@redhat.com>
|
||||
RH-Bugzilla: #230974
|
||||
|
||||
--- logwatch-20110113/logwatch.8.orig 2010-05-01 04:32:20.000000000 +0200
|
||||
+++ logwatch-20110113/logwatch.8 2011-01-13 11:49:28.631589520 +0100
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
Update pam_unix parsing and support gdm-welcome process log messages.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #836183
|
||||
Author: Gilles Detillieux <grdetil@scrc.umanitoba.ca>
|
||||
RH-Bugzilla: #846725
|
||||
|
||||
--- logwatch-svn110-dist/scripts/services/pam_unix 2012-09-27 10:01:34.177205178 +0200
|
||||
+++ logwatch-svn110-new/scripts/services/pam_unix 2012-09-27 13:39:49.697365083 +0200
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Update Openswan parsing.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #799690
|
||||
|
||||
--- logwatch-svn110/scripts/services/pluto 2010-05-01 04:36:08.000000000 +0200
|
||||
+++ logwatch-svn110-new/scripts/services/pluto 2012-08-29 10:53:35.760260333 +0200
|
||||
@@ -76,6 +76,12 @@
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
RootkitHunter support.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #818926
|
||||
|
||||
Index: scripts/services/secure
|
||||
===================================================================
|
||||
--- scripts/services/secure (revision 110)
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
Fix misparsing of userhelper log entries for hddtemp that specify a device
|
||||
using a name that includes a slash (e.g. '/usr/sbin/hddtemp -n -q /dev/sda').
|
||||
Additional slashes after the process name confuse logwatch as it considers the
|
||||
last word behind the last slash the process' name.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #867290
|
||||
|
||||
--- logwatch-svn110/scripts/services/secure.orig 2012-10-18 11:13:33.000000000 +0200
|
||||
+++ logwatch-svn110/scripts/services/secure 2012-10-18 11:31:08.987571713 +0200
|
||||
@@ -843,8 +843,13 @@ if (keys %Executed_app) {
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Update syslog parsing of secure messages.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #836189
|
||||
|
||||
--- logwatch-svn110-dist/scripts/services/secure 2012-09-27 10:01:34.178205179 +0200
|
||||
+++ logwatch-svn110-new/scripts/services/secure 2012-09-27 10:38:06.128565662 +0200
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
Update smartd log parsing.
|
||||
|
||||
--- logwatch/scripts/services/smartd 2011-01-14 03:41:32.000000000 +1100
|
||||
+++ logwatch/scripts/services/smartd 2011-01-21 23:08:22.000000000 +1100
|
||||
@@ -116,7 +116,7 @@
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
Update sshd log parsing.
|
||||
|
||||
--- logwatch-svn50.dist/scripts/services/sshd 2011-01-07 09:16:39.000000000 +1100
|
||||
+++ logwatch-svn50/scripts/services/sshd 2011-04-30 23:30:48.000000000 +1000
|
||||
@@ -285,6 +285,7 @@
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Correctly apply time filter when parsing vsftpd log messages.
|
||||
|
||||
Author: Ivana Varekova <varekova@redhat.com>
|
||||
RH-Bugzilla: #217226
|
||||
|
||||
--- logwatch-7.3.1/scripts/logwatch.pl.pom 2006-09-16 06:04:14.000000000 +0200
|
||||
+++ logwatch-7.3.1/scripts/logwatch.pl 2006-11-29 13:16:22.000000000 +0100
|
||||
@@ -917,11 +917,16 @@
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Update ntpd log parsing.
|
||||
|
||||
RH-Bugzilla: #673756
|
||||
|
||||
Index: scripts/services/xntpd
|
||||
===================================================================
|
||||
--- scripts/services/xntpd (revision 85)
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Recognize Xen virtual console log messages in syslog.
|
||||
|
||||
Author: Jan Synacek <jsynacek@redhat.com>
|
||||
RH-Bugzilla: #595068
|
||||
|
||||
--- logwatch-svn110/scripts/services/secure.orig 2012-08-29 10:45:25.000000000 +0200
|
||||
+++ logwatch-svn110/scripts/services/secure 2012-08-29 10:47:51.228547898 +0200
|
||||
@@ -377,6 +377,8 @@
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.4.0
|
||||
Release: 19.20120619svn110%{?dist}
|
||||
Release: 20.20120619svn110%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -156,6 +156,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2012 Jan Synáček <jsynacek@redhat.com> - 7.4.0-20.20120619svn110
|
||||
- Comment patches
|
||||
|
||||
* Tue Dec 04 2012 Jan Synáček <jsynacek@redhat.com> - 7.4.0-19.20120619svn110
|
||||
- Don't use ApplyhttpDate (rhbz#881111)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user