git » linux-firmware.git » commit 1996620

upgpkg: 20230918.3672ccab-1: sync with tag 20230919

author Laurent Carlier
2023-10-29 13:06:59 UTC
committer Laurent Carlier
2023-10-29 13:06:59 UTC
parent dfd9f5dc9429e688975516c45b9529fa2c89813d

upgpkg: 20230918.3672ccab-1: sync with tag 20230919

.SRCINFO +52 -0
PKGBUILD +3 -4

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..fd432bc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,52 @@
+pkgbase = linux-firmware
+	pkgdesc = Firmware files for Linux
+	pkgver = 20230918.3672ccab
+	pkgrel = 1
+	url = https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
+	arch = any
+	license = GPL2
+	license = GPL3
+	license = custom
+	makedepends = git
+	options = !strip
+	source = git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20230919?signed
+	validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
+	sha256sums = SKIP
+
+pkgname = linux-firmware-whence
+	pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
+
+pkgname = linux-firmware
+	depends = linux-firmware-whence
+
+pkgname = amd-ucode
+	pkgdesc = Microcode update image for AMD CPUs
+	license = custom
+
+pkgname = linux-firmware-nfp
+	pkgdesc = Firmware files for Linux - nfp / Firmware for Netronome Flow Processors
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-mellanox
+	pkgdesc = Firmware files for Linux - mellanox / Firmware for Mellanox Spectrum switches
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-marvell
+	pkgdesc = Firmware files for Linux - marvell / Firmware for Marvell devices
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-qcom
+	pkgdesc = Firmware files for Linux - qcom / Firmware for Qualcomm SoCs
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-liquidio
+	pkgdesc = Firmware files for Linux - liquidio / Firmware for Cavium LiquidIO server adapters
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-qlogic
+	pkgdesc = Firmware files for Linux - qlogic / Firmware for QLogic devices
+	depends = linux-firmware-whence
+
+pkgname = linux-firmware-bnx2x
+	pkgdesc = Firmware files for Linux - bnx2x / Firmware for Broadcom NetXtreme II 10Gb ethernet adapters
+	depends = linux-firmware-whence
diff --git a/PKGBUILD b/PKGBUILD
index 6b69313..93b4606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgbase=linux-firmware
 pkgname=(linux-firmware-whence linux-firmware amd-ucode
          linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
 )
-_tag=20230804
-pkgver=20230804.7be2766d
-pkgrel=2
+_tag=20230919
+pkgver=20230918.3672ccab
+pkgrel=1
 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,7 +18,6 @@ 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() {