- Updated to 20190618 release (bsc#1111331 CVE-2018-12126 CVE-2018-12130 CVE-2018-12127 CVE-2019-11091)

---- updated platforms ------------------------------------
  SNB-E/EN/EP  C1/M0    6-2d-6/6d 0000061d->0000061f Xeon E3/E5, Core X
  SNB-E/EN/EP  C2/M1    6-2d-7/6d 00000714->00000718 Xeon E3/E5, Core X

OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=75
This commit is contained in:
Marcus Meissner 2019-07-21 16:12:37 +00:00 committed by Git OBS Bridge
parent 7b3656232c
commit 718a340ad4
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:553858de4315d267d1f259d1146db028eec5112a797379a7a83f5c8a22e626b3
size 2447290

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5
size 2446418

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 17 07:16:15 UTC 2019 - Marcus Meissner <meissner@suse.com>
- Updated to 20190618 release (bsc#1111331 CVE-2018-12126 CVE-2018-12130 CVE-2018-12127 CVE-2019-11091)
---- updated platforms ------------------------------------
SNB-E/EN/EP C1/M0 6-2d-6/6d 0000061d->0000061f Xeon E3/E5, Core X
SNB-E/EN/EP C2/M1 6-2d-7/6d 00000714->00000718 Xeon E3/E5, Core X
-------------------------------------------------------------------
Tue May 7 13:27:34 UTC 2019 - Marcus Meissner <meissner@suse.com>

View File

@ -17,7 +17,7 @@
Name: ucode-intel
Version: 20190514
Version: 20190618
Release: 0
Summary: Microcode Updates for Intel x86/x86-64 CPUs
License: SUSE-Firmware
@ -49,7 +49,7 @@ mkdir -p %{buildroot}/lib/firmware/intel-ucode
cp intel-ucode/* %{buildroot}/lib/firmware/intel-ucode
cd intel-ucode-with-caveats
for microcode in *;do
cp $microcode %{buildroot}/lib/firmware/intel-ucode/$microcode.early
cp $microcode %{buildroot}/lib/firmware/intel-ucode/$microcode
done
%post