From patchwork Wed Jul 15 17:01:00 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: 3261 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 4B6Nx63ZYzz3xGZ for ; Wed, 15 Jul 2020 17:02:50 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4B6Nwp0Xbzz28k; Wed, 15 Jul 2020 17:02:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4B6Nwj2WKwz2yX5; Wed, 15 Jul 2020 17:02:29 +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 4B6Nwd0kX4z2y3H for ; Wed, 15 Jul 2020 17:02:25 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4B6NwV0BX3zS5 for ; Wed, 15 Jul 2020 17:02:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1594832538; 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=FY11c1mHYz8O+xu1kd8PBLwCtmMFZ/z10sjGFcX+KXE=; b=wHRmtiXhs37o2X7cn+Sby5MeOanCL9AxGSLFVtLo+cmnlDHXZVXRMn+cCDyYFiwAOowoug yyNI7PNvZlVmJ6AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1594832538; 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=FY11c1mHYz8O+xu1kd8PBLwCtmMFZ/z10sjGFcX+KXE=; b=qZXOMyPhhkXqlQQjs6jE/HCV6s2PUOiN+b29WPmpm3yhtA96dwxRCt3rSFaWvfO5ft2nli VN3vtglXjtviXH1RC654AvODrhwx4wLq1mnrYcxlXdaLav1Z0zNwq/XA+WW5nuuWHMaR7p A/rYVZy4UedAP6NzEZJPL5SEQ9tGDFnaW6mXZV9lFCl6k10LDsVhe6gHMKY5DIjU9heQQk CO38K908yhoW20qJhQ8lAlsWWRC9cWStke5dym/hk6TWdv2XSYMAmqM+7inM5JvlXFZvHe 15CNT3UFhkOzWIxq10U8ZiBbGrGDnoucY9mQ5Yk9NRyRO6zsGU3WC/9V3Cm8DQ== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] intel-microcode: update to 20200616 Message-ID: <19c08d56-4764-7cf8-e7bb-d38de5c2f4e9@ipfire.org> Date: Wed, 15 Jul 2020 17:01:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org 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" Ice Lake Intel CPUs have been found of being vulnerable to MDS, thus requiring new microcodes for them. Yay! Please refer to https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20200616 for further information. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/intel-microcode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 494062784..025a789a5 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,7 +24,7 @@ include Config -VER = 20200609 +VER = 20200616 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a03e827c5c43be594f7f34d75b1706f9 +$(DL_FILE)_MD5 = b5e2f0cc9db2ed3d2760a5a859a0a387 install : $(TARGET)