mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
9d8574996e
commit
3fa1cb5f35
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user