git » linux-firmware.git » commit dfd9f5d

upgpkg: 20230804.7be2766d-2

author David Runge
2023-08-09 20:40:12 UTC
committer David Runge
2023-08-09 20:40:12 UTC
parent 791e35a0fd2ad5a101c1f3875a54f9cb3ff75464

upgpkg: 20230804.7be2766d-2

Rebuild to backport fixes for CVE-2023-20569:
https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9666a4b..6b69313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(linux-firmware-whence linux-firmware amd-ucode
 )
 _tag=20230804
 pkgver=20230804.7be2766d
-pkgrel=1
+pkgrel=2
 pkgdesc="Firmware files for Linux"
 url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
 license=('GPL2' 'GPL3' 'custom')
@@ -18,6 +18,7 @@ sha256sums=('SKIP')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
 
 _backports=(
+  f2eb058afc57348cde66852272d6bf11da1eef8f  # fixes for "inception": https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html
 )
 
 prepare() {