mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Revert the 20180807 intel-microcode update
This version contains an non-redistributable license, so fall back to the last good version. The upstream Gentoo bug for this is: https://bugs.gentoo.org/664134 This reverts commit f06e43366cb47e14fd7cb5ea9ba715f4aa9f208b, reversing changes made to ce7877322044abcc380a0425a2166e84243ddb5a.
This commit is contained in:
parent
fd6bc83c1a
commit
ccf5de5ce7
@ -1,2 +1,2 @@
|
|||||||
DIST intel-microcode-collection-20180808.tar.xz 4463768 BLAKE2B bf04d00db7e11b7ef6da9b4221aa2dfae1a20a39ab2f99ad78e735c9cf0f1d9a949b81ceba740238da98d34a934d8829b6882714ec21a1ffa3c1a7dfcfbfdcc6 SHA512 e5607127464c71e3ed413ca3b66cde0b5b994d837655208997841ec5358c32bb197f4ad0123b19bae4254aa35770cfec32cf2780f2cb5dd5f0a00d1ca14cf93c
|
DIST intel-microcode-collection-20180630.tar.xz 4456400 BLAKE2B 493229bb8ce65c62b4a894a219bd89e677a5908a774e1104389335f88fe27479de8e117bbd3b1c5bd1d9e70ed0f1c79ddba684357138dbb559141d48d5a3c456 SHA512 66a1217514c43dcc308cc1e9e4737041c48cad85cd846a9adaabd5885197ffffca3fef71c43ccdaaf25d10df747a3c3e837d95ae332d53961579e4bb3c1f0bed
|
||||||
DIST microcode-20180807.tgz 1629357 BLAKE2B ce60ef5a5ba794cb4a618739a6134e3b0a660d5e2a09c39ff1fcd7312a3d0b5e763674fb8f8cd39899544d1136253b98930a0160db9c937135effbb912823b58 SHA512 a69576afb6c8ec401e9e169ee208be7d57ee3292ec6689c783729d3fa624b1fdaa74803874c2afa09768c8ee955da913c2cbabeb3d7c7a1dc1f7965d950ccdfb
|
DIST microcode-20180703.tgz 1550181 BLAKE2B edf86dcc8dedeffd22a9b608cc11e5b043d36617ae6325e14326d402388f42ead29c8483a0312ab9ea2015604803cc07506d6f119b314b922639a71f9d65a39d SHA512 25af4158f97fba2fb88f05a44f42ed7d2415001ccc58f573d366f405ff198472517468f619628f4f6e5a371793c41ea8faf5a932d2362b2a51726bb5c84e0eed
|
||||||
|
@ -6,11 +6,11 @@ EAPI="6"
|
|||||||
inherit linux-info toolchain-funcs mount-boot
|
inherit linux-info toolchain-funcs mount-boot
|
||||||
|
|
||||||
# Find updates by searching and clicking the first link (hopefully it's the one):
|
# Find updates by searching and clicking the first link (hopefully it's the one):
|
||||||
# https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
|
# http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
|
||||||
|
|
||||||
COLLECTION_SNAPSHOT="${PV##*_p}"
|
COLLECTION_SNAPSHOT="20180630"
|
||||||
INTEL_SNAPSHOT="${PV/_p*}"
|
INTEL_SNAPSHOT="20180703"
|
||||||
NUM="28039"
|
NUM="27945"
|
||||||
DESCRIPTION="Intel IA32/IA64 microcode update data"
|
DESCRIPTION="Intel IA32/IA64 microcode update data"
|
||||||
HOMEPAGE="http://inertiawar.com/microcode/ https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}"
|
HOMEPAGE="http://inertiawar.com/microcode/ https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}"
|
||||||
SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
|
SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
|
||||||
@ -28,8 +28,6 @@ DEPEND="sys-apps/iucode_tool"
|
|||||||
RDEPEND="!<sys-apps/microcode-ctl-1.17-r2
|
RDEPEND="!<sys-apps/microcode-ctl-1.17-r2
|
||||||
hostonly? ( sys-apps/iucode_tool )"
|
hostonly? ( sys-apps/iucode_tool )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip"
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
S=${WORKDIR}
|
||||||
|
|
||||||
# Blacklist bad microcode here.
|
# Blacklist bad microcode here.
|
Loading…
x
Reference in New Issue
Block a user