mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
intel-microcode: Update to 20210608
Fixes various security vulnerabilities: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00442.html https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00464.html https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00465.html Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 20201118
|
||||
VER = 20210608
|
||||
|
||||
THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 6248f95036923c5982800e3f97e08bb8
|
||||
$(DL_FILE)_MD5 = 769cab71e957b83121a1f4a07f1c4409
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user