From 011acd9ec0fe4ebb9ece5cb359c6688fe0defd83 Mon Sep 17 00:00:00 2001 From: John Audia Date: Tue, 24 Jun 2025 12:24:38 -0400 Subject: [PATCH] pciutils: update to 3.14.0 Removed upstreamed: 110-gcc14.patch Changelog: https://github.com/pciutils/pciutils/commit/6f6d842ea8e134ffdace3fcddaf49635b2e6048b % lspci --version lspci version 3.14.0 Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia --- utils/pciutils/Makefile | 6 +++--- utils/pciutils/patches/110-gcc14.patch | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 utils/pciutils/patches/110-gcc14.patch diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 7a86c6ad99..2646c65da4 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.12.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.14.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_HASH:=f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154 +PKG_HASH:=e7713409882813991d2269d125e40dad1f54a019a52b78b3962941c1d4a6f86f PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=GPL-2.0 diff --git a/utils/pciutils/patches/110-gcc14.patch b/utils/pciutils/patches/110-gcc14.patch deleted file mode 100644 index 98aec76cfe..0000000000 --- a/utils/pciutils/patches/110-gcc14.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/lib/sysfs.c -+++ b/lib/sysfs.c -@@ -20,6 +20,7 @@ - #include - #include - #include -+#include - - #include "internal.h" -