From patchwork Tue Sep 3 09:17:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8069 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Wyg516Y4zz3wwg for ; Tue, 3 Sep 2024 09:17:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Wyg4z2HKRz5mb; Tue, 3 Sep 2024 09:17:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Wyg4z1j8Gz3408; Tue, 3 Sep 2024 09:17:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Wyg4r4wk4z32ZV for ; Tue, 3 Sep 2024 09:17:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Wyg4r1Z7yz2Qs; Tue, 3 Sep 2024 09:17:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1725355052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CzAEfmd6D4S97BHzqq0pmrsnw0q2R+f8N3+LiYek6cU=; b=6r+Go4zwg+olXO7HtI4l/2iIvpoh6ihgyeSwnGT7TY0YN5/Om4GaU7qpqo3v/OTl8dYITK /NJYvhuDc0gbEBDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1725355052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CzAEfmd6D4S97BHzqq0pmrsnw0q2R+f8N3+LiYek6cU=; b=CGKwULKxwu94yoxegc2UpwfzoQlAGdP957/TPLRbjKH5aqp41GkTsZ8ctc2H6xf0puRiOY pNEsAlD7tCuq7KvNkypcgucNIyz4zXC8Gv9iD3U4VHoaceHe/uLhfVB6qidE9iAGM3TmJg HhkylhcdO2uXUYTfN11AzVPYWWrZfrhTs98u5AcjnKuQaL0i8PWwHFAhMkAKUihAwL3oLs W2hGIWA3RlpVpnG8gwGq0eKIaWAZ/afmGeM0kRseGnV82nfhyhR0V+e91rBDZZ07LO3bmZ hP5hbt/4wu5UM9KFpVInmY3bn7nLcSJCain5V5Ax70ZFIlfuhSggsNnbYf2C5g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] mcelog: Update to version 200 Date: Tue, 3 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> References: <20240903091725.7068-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: EPPHXZYZI5K76YTNWRMQRDC4WD5BTSZW X-Message-ID-Hash: EPPHXZYZI5K76YTNWRMQRDC4WD5BTSZW X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 viewed 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 SUMMARY = Log Machine Check Events -VER = 196 +VER = 200 THISAPP = mcelog-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mcelog -PAK_VER = 4 +PAK_VER = 5 SUP_ARCH = x86_64 DEPS = @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 50871cd7a3c4dd6f4c4d613c7db4528d972ca37ba17b0a5aa4876d8fc92d4478c2247ea65748310ad6d4b950d1abc9bd0ea40193e72b36d38334547382477849 +$(DL_FILE)_BLAKE2 = 66b6f25720d09760aab79d0b410287e73087551ab54eaf7dc31c0f7f5c56a40583e933f9e6dae9b91c5594f5bdf51701c37328e76f930c937b448aaac7acd262 install : $(TARGET)