From 451d76418487e660d58fe5b5909125d6686b15ae Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Aug 11 2009 11:56:43 +0000 Subject: - parse a few unmatched entries in named script (#513853) --- diff --git a/logwatch-7.3.6-named5.patch b/logwatch-7.3.6-named5.patch new file mode 100644 index 0000000..99f3bba --- /dev/null +++ b/logwatch-7.3.6-named5.patch @@ -0,0 +1,19 @@ +diff -up logwatch-7.3.6/scripts/services/named.pom logwatch-7.3.6/scripts/services/named +--- logwatch-7.3.6/scripts/services/named.pom 2009-08-11 09:42:27.000000000 +0200 ++++ logwatch-7.3.6/scripts/services/named 2009-08-11 13:36:47.000000000 +0200 +@@ -183,7 +183,14 @@ while (defined($ThisLine = )) { + ($ThisLine =~ /.*: unexpected end of input/) or + ($ThisLine =~ /too many timeouts resolving '.*' .*: disabling EDNS/) or + ($ThisLine =~ /too many timeouts resolving '.*' .*: reducing the advertised EDNS UDP packet size to .* octets/) or +- ($ThisLine =~ /reloading zones succeeded/) ++ ($ThisLine =~ /reloading zones succeeded/) or ++ ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after disabling EDNS/) or ++ ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after reducing the advertised EDNS UDP packet size to 512 octets/) or ++ ($ThisLine =~ /the working directory is not writable/) or ++ ($ThisLine =~ /using default UDP\/IPv[46] port range: \[[0-9]*, [0-9]*\]/) or ++ ($ThisLine =~ /adjusted limit on open files from [0-9]* to [0-9]*/) or ++ ($ThisLine =~ /using up to [0-9]* sockets/) or ++ ($ThisLine =~ /built with/) + # too many timeouts resolving 'ns-ext.nrt1.isc.org/AAAA' (in '.'?): disabling EDNS: 3 Time(s) + ) { + # Don't care about these... diff --git a/logwatch.spec b/logwatch.spec index aa89d56..1894756 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.3.6 -Release: 47%{?dist} +Release: 48%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -53,6 +53,7 @@ Patch53: logwatch-7.3.6-sshd2.patch Patch54: logwatch-7.3.6-exim2.patch Patch55: logwatch-7.3.6-removeservice.patch Patch56: logwatch-7.3.6-cron_conf.patch +Patch57: logwatch-7.3.6-named5.patch Requires: textutils sh-utils grep mailx Requires: perl(Date::Manip) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -113,6 +114,7 @@ of the package on many systems. %patch54 -p1 %patch55 -p1 %patch56 -p1 +%patch57 -p1 rm -f scripts/services/*.orig %build @@ -236,10 +238,13 @@ rm -rf %{buildroot} %doc License project/CHANGES %changelog +* Tue Aug 11 2009 Ivana Varekova 7.3.6-48 +- parse a few unmatched entries in named script (#513853) + * Sat Jul 25 2009 Fedora Release Engineering - 7.3.6-47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Tue Jul 7 2009 Ivana Varekova 7.3.6-16 +* Tue Jul 7 2009 Ivana Varekova 7.3.6-46 - fix cron script * Thu Jul 2 2009 Ivana Varekova 7.3.6-45