1
0
forked from ports/contrib

intel-ucode: 20190618 -> 20190918

This commit is contained in:
Tim Biermann 2019-09-20 09:48:17 +02:00
parent 6cfb774334
commit bdd782088d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31xhxz5vT2s81HoUNmqpTCLniWeRTOEIL9/zTKnI0PtGWEoAOX/gA2doOpSOV7pqDPQjq6xJOOWh2/bRLIB3VgQ=
SHA256 (Pkgfile) = d7705ac20c7b25e7a9adfb4e401ae9bb80a3137a379243daff3377c7beae4777
RWSagIOpLGJF328FpCG0lL1QNFVA1Haq6Tu0iKiUqOO2or7aGmGGRLxgFu8WTueOrVXWAfbQZzZuXCliimYWMwnO1k90ZyEaWgU=
SHA256 (Pkgfile) = 6f347206a7f9e9f8349d4e5f3e1191a8907cf06d6389f739e428556f9bcdc261
SHA256 (.footprint) = 45cbe6146ee529f5d7fc3c4dcbb9c56420b2950c372d4196867ff304578bb771
SHA256 (microcode-20190618.tar.gz) = 74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5
SHA256 (microcode-20190918.tar.gz) = 2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943

View File

@ -1,16 +1,16 @@
# Description: Intel CPU microcode update
# URL: https://downloadcenter.intel.com/download/27591/Linux-Processor-Microcode-Data-File
# Maintainer: Pedja, predivan at mts dot rs
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: iucode-tool
name=intel-ucode
version=20190618
version=20190918
release=1
source=(https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-$version.tar.gz)
build() {
cd Intel-Linux-Processor-Microcode-Data-Files-microcode-$version
install -d -m755 $PKG/boot
/usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio intel-ucode/
install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio
cd Intel-Linux-Processor-Microcode-Data-Files-microcode-$version
install -d -m755 $PKG/boot
/usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio intel-ucode/
install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio
}