- fix http exploit problem #181802

This commit is contained in:
Ivana Varekova 2006-02-20 08:42:37 +00:00
parent ecf9aa2e70
commit 6ae2300b6e

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program.
Name: logwatch
Version: 7.1
Release: 7
Release: 8
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -15,6 +15,7 @@ Patch7: logwatch-7.1-iptables.patch
Patch8: logwatch-7.1-audit.patch
Patch9: logwatch-7.1-http.patch
Patch10: logwatch-7.1-pam_unix.patch
Patch11: logwatch-7.1-http2.patch
Requires: textutils sh-utils grep mailx
BuildRoot: %{_tmppath}/logwatch-build
@ -37,6 +38,7 @@ of the package on many systems.
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%install
@ -138,6 +140,9 @@ rm -rf %{buildroot}
%doc License project/CHANGES project/TODO
%changelog
* Mon Feb 20 2006 Ivana Varekova <varekova@redhat.com> 7.1-8
- fix http exploit problem #181802
* Fri Jan 20 2006 Ivana Varekova <varekova@redhat.com> 7.1-7
- extended pam_unix patch (fix sshd service)