The developers do not provide a changelog, the only comment I could find was on:
https://packetstormsecurity.com/files/167798/Logwatch-7.7.html
"Changes: Fixed bugs."
Running here on Core 169. No seen problems.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/logwatch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/logwatch b/lfs/logwatch index 5cd79843c..57a605ed5 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -24,7 +24,7 @@
include Config
-VER = 7.6 +VER = 7.7
THISAPP = logwatch-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = fd7f2a7c65151dbfbd924102b01ead00f92d74a59a417361b65be972368f7ed93810feefedf1ad9bba2de5ebbc74589c3fc0a8a484f19b5a9782c9799ffdf656 +$(DL_FILE)_BLAKE2 = 8978930fe844bde372f68038f295cc62ca61f1c2b10d18f545ddcc713cb72cd01520ff0ea0869f2dff96846431a6dd9a04da1bc79817ccb590b0235f96e934da
install : $(TARGET)