* Currently working on new intel-microcode package version...
@ 2019-11-13 17:57 Peter Müller
2019-11-13 19:18 ` [PATCH] intel-microcode: update to 20191112 Peter Müller
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2019-11-13 17:57 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 425 bytes --]
Hello *,
there were some rumors about new CPU vulnerabilites affecting Intel
processors coming up since a few days. Since the security advisory
was published today, I am currently working on a package update of
intel-microcode and will hand in a patch as soon this is done.
Just for your information, so we do not do things twice.
By the way: Did I mention I stared to hate Intel?
Thanks, and best regards,
Peter Müller
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] intel-microcode: update to 20191112
2019-11-13 17:57 Currently working on new intel-microcode package version Peter Müller
@ 2019-11-13 19:18 ` Peter Müller
2019-11-14 12:24 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2019-11-13 19:18 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2155 bytes --]
For release notes, refer to:
- https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platform-update-ipu/
- https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20191112
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
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/config/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/config/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 @@
include Config
-VER = 20190618
+VER = 20191112
THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
-DL_FILE = $(THISAPP).tar.xz
+DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244
+$(DL_FILE)_MD5 = b215c5a8fd438afd867d8a42d01e27f6
install : $(TARGET)
--
2.16.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] intel-microcode: update to 20191112
2019-11-13 19:18 ` [PATCH] intel-microcode: update to 20191112 Peter Müller
@ 2019-11-14 12:24 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2019-11-14 12:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2381 bytes --]
Thank you for working on this so quickly.
> On 13 Nov 2019, at 19:18, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> For release notes, refer to:
> - https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platform-update-ipu/
> - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20191112
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> 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/config/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/config/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 @@
>
> include Config
>
> -VER = 20190618
> +VER = 20191112
>
> THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
> -DL_FILE = $(THISAPP).tar.xz
> +DL_FILE = $(THISAPP).tar.gz
> DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> @@ -41,7 +41,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244
> +$(DL_FILE)_MD5 = b215c5a8fd438afd867d8a42d01e27f6
>
> install : $(TARGET)
>
> --
> 2.16.4
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-14 12:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 17:57 Currently working on new intel-microcode package version Peter Müller
2019-11-13 19:18 ` [PATCH] intel-microcode: update to 20191112 Peter Müller
2019-11-14 12:24 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox