rpms/logwatch/F-11 logwatch-7.3.6-named5.patch, NONE, 1.1 logwatch.spec, 1.113, 1.114

Ivana Varekova varekova at fedoraproject.org
Tue Aug 11 12:47:55 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18064

Modified Files:
	logwatch.spec 
Added Files:
	logwatch-7.3.6-named5.patch 
Log Message:
 - parse a few unmatched entries in named script (#513853)


logwatch-7.3.6-named5.patch:
 named |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

--- NEW FILE logwatch-7.3.6-named5.patch ---
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 = <STDIN>)) {
       ($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...


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/F-11/logwatch.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- logwatch.spec	15 Jun 2009 09:18:21 -0000	1.113
+++ logwatch.spec	11 Aug 2009 12:47:55 -0000	1.114
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 43%{?dist}
+Release: 44%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -52,6 +52,7 @@ Patch52: logwatch-7.3.6-smartd.patch
 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-named5.patch
 Requires: textutils sh-utils grep mailx
 Requires: perl(Date::Manip)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -111,6 +112,7 @@ of the package on many systems.
 %patch53 -p1
 %patch54 -p1
 %patch55 -p1
+%patch56 -p1
 rm -f scripts/services/*.orig
 
 %build
@@ -222,6 +224,9 @@ rm -rf %{buildroot}
 %doc License project/CHANGES 
 
 %changelog
+* Tue Aug 11 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-44
+- parse a few unmatched entries in named script (#513853)
+
 * Mon Jun 15 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-43
 - fix removeservice script - to decrease the number of.
   perl instances running simultaneously




More information about the fedora-extras-commits mailing list