[openwrt/openwrt] firmware: amd64-microcode: update to 20191218

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 18 16:41:50 EDT 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/182c7d955f872cb712f6d16d4b5cc0824bf4cc67

commit 182c7d955f872cb712f6d16d4b5cc0824bf4cc67
Author: Tan Zien <nabsdh9 at gmail.com>
AuthorDate: Tue Sep 8 23:41:44 2020 +0800

    firmware: amd64-microcode: update to 20191218
    
    amd64-microcode (3.20191218.1)
    
      * New microcode update packages from AMD upstream:
        + Removed Microcode updates (known to cause issues):
          sig 0x00830f10, patch id 0x08301025, 2019-07-11
      * README: update for new release
    
    amd64-microcode (3.20191021.1)
    
      * New microcode update packages from AMD upstream:
        + New Microcodes:
          sig 0x00830f10, patch id 0x08301025, 2019-07-11
        + Updated Microcodes:
          sig 0x00800f12, patch id 0x08001250, 2019-04-16
          sig 0x00800f82, patch id 0x0800820d, 2019-04-16
    
    amd64-microcode (3.20181128.1)
    
      * New microcode update packages from AMD upstream:
        + New Microcodes:
          sig 0x00800f82, patch id 0x0800820b, 2018-06-20
    
    Signed-off-by: Tan Zien <nabsdh9 at gmail.com>
---
 package/firmware/amd64-microcode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/firmware/amd64-microcode/Makefile b/package/firmware/amd64-microcode/Makefile
index 4fd3d04610..cf21aba569 100644
--- a/package/firmware/amd64-microcode/Makefile
+++ b/package/firmware/amd64-microcode/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=amd64-microcode
-PKG_VERSION:=20180524
+PKG_VERSION:=20191218
 PKG_RELEASE:=1
 
 PKG_SOURCE:=amd64-microcode_3.$(PKG_VERSION).$(PKG_RELEASE).tar.xz
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/a/amd64-microcode/
-PKG_HASH:=7c389c357c242e7161f6872bf4e12011a71e4c0683f06fb1bcfad650a78bf0a9
+PKG_HASH:=f469b79348097c5f04641b67a39d0ee5a2a1916c9556281626c04f2275d4132d
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-3.$(PKG_VERSION).$(PKG_RELEASE)
 
 PKG_LICENSE_FILE:=LICENSE.amd-ucode



More information about the lede-commits mailing list