diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2018-07-07 11:44:02 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2018-07-07 12:23:00 +0200 |
commit | 10e393262caeba1e9cbdcc937d20fe15ad5f448a (patch) | |
tree | 6dfa8896bcc509c52386560770235a98ac79dbf7 /package/firmware/amd64-microcode | |
parent | 4bd4ece9eafbcde62d1e6efc4cf820f05906dd28 (diff) | |
download | upstream-10e393262caeba1e9cbdcc937d20fe15ad5f448a.tar.gz upstream-10e393262caeba1e9cbdcc937d20fe15ad5f448a.tar.bz2 upstream-10e393262caeba1e9cbdcc937d20fe15ad5f448a.zip |
firmware: amd64-microcode: update to 20180524
* New microcode update packages from AMD upstream:
+ New Microcodes:
sig 0x00800f12, patch id 0x08001227, 2018-02-09
+ Updated Microcodes:
sig 0x00600f12, patch id 0x0600063e, 2018-02-07
sig 0x00600f20, patch id 0x06000852, 2018-02-06
* Adds Spectre v2 (CVE-2017-5715) microcode-based mitigation support,
plus other unspecified fixes/updates.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/firmware/amd64-microcode')
-rw-r--r-- | package/firmware/amd64-microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/amd64-microcode/Makefile b/package/firmware/amd64-microcode/Makefile index e88b02950f..4fd3d04610 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:=20171205 +PKG_VERSION:=20180524 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:=a38bc072f535a3d3c1bf4e9e545197aa5114e979e94ef7e4a67e615df2f853a7 +PKG_HASH:=7c389c357c242e7161f6872bf4e12011a71e4c0683f06fb1bcfad650a78bf0a9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-3.$(PKG_VERSION).$(PKG_RELEASE) PKG_LICENSE_FILE:=LICENSE.amd-ucode |