rpms/logwatch/devel logwatch-7.3.6-named2.patch, NONE, 1.1 logwatch-7.3.6-secure.patch, 1.1, 1.2 logwatch.spec, 1.70, 1.71

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Mon Jun 4 12:03:56 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18719

Modified Files:
	logwatch-7.3.6-secure.patch logwatch.spec 
Added Files:
	logwatch-7.3.6-named2.patch 
Log Message:
- fix secure script
- Resolves: #242201
  fix named service



logwatch-7.3.6-named2.patch:

--- NEW FILE logwatch-7.3.6-named2.patch ---
--- logwatch-7.3.6/scripts/services/named.pom	2007-06-04 13:46:17.000000000 +0200
+++ logwatch-7.3.6/scripts/services/named	2007-06-04 13:58:11.000000000 +0200
@@ -171,7 +171,8 @@
       ($ThisLine =~ /isc_log_open 'named.run' failed: permission denied/) or 
       ($ThisLine =~ /weak RSASHA1 \(5\) key found \(exponent=3\)/) or 
       ($ThisLine =~ /Bad file descriptor/) or 
-      ($ThisLine =~ /open: .*: file not found/)
+      ($ThisLine =~ /open: .*: file not found/) or
+      ($ThisLine =~ /queries: client [0-9.#:]* view localhost_resolver: query: .* IN .*/)
    ) {
       # Don't care about these...
    } elsif (

logwatch-7.3.6-secure.patch:

Index: logwatch-7.3.6-secure.patch
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch-7.3.6-secure.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logwatch-7.3.6-secure.patch	22 May 2007 11:08:15 -0000	1.1
+++ logwatch-7.3.6-secure.patch	4 Jun 2007 12:03:46 -0000	1.2
@@ -1,9 +1,11 @@
 --- logwatch-7.3.6/scripts/services/secure.pom	2007-04-29 01:56:32.000000000 +0200
-+++ logwatch-7.3.6/scripts/services/secure	2007-05-22 12:38:48.000000000 +0200
-@@ -213,6 +213,7 @@
++++ logwatch-7.3.6/scripts/services/secure	2007-06-04 13:38:42.000000000 +0200
+@@ -212,7 +212,8 @@
+       ( $ThisLine =~ /PAM pam_get_item: nowhere to place requested item/) or
        ( $ThisLine =~ /pam_succeed_if\(.*:.*\): error retrieving information about user [a-zA-Z]*/ ) or
        ( $ThisLine =~ /logfile turned over/) or # newsyslog on OpenBSD
-       ( $ThisLine =~ /Connection closed by/)
+-      ( $ThisLine =~ /Connection closed by/)
++      ( $ThisLine =~ /Connection closed by/) or
 +      ( $ThisLine =~ /sshd.*: Accepted \S+ for \S+ from [\d\.:a-f]+ port \d+/) # ssh script reads this log 
     ) {
        # Ignore these entries


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- logwatch.spec	22 May 2007 11:08:15 -0000	1.70
+++ logwatch.spec	4 Jun 2007 12:03:46 -0000	1.71
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -14,6 +14,7 @@
 Patch6: logwatch-7.3.4-sshd.patch
 Patch9: logwatch-7.3.4-sshd3.patch
 Patch10: logwatch-7.3.4-named.patch
+Patch11: logwatch-7.3.6-named2.patch
 
 Requires: textutils sh-utils grep mailx
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,6 +36,7 @@
 %patch6 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 
@@ -147,6 +149,11 @@
 %doc License project/CHANGES 
 
 %changelog
+* Mon Jun  4 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-2
+- fix secure script
+- Resolves: #242201
+  fix named service
+
 * Tue May 22 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-1
 - update to 7.3.6
 




More information about the fedora-extras-commits mailing list