From 2a13602685b68a10b1e9ec8949159b261bd2becc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 15 Nov 2023 08:50:59 +0100 Subject: [PATCH] intel-microcode: Update version from 20230808 to 20231114 https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases > Security updates for [INTEL-SA-00950][1] Resolves: https://github.molgen.mpg.de/mariux64/mariux64-issues/issues/96 [1]: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00950.html --- intel-microcode.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intel-microcode.be0 b/intel-microcode.be0 index 9cf4f3cdd..adc6edb66 100755 --- a/intel-microcode.be0 +++ b/intel-microcode.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION intel-microcode-20230808-1 +# BEE_VERSION intel-microcode-20231114-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.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. #SRCURL[0]="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/3ee34344da8f31b3651d901f2d5e2f31/microcode-20230808.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/1648cf08cb7176db32aff82889e5cb1d/microcode-20231114.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.