diff --git a/logwatch-7.3.4-secure.patch b/logwatch-7.3.4-secure.patch index 3834398..39b3bf8 100644 --- a/logwatch-7.3.4-secure.patch +++ b/logwatch-7.3.4-secure.patch @@ -7,7 +7,7 @@ - ( $ThisLine =~ /logfile turned over/) # newsyslog on OpenBSD + ( $ThisLine =~ /logfile turned over/) or # newsyslog on OpenBSD + ( $ThisLine =~ /Connection closed by/) or -+ ( $ThisLine =~ /sshd: Accepted \S+ for \S+ from [\d\.:a-f]+ port \d+/) # ssh script reads this log ++ ( $ThisLine =~ /sshd.*: Accepted \S+ for \S+ from [\d\.:a-f]+ port \d+/) # ssh script reads this log ) { # Ignore these entries } elsif ($ThisLine =~ /^spop3d/ || $ThisLine =~ /^pop\(\w+\)\[\d+\]:/) { diff --git a/logwatch.spec b/logwatch.spec index 42de956..653d49c 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.3.4 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -142,6 +142,9 @@ rm -rf %{buildroot} %doc License project/CHANGES %changelog +* Tue Apr 10 2007 Ivana Varekova 7.3.4-5 +- logwatch will ignore more useless secure logs + * Wed Apr 4 2007 Ivana Varekova 7.3.4-4 - Resolves 234875 logwatch warns about ntpd startup messages