Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/
Date: Mon, 19 Aug 2019 21:16:16
Message-Id: 1566249364.3ae138286c215f8ed921488f8a995bd7c4dc6d3e.whissi@gentoo
1 commit: 3ae138286c215f8ed921488f8a995bd7c4dc6d3e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 21:15:53 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 21:16:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae13828
7
8 sys-firmware/intel-microcode: drop old
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-firmware/intel-microcode/Manifest | 1 -
14 .../intel-microcode-20190618_p20190722.ebuild | 248 ---------------------
15 2 files changed, 249 deletions(-)
16
17 diff --git a/sys-firmware/intel-microcode/Manifest b/sys-firmware/intel-microcode/Manifest
18 index 7b6f93a6810..84e9722c144 100644
19 --- a/sys-firmware/intel-microcode/Manifest
20 +++ b/sys-firmware/intel-microcode/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST intel-microcode-collection-20190722.tar.xz 5172324 BLAKE2B 50930467d939b15e1d57619afd035e0ab591854c271dfde0e06c9994ac95200bdf4febb6ba6caedc3bfe92b4464a7b3922b203e7dab3f67ead26e199f9bdcf61 SHA512 f5adf8560adc81288e974d51d516a548534ee61fed599c865cbc095c328a85a9c766d11d852ef3167e10c9b283dff0b6d5fb88725a4c123c2004971cdd22873c
23 DIST intel-microcode-collection-20190819.tar.xz 5309072 BLAKE2B b3c6167f0d380795ef1d22f8d0d39e7db54fa37357e4d650ca5948f049c3e9e51872a9c40c70d2a9103a2e53c5ac28510a4300aea025de38d9ef1b7a96dd3ffa SHA512 e9942ef3bced654433e356db58ca1647dc54caaab4511236ffdbec513871ead02838d50f81f298381f6376d2ff5dc33704f50cb0cc4e021bfca4c7681763233f
24 DIST microcode-20190618.tar.gz 2446418 BLAKE2B f5e4846c7d6d4251c8a53e7a238ce0be9530827d16a015b91beec9d2ba2186d6632d370342b4b7a898f32d294b3c8c12522d07ea40c13ebc75d40b8b83eb1da3 SHA512 f7717f476465705e14ea26b516cf7b1d04e29842da0924d7da5582346ad5dd5dfd8755041bdca8f3afa7fe64f138e91354498d87006fe4487701242858c24c17
25
26 diff --git a/sys-firmware/intel-microcode/intel-microcode-20190618_p20190722.ebuild b/sys-firmware/intel-microcode/intel-microcode-20190618_p20190722.ebuild
27 deleted file mode 100644
28 index c3838387251..00000000000
29 --- a/sys-firmware/intel-microcode/intel-microcode-20190618_p20190722.ebuild
30 +++ /dev/null
31 @@ -1,248 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -inherit linux-info toolchain-funcs mount-boot
38 -
39 -# Find updates by searching and clicking the first link (hopefully it's the one):
40 -# https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
41 -
42 -COLLECTION_SNAPSHOT="${PV##*_p}"
43 -INTEL_SNAPSHOT="${PV/_p*}"
44 -#NUM="28087"
45 -#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
46 -#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
47 -DESCRIPTION="Intel IA32/IA64 microcode update data"
48 -HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files http://inertiawar.com/microcode/"
49 -SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
50 - https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz"
51 -
52 -LICENSE="intel-ucode"
53 -SLOT="0"
54 -KEYWORDS="-* amd64 x86"
55 -IUSE="hostonly initramfs +split-ucode vanilla"
56 -REQUIRED_USE="|| ( initramfs split-ucode )"
57 -
58 -DEPEND="sys-apps/iucode_tool"
59 -
60 -# !<sys-apps/microcode-ctl-1.17-r2 due to bug #268586
61 -RDEPEND="hostonly? ( sys-apps/iucode_tool )"
62 -
63 -RESTRICT="binchecks bindist mirror strip"
64 -
65 -S=${WORKDIR}
66 -
67 -# Blacklist bad microcode here.
68 -# 0x000406f1 aka 06-4f-01 aka CPUID 406F1 require newer microcode loader
69 -MICROCODE_BLACKLIST_DEFAULT="-s !0x000406f1"
70 -
71 -# In case we want to set some defaults ...
72 -MICROCODE_SIGNATURES_DEFAULT=""
73 -
74 -# Advanced users only!
75 -# Set MIRCOCODE_SIGNATURES to merge with:
76 -# only current CPU: MICROCODE_SIGNATURES="-S"
77 -# only specific CPU: MICROCODE_SIGNATURES="-s 0x00000f4a -s 0x00010676"
78 -# exclude specific CPU: MICROCODE_SIGNATURES="-s !0x00000686"
79 -
80 -pkg_pretend() {
81 - use initramfs && mount-boot_pkg_pretend
82 -}
83 -
84 -src_prepare() {
85 - default
86 -
87 - if cd Intel-Linux-Processor-Microcode-Data* &>/dev/null; then
88 - # new tarball format from GitHub
89 - mv * ../ || die "Failed to move Intel-Linux-Processor-Microcode-Data*"
90 - cd .. || die
91 - rm -r Intel-Linux-Processor-Microcode-Data* || die
92 - fi
93 -
94 - # Prevent "invalid file format" errors from iucode_tool
95 - rm -f "${S}"/intel-ucod*/list || die
96 -}
97 -
98 -src_install() {
99 - # This will take ALL of the upstream microcode sources:
100 - # - microcode.dat
101 - # - intel-ucode/
102 - # In some cases, they have not contained the same content (eg the directory has newer stuff).
103 - MICROCODE_SRC=(
104 - "${S}"/intel-ucode/
105 - "${S}"/intel-ucode-with-caveats/
106 - )
107 -
108 - # Allow users who are scared about microcode updates not included in Intel's official
109 - # microcode tarball to opt-out and comply with Intel marketing
110 - if ! use vanilla; then
111 - MICROCODE_SRC+=( "${S}"/intel-microcode-collection-${COLLECTION_SNAPSHOT} )
112 - fi
113 -
114 - # These will carry into pkg_preinst via env saving.
115 - : ${MICROCODE_BLACKLIST=${MICROCODE_BLACKLIST_DEFAULT}}
116 - : ${MICROCODE_SIGNATURES=${MICROCODE_SIGNATUES_DEFAULT}}
117 -
118 - opts=(
119 - ${MICROCODE_BLACKLIST}
120 - ${MICROCODE_SIGNATURES}
121 - # be strict about what we are doing
122 - --overwrite
123 - --strict-checks
124 - --no-ignore-broken
125 - # we want to install latest version
126 - --no-downgrade
127 - # show everything we find
128 - --list-all
129 - # show what we selected
130 - --list
131 - )
132 -
133 - # The earlyfw cpio needs to be in /boot because it must be loaded before
134 - # rootfs is mounted.
135 - use initramfs && dodir /boot && opts+=( --write-earlyfw="${ED%/}"/boot/intel-uc.img )
136 -
137 - keepdir /lib/firmware/intel-ucode
138 - opts+=( --write-firmware="${ED%/}/lib/firmware/intel-ucode" )
139 -
140 - iucode_tool \
141 - "${opts[@]}" \
142 - "${MICROCODE_SRC[@]}" \
143 - || die "iucode_tool ${opts[@]} ${MICROCODE_SRC[@]}"
144 -
145 - dodoc releasenote
146 -}
147 -
148 -pkg_preinst() {
149 - if [[ ${MICROCODE_BLACKLIST} != ${MICROCODE_BLACKLIST_DEFAULT} ]]; then
150 - ewarn "MICROCODE_BLACKLIST is set to \"${MICROCODE_BLACKLIST}\" instead of default \"${MICROCODE_BLACKLIST_DEFAULT}\". You are on your own!"
151 - fi
152 -
153 - if [[ ${MICROCODE_SIGNATURES} != ${MICROCODE_SIGNATURES_DEFAULT} ]]; then
154 - ewarn "Package was created using advanced options:"
155 - ewarn "MICROCODE_SIGNATURES is set to \"${MICROCODE_SIGNATURES}\" instead of default \"${MICROCODE_SIGNATURES_DEFAULT}\"!"
156 - fi
157 -
158 - # Make sure /boot is available if needed.
159 - use initramfs && mount-boot_pkg_preinst
160 -
161 - local _initramfs_file="${ED%/}/boot/intel-uc.img"
162 -
163 - if use hostonly; then
164 - # While this output looks redundant we do this check to detect
165 - # rare cases where iucode_tool was unable to detect system's processor(s).
166 - local _detected_processors=$(iucode_tool --scan-system 2>&1)
167 - if [[ -z "${_detected_processors}" ]]; then
168 - ewarn "Looks like iucode_tool was unable to detect any processor!"
169 - else
170 - einfo "Only installing ucode(s) for ${_detected_processors#iucode_tool: system has } due to USE=hostonly ..."
171 - fi
172 -
173 - opts=(
174 - --scan-system
175 - # be strict about what we are doing
176 - --overwrite
177 - --strict-checks
178 - --no-ignore-broken
179 - # we want to install latest version
180 - --no-downgrade
181 - # show everything we find
182 - --list-all
183 - # show what we selected
184 - --list
185 - )
186 -
187 - # The earlyfw cpio needs to be in /boot because it must be loaded before
188 - # rootfs is mounted.
189 - use initramfs && opts+=( --write-earlyfw=${_initramfs_file} )
190 -
191 - if use split-ucode; then
192 - opts+=( --write-firmware="${ED%/}/lib/firmware/intel-ucode" )
193 - fi
194 -
195 - opts+=( "${ED%/}"/lib/firmware/intel-ucode-temp )
196 -
197 - mv "${ED%/}"/lib/firmware/intel-ucode{,-temp} || die
198 - keepdir /lib/firmware/intel-ucode
199 -
200 - iucode_tool "${opts[@]}" || die "iucode_tool ${opts[@]}"
201 -
202 - rm -r "${ED%/}"/lib/firmware/intel-ucode-temp || die
203 -
204 - elif ! use split-ucode; then # hostonly disabled
205 - rm -r "${ED%/}"/lib/firmware/intel-ucode || die
206 - fi
207 -
208 - # Because it is possible that this package will install not one single file
209 - # due to user selection which is still somehow unexpected we add the following
210 - # check to inform user so that the user has at least a chance to detect
211 - # a problem/invalid select.
212 - local _has_installed_something=
213 - if use initramfs && [[ -s "${_initramfs_file}" ]]; then
214 - _has_installed_something="yes"
215 - elif use split-ucode; then
216 - _has_installed_something=$(find "${ED%/}/lib/firmware/intel-ucode" -maxdepth 0 -not -empty -exec echo yes \;)
217 - fi
218 -
219 - if use hostonly && [[ -n "${_has_installed_something}" ]]; then
220 - elog "You only installed ucode(s) for all currently available (=online)"
221 - elog "processor(s). Remember to re-emerge this package whenever you"
222 - elog "change the system's processor model."
223 - elog ""
224 - elif [[ -z "${_has_installed_something}" ]]; then
225 - ewarn "WARNING:"
226 - if [[ ${MICROCODE_SIGNATURES} != ${MICROCODE_SIGNATURES_DEFAULT} ]]; then
227 - ewarn "No ucode was installed! Because you have created this package"
228 - ewarn "using MICROCODE_SIGNATURES variable please double check if you"
229 - ewarn "have an invalid select."
230 - ewarn "It's rare but it is also possible that just no ucode update"
231 - ewarn "is available for your processor(s). In this case it is safe"
232 - ewarn "to ignore this warning."
233 - else
234 - ewarn "No ucode was installed! It's rare but it is also possible"
235 - ewarn "that just no ucode update is available for your processor(s)."
236 - ewarn "In this case it is safe to ignore this warning."
237 - fi
238 -
239 - ewarn ""
240 -
241 - if use hostonly; then
242 - ewarn "Unset \"hostonly\" USE flag to install all available ucodes."
243 - ewarn ""
244 - fi
245 - fi
246 -}
247 -
248 -pkg_prerm() {
249 - # Make sure /boot is mounted so that we can remove /boot/intel-uc.img!
250 - use initramfs && mount-boot_pkg_prerm
251 -}
252 -
253 -pkg_postrm() {
254 - # Don't forget to umount /boot if it was previously mounted by us.
255 - use initramfs && mount-boot_pkg_postrm
256 -}
257 -
258 -pkg_postinst() {
259 - # Don't forget to umount /boot if it was previously mounted by us.
260 - use initramfs && mount-boot_pkg_postinst
261 -
262 - # We cannot give detailed information if user is affected or not:
263 - # If MICROCODE_BLACKLIST wasn't modified, user can still use MICROCODE_SIGNATURES
264 - # to to force a specific, otherwise blacklisted, microcode. So we
265 - # only show a generic warning based on running kernel version:
266 - if kernel_is -lt 4 14 34; then
267 - ewarn "${P} contains microcode updates which require"
268 - ewarn "additional kernel patches which aren't yet included in kernel <4.14.34."
269 - ewarn "Loading such a microcode through kernel interface from an unpatched kernel"
270 - ewarn "can crash your system!"
271 - ewarn ""
272 - ewarn "Those microcodes are blacklisted per default. However, if you have altered"
273 - ewarn "MICROCODE_BLACKLIST or MICROCODE_SIGNATURES, you maybe have unintentionally"
274 - ewarn "re-enabled those microcodes...!"
275 - ewarn ""
276 - ewarn "Check \"${EROOT%/}/usr/share/doc/${PN}-*/releasenot*\" if your microcode update"
277 - ewarn "requires additional kernel patches or not."
278 - fi
279 -}