From c6b579a6aea4967e8e2608adce7d2c7549300cec Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Nov 21 2017 17:07:00 +0000 Subject: Release. Intel CPU microcode update. 20171117 Signed-off-by: Anton Arapov --- diff --git a/Changelog b/Changelog index 638390d..a5655b4 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2.1-14 21 November 2017, Anton Arapov + Intel CPU microcode update. 20171117 + 2.1-13 12 July 2017, Anton Arapov Intel CPU microcode update. 20170707 diff --git a/Makefile b/Makefile index cf60f7a..0aab418 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-20170707.tgz +MICROCODE_INTEL = microcode-20171117.tgz INS = install CC = gcc diff --git a/README b/README index 07cdb85..892575d 100644 --- a/README +++ b/README @@ -21,4 +21,4 @@ o Advanced Micro Devices, Inc and Intel Corporation, for supplying microcode update data and publishing the specifications that enabled us to write microcode driver for Linux. -- Anton Arapov http://fedorahosted.org/microcode_ctl/ +- Anton Arapov https://pagure.io/microcode_ctl/ diff --git a/microcode-20170707.tgz b/microcode-20170707.tgz deleted file mode 100644 index 9b5bbf9..0000000 Binary files a/microcode-20170707.tgz and /dev/null differ diff --git a/microcode-20171117.tgz b/microcode-20171117.tgz new file mode 100644 index 0000000..d06b14f Binary files /dev/null and b/microcode-20171117.tgz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 43dde8b..21a56c2 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: 13 +Release: 14 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted URL: http://fedorahosted.org/microcode_ctl