The developers do not provide a changelog, this time I couldn't even find a comment.
All I can say: Running her on Core 172. No seen problems.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/rootfiles/common/logwatch | 2 ++ lfs/logwatch | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/logwatch b/config/rootfiles/common/logwatch index 975ec40c1..2732215d5 100644 --- a/config/rootfiles/common/logwatch +++ b/config/rootfiles/common/logwatch @@ -95,6 +95,7 @@ usr/share/logwatch/default.conf/services/dhcpd.conf #usr/share/logwatch/default.conf/services/dnssec.conf #usr/share/logwatch/default.conf/services/dovecot.conf #usr/share/logwatch/default.conf/services/dpkg.conf +#usr/share/logwatch/default.conf/services/dropbear.conf #usr/share/logwatch/default.conf/services/emerge.conf #usr/share/logwatch/default.conf/services/evtapplication.conf #usr/share/logwatch/default.conf/services/evtmswindows.conf @@ -243,6 +244,7 @@ usr/share/logwatch/scripts/services/dialup #usr/share/logwatch/scripts/services/dnssec #usr/share/logwatch/scripts/services/dovecot #usr/share/logwatch/scripts/services/dpkg +#usr/share/logwatch/scripts/services/dropbear #usr/share/logwatch/scripts/services/emerge #usr/share/logwatch/scripts/services/evtapplication #usr/share/logwatch/scripts/services/evtmswindows diff --git a/lfs/logwatch b/lfs/logwatch index 57a605ed5..391315de4 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 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.7 +VER = 7.8
THISAPP = logwatch-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 8978930fe844bde372f68038f295cc62ca61f1c2b10d18f545ddcc713cb72cd01520ff0ea0869f2dff96846431a6dd9a04da1bc79817ccb590b0235f96e934da +$(DL_FILE)_BLAKE2 = 35480a22077e43b70d15a00cc0a3a8297c1e57c465d6fffe7a9a68a9b4fb14ef62c1d2bcae8a4ab2d70af16451b8f0b5dba8aec29beae1012501a118915edd92
install : $(TARGET)