From 5bbe6e4884be43a48f8cd8271cddf5667b0e0921 Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: May 15 2019 06:45:46 +0000 Subject: Release. Intel CPU microcode update. 20190514 Signed-off-by: Anton Arapov --- diff --git a/Changelog b/Changelog index 2f2b046..12382d3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2.1-21 15 May 2019, Anton Arapov + Intel CPU microcode update. 20190514 + 2.1-20 09 May 2019, Anton Arapov Intel CPU microcode update. 20190312 diff --git a/Makefile b/Makefile index 4b14c99..5aed0ee 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # as published by the Free Software Foundation; either version # 2 of the License, or (at your option) any later version. -MICROCODE_INTEL = microcode-20190312.tar.gz +MICROCODE_INTEL = microcode-20190514.tar.gz INS = install CC = gcc @@ -21,8 +21,8 @@ MICDIR = /lib/firmware MICDIRINTEL = $(MICDIR)/intel-ucode all: - tar xf $(MICROCODE_INTEL) intel-ucode/* intel-ucode-with-caveats/* \ - --one-top-level=intel-ucode --strip-components=1 --backup=simple + tar xf $(MICROCODE_INTEL) --strip 1 */intel-ucode/* */intel-ucode-with-caveats/* \ + --one-top-level=intel-ucode --strip-components=2 --backup=simple clean: rm -rf intel-ucode diff --git a/microcode-20190312.tar.gz b/microcode-20190312.tar.gz deleted file mode 100644 index 9769517..0000000 Binary files a/microcode-20190312.tar.gz and /dev/null differ diff --git a/microcode-20190514.tar.gz b/microcode-20190514.tar.gz new file mode 100644 index 0000000..9c6e3fa Binary files /dev/null and b/microcode-20190514.tar.gz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 56ceeb0..92201a2 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,7 +1,7 @@ Summary: Tool to transform and deploy CPU microcode update for x86. Name: microcode_ctl Version: 2.1 -Release: 20 +Release: 21 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted URL: https://pagure.io/microcode_ctl/