From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logwatch: Update to 7.8 Date: Wed, 25 Jan 2023 18:10:39 +0100 Message-ID: <20230125171039.3641513-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6812057214495397855==" List-Id: --===============6812057214495397855== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- 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/logwa= tch 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 = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 7.7 +VER =3D 7.8 =20 THISAPP =3D logwatch-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 8978930fe844bde372f68038f295cc62ca61f1c2b10d18f545ddcc= 713cb72cd01520ff0ea0869f2dff96846431a6dd9a04da1bc79817ccb590b0235f96e934da +$(DL_FILE)_BLAKE2 =3D 35480a22077e43b70d15a00cc0a3a8297c1e57c465d6fffe7a9a68= a9b4fb14ef62c1d2bcae8a4ab2d70af16451b8f0b5dba8aec29beae1012501a118915edd92 =20 install : $(TARGET) =20 --=20 2.34.1 --===============6812057214495397855==--