intel-microcode: Update to version 20240531

Message ID 20240603121152.3408340-1-adolf.belka@ipfire.org
State New
Headers
Series intel-microcode: Update to version 20240531 |

Commit Message

Adolf Belka June 3, 2024, 12:11 p.m. UTC
  - Update from version 20240514 to 20240531
- Update of rootfile not required
- Changelog
    20240531
	Update for functional issues. Refer to
	 https://cdrdv2.intel.com/v1/dl/getContent/336562

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/intel-microcode | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer June 3, 2024, 1:54 p.m. UTC | #1
Thank you. That was very quick!

Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 3 Jun 2024, at 13:11, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - Update from version 20240514 to 20240531
> - Update of rootfile not required
> - Changelog
>    20240531
> Update for functional issues. Refer to
> https://cdrdv2.intel.com/v1/dl/getContent/336562
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> lfs/intel-microcode | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/intel-microcode b/lfs/intel-microcode
> index a1f7d6737..8cf0af29c 100644
> --- a/lfs/intel-microcode
> +++ b/lfs/intel-microcode
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 20240514
> +VER        = 20240531
> 
> 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)_BLAKE2 = 2a3a357ecf8d9f17fd20cd651386e5687fbbca8a3a323caf846e7c84d440241c3c99cadd00016642c8d11f297c1d2ab63c54ea062644839b74f84d66b04c703e
> +$(DL_FILE)_BLAKE2 = 6a2c5ee6b6f3543b28f3753b30812e360bad50776b4f81e32a832e2169f38c11f8d5108ce0a81ddcdf1ecf7557baf1fd62c053a365f39a33ded5fd5018580b1f
> 
> install : $(TARGET)
> 
> -- 
> 2.45.1
>
  

Patch

diff --git a/lfs/intel-microcode b/lfs/intel-microcode
index a1f7d6737..8cf0af29c 100644
--- a/lfs/intel-microcode
+++ b/lfs/intel-microcode
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 20240514
+VER        = 20240531
 
 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)_BLAKE2 = 2a3a357ecf8d9f17fd20cd651386e5687fbbca8a3a323caf846e7c84d440241c3c99cadd00016642c8d11f297c1d2ab63c54ea062644839b74f84d66b04c703e
+$(DL_FILE)_BLAKE2 = 6a2c5ee6b6f3543b28f3753b30812e360bad50776b4f81e32a832e2169f38c11f8d5108ce0a81ddcdf1ecf7557baf1fd62c053a365f39a33ded5fd5018580b1f
 
 install : $(TARGET)