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.46 Date: Fri, 15 Sep 2023 15:07:18 +0000 Message-ID: <20230915150718.693162-1-peter.mueller@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3360373609206198277==" List-Id: --===============3360373609206198277== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable See https://github.com/speed47/spectre-meltdown-checker/releases/tag/v0.46 for this version's release notes. Signed-off-by: Peter M=C3=BCller --- lfs/spectre-meltdown-checker | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/spectre-meltdown-checker b/lfs/spectre-meltdown-checker index bfb429363..4bfe5274f 100644 --- a/lfs/spectre-meltdown-checker +++ b/lfs/spectre-meltdown-checker @@ -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 = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Spectre & Meltdown Vulnerability Checker =20 -VER =3D 0.45 +VER =3D 0.46 =20 THISAPP =3D spectre-meltdown-checker-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,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 6 +PAK_VER =3D 7 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 14d49f40458167ab9af04cc31c9a0b9f8cb5f1e9417f5ac0bab029= 0be01cf14a737c716d8d28873fee1870535c0b36a56dac2d39f2cc7a000d27f0643a94cff7 +$(DL_FILE)_BLAKE2 =3D 355469c2176fffa8fb40695b47174959c9112e66cd870545ed424e= f7b6ef4c10a5aa94bfbc6912510c979e16b0f8a18c0b822200eb69e9ded8300305d779fa79 =20 install : $(TARGET) =20 --=20 2.39.2 --===============3360373609206198277==--