Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit logwatch
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 12 Nov 2007 21:27:36 +0100
- Message-id: <20071112202736.58B48678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package logwatch
checked in at Mon Nov 12 21:27:36 CET 2007.
--------
--- logwatch/logwatch.changes 2006-11-23 15:07:17.000000000 +0100
+++ /mounts/work_src_done/NOARCH/logwatch/logwatch.changes 2007-11-12
15:37:40.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Nov 12 14:47:17 CET 2007 - pth@xxxxxxx
+
+- Patch iptables.conf to also monitor the SUSE firewall logs (#334167)
+- Update to 7.3.6:
+ - Fixed bug with --mailto not working with printing now enabled by default
+ - Fixed problem with the Samba filter
+ - New services bfd, zz-runtime, evtsystem, evtsecurity, and evtapplication.
+ - Default behavior is now to print output which means you will see the
+ report if you run it from the command-line and when run from cron it will
+ be emailed to you by the cron daemon. You can change this through config
+ or command-line options.
+ - Substantial Postfix improvements and other minor changes and fixes
+ - Numerous other filter improvements
+ - Added dpkg, pix, denyhosts, and php services
+
+-------------------------------------------------------------------
Old:
----
logwatch-7.3.1.tar.bz2
New:
----
logwatch-7.3.6.tar.bz2
logwatch-firewall.patch
logwatch-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ logwatch.spec ++++++
--- /var/tmp/diff_new_pack.PY6770/_old 2007-11-12 21:26:52.000000000 +0100
+++ /var/tmp/diff_new_pack.PY6770/_new 2007-11-12 21:26:52.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package logwatch (Version 7.3.1)
+# spec file for package logwatch (Version 7.3.6)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,14 +12,17 @@
Name: logwatch
Summary: Analyzes and Reports on system logs
-Version: 7.3.1
-Release: 2
+Version: 7.3.6
+Release: 1
License: X11/MIT
Group: System/Monitoring
-URL: http://www.logwatch.org
+Url: http://www.logwatch.org
BuildArch: noarch
Source0: logwatch-%{version}.tar.bz2
-Requires: perl,textutils,sh-utils,grep,mailx
+Source1: %{name}-rpmlintrc
+Patch0: logwatch-firewall.patch
+Requires: perl textutils sh-utils grep mailx
+BuildRequires: dos2unix
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -35,7 +38,9 @@
Kirk Bauer <kirk@xxxxxxxxxx>
%prep
-%setup
+%setup -q
+%patch
+dos2unix scripts/services/courier
%build
@@ -87,7 +92,7 @@
%files
%defattr(-,root,root)
-%doc README HOWTO-Customize-LogWatch
+%doc License project/CHANGES README HOWTO-Customize-LogWatch
%doc USEDFORBUILD.bz2
%dir %{_var}/cache/logwatch
%dir %{_sysconfdir}/logwatch
@@ -122,9 +127,20 @@
%{_sysconfdir}/cron.daily/0logwatch
%doc %{_mandir}/man8/logwatch.8*
%config(noreplace) %{_sysconfdir}/logwatch/conf/*.conf
-%doc License project/CHANGES project/TODO
-
-%changelog -n logwatch
+%changelog
+* Mon Nov 12 2007 - pth@xxxxxxx
+- Patch iptables.conf to also monitor the SUSE firewall logs (#334167)
+- Update to 7.3.6:
+ - Fixed bug with --mailto not working with printing now enabled by default
+ - Fixed problem with the Samba filter
+ - New services bfd, zz-runtime, evtsystem, evtsecurity, and evtapplication.
+ - Default behavior is now to print output which means you will see the
+ report if you run it from the command-line and when run from cron it will
+ be emailed to you by the cron daemon. You can change this through config
+ or command-line options.
+ - Substantial Postfix improvements and other minor changes and fixes
+ - Numerous other filter improvements
+ - Added dpkg, pix, denyhosts, and php services
* Thu Nov 23 2006 - mge@xxxxxxx
- check into autobuild
- update to 7.3.1
++++++ logwatch-7.3.1.tar.bz2 -> logwatch-7.3.6.tar.bz2 ++++++
++++ 13293 lines of diff (skipped)
++++++ logwatch-firewall.patch ++++++
--- conf/logfiles/iptables.conf
+++ conf/logfiles/iptables.conf
@@ -6,17 +6,21 @@
# This was written and is maintained by:
# Kirk Bauer <kirk@xxxxxxxxxx>
#
+# Modified for SLE and openSUSE by Philipp Thomas <pth@xxxxxxx>
+#
# Please send all comments, suggestions, bug reports,
# etc, to kirk@xxxxxxxxxxx
########################################################
# What actual file? Defaults to LogPath if not absolute path....
LogFile = ulogd/ulogd.syslogemu
+LogFile = firewall
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
#If you use a "-" in naming add that as well -mgt
Archive = ulogd/ulogd.syslogmenu.*
+Archive = firewall*
# Keep only the lines in the proper date range...
*ApplyStdDate
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |