From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] spectre-meltdown-checker: update to 0.44 Date: Wed, 11 Nov 2020 14:45:06 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7705079822182622699==" List-Id: --===============7705079822182622699== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Full changelog as per https://github.com/speed47/spectre-meltdown-checker/rel= eases/tag/v0.44 : feat: add support for SRBDS related vulnerabilities feat: add zstd kernel decompression (#370) enh: arm: add experimental support for binary arm images enh: rsb filling: no longer need the 'strings' tool to check for kernel s= upport in live mode fix: fwdb: remove Intel extract tempdir on exit fix: has_vmm: ignore kernel threads when looking for a hypervisor (fixes = #278) fix: fwdb: use the commit date as the intel fwdb version fix: fwdb: update Intel's repository URL fix: arm64: cve-2017-5753: kernels 4.19+ use a different nospec macro fix: on CPU parse info under FreeBSD chore: github: add check run on pull requests chore: fwdb: update to v165.20201021+i20200616 Signed-off-by: Peter M=C3=BCller --- lfs/spectre-meltdown-checker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/spectre-meltdown-checker b/lfs/spectre-meltdown-checker index 2bf34f590..063ef727e 100644 --- a/lfs/spectre-meltdown-checker +++ b/lfs/spectre-meltdown-checker @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.43 +VER =3D 0.44 =20 THISAPP =3D spectre-meltdown-checker-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D spectre-meltdown-checker -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 05cd2e53edbdcccfc072a66fafa4ea38 +$(DL_FILE)_MD5 =3D 7bfa5b00ce9dc9400887b9bbb9748a22 =20 install : $(TARGET) =20 --=20 2.26.2 --===============7705079822182622699==--