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 b06288b74d1abe20df2670824c8aafccb1f3aef6 (commit) from e6d721a916d528e6bc4068f57426ed1c398ab849 (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 b06288b74d1abe20df2670824c8aafccb1f3aef6 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 20 18:04:49 2019 +0100
spectre-meltdown-checker: Update to 0.41
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/spectre-meltdown-checker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/spectre-meltdown-checker b/lfs/spectre-meltdown-checker index 8bb3efb04..4f8d9a1cc 100644 --- a/lfs/spectre-meltdown-checker +++ b/lfs/spectre-meltdown-checker @@ -24,7 +24,7 @@
include Config
-VER = 0.40 +VER = 0.41
THISAPP = spectre-meltdown-checker-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = spectre-meltdown-checker -PAK_VER = 1 +PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = cc1ed68faf3fde13b1ff3bd15a22d46d +$(DL_FILE)_MD5 = d3adcb3ac32e226dc18ab7f6ef6f7617
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree