From 91e6d9252fb3909761a1e577ec30fda4ac68a361 Mon Sep 17 00:00:00 2001 From: Frank Crawford Date: Sun, 6 Mar 2011 23:51:36 +1100 Subject: [PATCH] Handle more messages in /var/log/secure --- logwatch.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/logwatch.spec b/logwatch.spec index 5cede2e..82f30c0 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.3.6 -Release: 66.20110228svn46%{?dist} +Release: 67.20110228svn46%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -19,6 +19,8 @@ Patch1: logwatch-oldfiles.patch # older version by upstream due to licensing issues. Some parts are # solved by upstream. #Patch2: logwatch-postfix.patch +# Fixes not yet in upstream for /var/log/secure (rhbz#673760) +Patch3: logwatch-secure.patch Requires: textutils sh-utils grep mailx Requires: perl(Date::Manip) BuildArchitectures: noarch @@ -33,6 +35,7 @@ of the package on many systems. %setup -q -n logwatch-svn46 %patch0 -p1 %patch1 -p1 +%patch3 -p1 rm -f scripts/services/*.orig %build @@ -127,6 +130,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %doc LICENSE %changelog +* Sun Mar 6 2011 Karel Klic - 7.3.6-67.20110228svn46 +- Handle additional messages in /var/log/secure (rhbz#673760) + * Mon Feb 28 2011 Karel Klic - 7.3.6-66.20110228svn46 - Updated to the latest svn revision - Fixes CVE-2011-1018: Privilege escalation due improper sanitization