summaryrefslogtreecommitdiff
path: root/intel-ucode
diff options
context:
space:
mode:
authorPredrag Ivanović <predivan@mts.rs>2018-07-16 14:06:37 +0200
committerPredrag Ivanović <predivan@mts.rs>2018-07-16 14:06:37 +0200
commit260b4f68733b264566b63f2fac61e4e6ed30db45 (patch)
tree3760d344f219e7949c2cd16905601c54cc56433d /intel-ucode
parent9f7819656846895c3ae4a848651b63f1ed99c673 (diff)
downloadcontrib-260b4f68733b264566b63f2fac61e4e6ed30db45.tar.gz
contrib-260b4f68733b264566b63f2fac61e4e6ed30db45.tar.xz
intel-ucode: Update to 20180703
Diffstat (limited to 'intel-ucode')
-rw-r--r--intel-ucode/.md5sum2
-rw-r--r--intel-ucode/.signature6
-rw-r--r--intel-ucode/Pkgfile7
3 files changed, 8 insertions, 7 deletions
diff --git a/intel-ucode/.md5sum b/intel-ucode/.md5sum
index 42752ee07..92b1f4eb6 100644
--- a/intel-ucode/.md5sum
+++ b/intel-ucode/.md5sum
@@ -1 +1 @@
-be315cd99a7ca392a2f917ceacbe14f2 microcode-20180312.tgz
+873f2bdd7c0edf317f416f54fee74b42 microcode-20180703.tgz
diff --git a/intel-ucode/.signature b/intel-ucode/.signature
index cf8022793..ec96b452e 100644
--- a/intel-ucode/.signature
+++ b/intel-ucode/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32fGrm86NgDO0bVbs3nHe/BqEUfL8Zt4+uTFtqBROrctvNXX1TJ53z/DTZigdAUu8Xh7FCN1QdGdxnjJ7UgiVAg=
-SHA256 (Pkgfile) = b69f20dc15488081474e8400b0a877157959f90689a18e516d231cf3bd92db02
+RWSagIOpLGJF3x6GGNKWR3mJwtsQ+qkpBpEY5EJ3yU1p7AUs9KUh83TNLhm6jej6n+/8Mi89VbpOl8n319LnHWiF15pK/ZASgw0=
+SHA256 (Pkgfile) = 0b97dfffc8a0bdc64a6fdda81807a355e60c3aef140ab898de708f89a1b24e24
SHA256 (.footprint) = 45cbe6146ee529f5d7fc3c4dcbb9c56420b2950c372d4196867ff304578bb771
-SHA256 (microcode-20180312.tgz) = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779
+SHA256 (microcode-20180703.tgz) = 4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938
diff --git a/intel-ucode/Pkgfile b/intel-ucode/Pkgfile
index 04191372d..6ab2dbd47 100644
--- a/intel-ucode/Pkgfile
+++ b/intel-ucode/Pkgfile
@@ -4,12 +4,13 @@
# Depends on: iucode-tool
name=intel-ucode
-version=20180312
+version=20180703
release=1
-source=(https://downloadmirror.intel.com/27591/eng/microcode-$version.tgz)
+source=(https://downloadmirror.intel.com/27945/eng/microcode-$version.tgz)
build() {
install -d -m755 $PKG/boot
- /usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio microcode.dat
+ rm -f intel-ucode/list
+ /usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio intel-ucode/
install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio
}

Generated by cgit