Handle more messages in /var/log/secure
This commit is contained in:
parent
2add3a29e5
commit
91e6d9252f
@ -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 <frank@crawford.emu.id.au> - 7.3.6-67.20110228svn46
|
||||
- Handle additional messages in /var/log/secure (rhbz#673760)
|
||||
|
||||
* Mon Feb 28 2011 Karel Klic <kklic@redhat.com> - 7.3.6-66.20110228svn46
|
||||
- Updated to the latest svn revision
|
||||
- Fixes CVE-2011-1018: Privilege escalation due improper sanitization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user