git » linux-firmware.git » commit 0d74d2a

upgpkg: 20230625.ee91452d-5

author David Runge
2023-07-25 07:30:00 UTC
committer David Runge
2023-07-25 07:30:00 UTC
parent a836641788011dd993d71f19fb92b1b4a17d4b82

upgpkg: 20230625.ee91452d-5

Update AMD ucode for 17th and 19th family to mitigate CVE-2023-20593 (aka Zenbleed):
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20593
https://lock.cmpxchg8b.com/zenbleed.html

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index 522290c..cdd568d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(linux-firmware-whence linux-firmware amd-ucode
 )
 _tag=20230625
 pkgver=20230625.ee91452d
-pkgrel=4
+pkgrel=5
 pkgdesc="Firmware files for Linux"
 url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
 license=('GPL2' 'GPL3' 'custom')
@@ -19,6 +19,8 @@ validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@
 
 _backports=(
   d3f66064cf43bd7338a79174bd0ff60c4ecbdf6d
+  0bc3126c9cfa0b8c761483215c25382f831a7c6f
+  b250b32ab1d044953af2dc5e790819a7703b7ee6
 )
 
 prepare() {