logwatch: Update to 7.4.3

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2017-04-04 12:45:12 +02:00
committed by Michael Tremer
parent 9d8574996e
commit 3fa1cb5f35
2 changed files with 7 additions and 8 deletions

View File

@@ -1,11 +1,6 @@
#etc/logwatch
etc/logwatch/conf
#etc/logwatch/logwatch.cron
#etc/logwatch/conf/ignore.conf
#etc/logwatch/conf/logfiles
#etc/logwatch/conf/logwatch.conf
#etc/logwatch/conf/override.conf
#etc/logwatch/conf/services
etc/logwatch/scripts
etc/logwatch/scripts/services
usr/sbin/logwatch
@@ -166,10 +161,12 @@ usr/share/logwatch/default.conf/services/scsi.conf
#usr/share/logwatch/default.conf/services/spamassassin.conf
usr/share/logwatch/default.conf/services/sshd.conf
usr/share/logwatch/default.conf/services/sshd2.conf
#usr/share/logwatch/default.conf/services/sssd.conf
#usr/share/logwatch/default.conf/services/stunnel.conf
usr/share/logwatch/default.conf/services/sudo.conf
#usr/share/logwatch/default.conf/services/syslog-ng.conf
usr/share/logwatch/default.conf/services/syslogd.conf
#usr/share/logwatch/default.conf/services/systemd.conf
#usr/share/logwatch/default.conf/services/tac_acc.conf
#usr/share/logwatch/default.conf/services/tivoli-smc.conf
#usr/share/logwatch/default.conf/services/up2date.conf
@@ -308,10 +305,12 @@ usr/share/logwatch/scripts/services/scsi
#usr/share/logwatch/scripts/services/spamassassin
usr/share/logwatch/scripts/services/sshd
usr/share/logwatch/scripts/services/sshd2
#usr/share/logwatch/scripts/services/sssd
#usr/share/logwatch/scripts/services/stunnel
usr/share/logwatch/scripts/services/sudo
#usr/share/logwatch/scripts/services/syslog-ng
usr/share/logwatch/scripts/services/syslogd
#usr/share/logwatch/scripts/services/systemd
#usr/share/logwatch/scripts/services/tac_acc
#usr/share/logwatch/scripts/services/tivoli-smc
#usr/share/logwatch/scripts/services/up2date

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2015 Michael Tremer & Christian Schmidt #
# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
VER = 7.4.1
VER = 7.4.3
THISAPP = logwatch-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a0c3d8721f877bdcd4a9089eb1b4691b
$(DL_FILE)_MD5 = 22bd22841caa45f12c605abc3e0c2b09
install : $(TARGET)