From 6fa3920e841e87ac024d75c642fca5d1492ff49e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 9 Aug 2023 08:19:54 +0200 Subject: [PATCH] intel-microcode: Update version from 20170510 to 20230808 https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230808 This fixes several bugs. The latest release contains fixes for [Downfall][1] ([INTEL-SA-00828 (GDS)][2]). Resolves: https://github.molgen.mpg.de/mariux64/mariux64-issues/issues/83 [1]: https://downfall.page/ [2]: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00828.html --- intel-microcode.be0 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/intel-microcode.be0 b/intel-microcode.be0 index 64f962a7c..765137d67 100755 --- a/intel-microcode.be0 +++ b/intel-microcode.be0 @@ -1,13 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION intel-microcode-20170511-0 - -# ***** created by ***** -# -# Download manually from -# https://downloadcenter.intel.com/search?keyword=linux+microcode -# -# bee init /src/mariux/beeroot/downloads/intel-microcode-YYYYMMDD.tgz +# BEE_VERSION intel-microcode-20230808-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -16,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="/src/mariux/beeroot/downloads/intel-microcode-${PKGVERSION}.tgz" +SRCURL[0]="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.