This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 0167befa0a83baa7d774ae0a93db5d05608c310e (commit) via cd9fc42d96888d5d95c4edc6ef7a01269e79b805 (commit) from 67345f56657db75e6ec6c0ea1ba21c3bc03acaef (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0167befa0a83baa7d774ae0a93db5d05608c310e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 26 17:44:08 2020 +0000
core143: add logwatch
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit cd9fc42d96888d5d95c4edc6ef7a01269e79b805 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Jan 25 19:57:24 2020 +0100
logwatch: Update to 7.5.3
For details see: https://sourceforge.net/p/logwatch/activity/?page=0&limit=100#5e27da9332...
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Michael Tremer michael.tremer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/111 => core/143}/filelists/logwatch | 0 lfs/logwatch | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/111 => core/143}/filelists/logwatch (100%)
Difference in files: diff --git a/config/rootfiles/core/143/filelists/logwatch b/config/rootfiles/core/143/filelists/logwatch new file mode 120000 index 000000000..f14eabda9 --- /dev/null +++ b/config/rootfiles/core/143/filelists/logwatch @@ -0,0 +1 @@ +../../../common/logwatch \ No newline at end of file diff --git a/lfs/logwatch b/lfs/logwatch index eb576717c..a980b1b40 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -24,7 +24,7 @@
include Config
-VER = 7.5.2 +VER = 7.5.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 = 634b2ac423b77b809d400cc6085db49d +$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree