rpms/logwatch/devel logwatch-7.3.6-named5.patch, NONE, 1.1 logwatch.spec, 1.117, 1.118

Ivana Varekova varekova at fedoraproject.org
Tue Aug 11 11:56:43 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6597

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/devel/logwatch.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -p -r1.117 -r1.118
--- logwatch.spec	25 Jul 2009 11:15:57 -0000	1.117
+++ logwatch.spec	11 Aug 2009 11:56:43 -0000	1.118
@@ -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 <varekova at redhat.com> 7.3.6-48
+- parse a few unmatched entries in named script (#513853)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.3.6-47
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Tue Jul  7 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-16
+* Tue Jul  7 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-46
 - fix cron script
 
 * Thu Jul  2 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-45




More information about the fedora-extras-commits mailing list