From patchwork Wed Nov 11 13:45:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3656 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CWQwC6NQBz3wl4 for ; Wed, 11 Nov 2020 13:45:15 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CWQwC084LzvS; Wed, 11 Nov 2020 13:45:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CWQw86N4wz2xrJ; Wed, 11 Nov 2020 13:45:12 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CWQw71q3hz2xhb for ; Wed, 11 Nov 2020 13:45:11 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CWQw60kwSzgl for ; Wed, 11 Nov 2020 13:45:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1605102310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=R5Ga6GfwVCAX6rwJON6DKEVtnsTUPxscxHXf8O8xa2U=; b=Zf+lx/z2vQyi4GOnzxefZ7i71vFBSRObaE76lxa8zYGglabpEdA6K398Hbl+J06MbD2STc XstQnPNNBsrZ8CBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1605102310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=R5Ga6GfwVCAX6rwJON6DKEVtnsTUPxscxHXf8O8xa2U=; b=KXxxv6glyWFHeBC/hnpaYTB3H1nIlANGSPzT3BSvT/xgX8XCN0zdqOyaOv3DzZltbtD+kA TVAE3OrWKLiAWUvZHojVGJ3FSVtqteQZgd6Xh3VBQiWu6CwNopObP+nSw0+c0AhpA3hoaV 70z4voMsBJ+JXzI3WgZx8xDevdiTsvoFnIIaPp0JiaguvbwBwRHbS1V9XcmbKC5ZnHAwCo zIAxPO1xXOo9PT8EgFXmhSO11Uww4+ZbnPWDOy3LYAPErGIacftdWgUaBBhWmRiRp1mdNd 0v4x9I+p3gYdeF0yut5V6gu7lXhxTRktKyD4WH5wZG80Q6C7ieDepgUQo9egFQ== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] spectre-meltdown-checker: update to 0.44 Message-ID: Date: Wed, 11 Nov 2020 14:45:06 +0100 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Full changelog as per https://github.com/speed47/spectre-meltdown-checker/releases/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 support 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üller --- 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 @@ include Config -VER = 0.43 +VER = 0.44 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 = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 05cd2e53edbdcccfc072a66fafa4ea38 +$(DL_FILE)_MD5 = 7bfa5b00ce9dc9400887b9bbb9748a22 install : $(TARGET)