All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a
@ 2019-05-20 13:52 Peter Korsgaard
  2019-05-20 19:16 ` Thomas Petazzoni
  2019-06-06  7:42 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-05-20 13:52 UTC (permalink / raw)
  To: buildroot

Includes MDS mitigation (RIDL, Fallout, Zombieload), INTEL-SA-00223

Move to the Intel github repo as this release is not yet available on
downloadmirror.intel.com.

Update license hash because of copyright year and DOS/UNIX newlines change.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/intel-microcode/Config.in            | 2 ++
 package/intel-microcode/intel-microcode.hash | 4 ++--
 package/intel-microcode/intel-microcode.mk   | 6 ++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/intel-microcode/Config.in b/package/intel-microcode/Config.in
index 495ebd727f..3f9199ec93 100644
--- a/package/intel-microcode/Config.in
+++ b/package/intel-microcode/Config.in
@@ -5,3 +5,5 @@ config BR2_PACKAGE_INTEL_MICROCODE
 	  This package provides an Intel microcode data file that can be
 	  used to correct processor errors. The iucode-tool package and
 	  proper kernel support are required to upload the microcode.
+
+	  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
diff --git a/package/intel-microcode/intel-microcode.hash b/package/intel-microcode/intel-microcode.hash
index 183ba5aeec..257cc85c41 100644
--- a/package/intel-microcode/intel-microcode.hash
+++ b/package/intel-microcode/intel-microcode.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 46ab18699ec42eb6cc01ee1846ec4d7ca979766dee2156f92d69e2f6df548137  microcode-20180807a.tgz
-sha256 c4698c6105d59fec11ad0929e77a003445c560c7706c089990030acbf10c9372  license
+sha256 9e67903a5b62b51f5e031b59a8046d3dff226834d79899799943803481a55d20  intel-microcode-microcode-20190514a.tar.gz
+sha256 1f8bf63fc2b1b486c507b98ff7d283c7eb58c7945746b94188a310d6787cbee5  license
diff --git a/package/intel-microcode/intel-microcode.mk b/package/intel-microcode/intel-microcode.mk
index ed4ad628dd..aa3b1f4dbb 100644
--- a/package/intel-microcode/intel-microcode.mk
+++ b/package/intel-microcode/intel-microcode.mk
@@ -4,10 +4,8 @@
 #
 ################################################################################
 
-INTEL_MICROCODE_VERSION = 20180807a
-INTEL_MICROCODE_SOURCE = microcode-$(INTEL_MICROCODE_VERSION).tgz
-INTEL_MICROCODE_SITE = https://downloadmirror.intel.com/28087/eng
-INTEL_MICROCODE_STRIP_COMPONENTS = 0
+INTEL_MICROCODE_VERSION = microcode-20190514a
+INTEL_MICROCODE_SITE = $(call github,intel,Intel-Linux-Processor-Microcode-Data-Files,$(INTEL_MICROCODE_VERSION))
 INTEL_MICROCODE_LICENSE = PROPRIETARY
 INTEL_MICROCODE_LICENSE_FILES = license
 INTEL_MICROCODE_REDISTRIBUTE = NO
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a
  2019-05-20 13:52 [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a Peter Korsgaard
@ 2019-05-20 19:16 ` Thomas Petazzoni
  2019-06-06  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-05-20 19:16 UTC (permalink / raw)
  To: buildroot

On Mon, 20 May 2019 15:52:39 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Includes MDS mitigation (RIDL, Fallout, Zombieload), INTEL-SA-00223
> 
> Move to the Intel github repo as this release is not yet available on
> downloadmirror.intel.com.
> 
> Update license hash because of copyright year and DOS/UNIX newlines change.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/intel-microcode/Config.in            | 2 ++
>  package/intel-microcode/intel-microcode.hash | 4 ++--
>  package/intel-microcode/intel-microcode.mk   | 6 ++----
>  3 files changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a
  2019-05-20 13:52 [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a Peter Korsgaard
  2019-05-20 19:16 ` Thomas Petazzoni
@ 2019-06-06  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-06-06  7:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Includes MDS mitigation (RIDL, Fallout, Zombieload), INTEL-SA-00223
 > Move to the Intel github repo as this release is not yet available on
 > downloadmirror.intel.com.

 > Update license hash because of copyright year and DOS/UNIX newlines change.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 13:52 [Buildroot] [PATCH] package/intel-microcode: security bump to version 20190514a Peter Korsgaard
2019-05-20 19:16 ` Thomas Petazzoni
2019-06-06  7:42 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.