From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] mcelog: Update to version 200 Date: Tue, 03 Sep 2024 11:17:22 +0200 Message-ID: <20240903091725.7068-4-adolf.belka@ipfire.org> In-Reply-To: <20240903091725.7068-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5888012999278471788==" List-Id: --===============5888012999278471788== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 196 to 200 - Update of rootfile not required - Changelog is not provided. The git log, https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git/log/, should be viewe= d for changes. The changes are mostly bug fixes. Signed-off-by: Adolf Belka --- lfs/mcelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/mcelog b/lfs/mcelog index 619cf025a..fa10eb374 100644 --- a/lfs/mcelog +++ b/lfs/mcelog @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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 Log Machine Check Events =20 -VER =3D 196 +VER =3D 200 =20 THISAPP =3D mcelog-$(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 mcelog -PAK_VER =3D 4 +PAK_VER =3D 5 SUP_ARCH =3D x86_64 =20 DEPS =3D @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 50871cd7a3c4dd6f4c4d613c7db4528d972ca37ba17b0a5aa4876d= 8fc92d4478c2247ea65748310ad6d4b950d1abc9bd0ea40193e72b36d38334547382477849 +$(DL_FILE)_BLAKE2 =3D 66b6f25720d09760aab79d0b410287e73087551ab54eaf7dc31c0f= 7f5c56a40583e933f9e6dae9b91c5594f5bdf51701c37328e76f930c937b448aaac7acd262 =20 install : $(TARGET) =20 --=20 2.46.0 --===============5888012999278471788==--