rpms/logwatch/devel logwatch-7.3.6-secure1.patch, NONE, 1.1 logwatch.spec, 1.76, 1.77

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Oct 10 13:44:23 UTC 2007


Author: varekova

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

Modified Files:
	logwatch.spec 
Added Files:
	logwatch-7.3.6-secure1.patch 
Log Message:
- add secure service patch


logwatch-7.3.6-secure1.patch:

--- NEW FILE logwatch-7.3.6-secure1.patch ---
diff -up logwatch-7.3.6/scripts/services/secure.pom logwatch-7.3.6/scripts/services/secure
--- logwatch-7.3.6/scripts/services/secure.pom	2007-10-10 14:35:11.000000000 +0200
+++ logwatch-7.3.6/scripts/services/secure	2007-10-10 15:33:22.000000000 +0200
@@ -213,7 +213,8 @@ while (defined($ThisLine = <STDIN>)) {
       ( $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/) 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+/) or # ssh script reads this log ) 
+      ( $ThisLine =~ /userhelper.*: running (.*) with context (.*)/)
    ) {
       # Ignore these entries
    } elsif ($ThisLine =~ /^spop3d/ || $ThisLine =~ /^pop\(\w+\)\[\d+\]:/) {


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- logwatch.spec	10 Oct 2007 12:46:54 -0000	1.76
+++ logwatch.spec	10 Oct 2007 13:43:51 -0000	1.77
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -23,6 +23,7 @@
 Patch17: logwatch-7.3.6-cron2.patch
 Patch18: logwatch-7.3.6-cron3.patch
 Patch19: logwatch-7.3.6-pam_unix2.patch
+Patch20: logwatch-7.3.6-secure1.patch
 
 Requires: textutils sh-utils grep mailx
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -53,6 +54,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 
@@ -165,6 +167,9 @@
 %doc License project/CHANGES 
 
 %changelog
+* Wed Oct 10 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-8
+- add secure service patch
+
 * Wed Oct 10 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-7
 - add cron service patch
 - add pam-unix service patch




More information about the fedora-extras-commits mailing list