From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] intel-microcode: update to 20191112 Date: Wed, 13 Nov 2019 19:18:00 +0000 Message-ID: <1885d862-fea5-3c8c-c0d7-aefca373280e@ipfire.org> In-Reply-To: <1bd3715b-e3c3-4370-d6f5-1623b125e139@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7060696975857818212==" List-Id: --===============7060696975857818212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For release notes, refer to: - https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platfor= m-update-ipu/ - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/release= s/tag/microcode-20191112 Signed-off-by: Peter M=C3=BCller --- config/rootfiles/core/138/filelists/i586/intel-microcode | 1 + config/rootfiles/core/138/filelists/x86_64/intel-microcode | 1 + lfs/intel-microcode | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/138/filelists/i586/intel-microcode create mode 120000 config/rootfiles/core/138/filelists/x86_64/intel-microcode diff --git a/config/rootfiles/core/138/filelists/i586/intel-microcode b/confi= g/rootfiles/core/138/filelists/i586/intel-microcode new file mode 120000 index 000000000..12bdac8bd --- /dev/null +++ b/config/rootfiles/core/138/filelists/i586/intel-microcode @@ -0,0 +1 @@ +../../../../config/rootfiles/common/i586/intel-microcode \ No newline at end of file diff --git a/config/rootfiles/core/138/filelists/x86_64/intel-microcode b/con= fig/rootfiles/core/138/filelists/x86_64/intel-microcode new file mode 120000 index 000000000..0c7158465 --- /dev/null +++ b/config/rootfiles/core/138/filelists/x86_64/intel-microcode @@ -0,0 +1 @@ +../../../../config/rootfiles/common/x86_64/intel-microcode \ No newline at end of file diff --git a/lfs/intel-microcode b/lfs/intel-microcode index e01ea9934..c50e73d11 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 20190618 +VER =3D 20191112 =20 THISAPP =3D Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) -DL_FILE =3D $(THISAPP).tar.xz +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 18af9bd8b6c7164f0cd917080a387244 +$(DL_FILE)_MD5 =3D b215c5a8fd438afd867d8a42d01e27f6 =20 install : $(TARGET) =20 --=20 2.16.4 --===============7060696975857818212==--