From a2a73331107678fda4e973db21e4b45b8e061f0f Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 4 Jul 2025 12:14:42 +0200 Subject: [PATCH] pciutils: Update to version 3.14.0 - Update from version 3.13.0 to 3.14.0 - Update of rootfile - Changelog 3.14.0 * New capabilities are decoded: VirtIO SharedMemory, Physical Layer 16 to 64 GT/s, Flit Mode, Device 3, Intel vendor-specific. * ECAM now works on Windows and DJGPP. * The GNU/Hurd back-end works on 64-bit systems. * Added a new back-end for RT-Thread Smart OS. * got definitions of new classes and capabilities from PCI Code and ID Assignment rev 1.18. * can be included from C++ programs. * Updated pci.ids. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/common/pciutils | 2 +- lfs/pciutils | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/pciutils b/config/rootfiles/common/pciutils index 316ec11fa..49347ad35 100644 --- a/config/rootfiles/common/pciutils +++ b/config/rootfiles/common/pciutils @@ -1,7 +1,7 @@ bin/lspci bin/setpci lib/libpci.so.3 -lib/libpci.so.3.13.0 +lib/libpci.so.3.14.0 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/lfs/pciutils b/lfs/pciutils index a2c28025f..5d529692f 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.13.0 +VER = 3.14.0 THISAPP = pciutils-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d779ca0fd8c96a54bf81f6234d6a38eae2882d39dd1a52a508246bc46b5f4ac9318bbca20266378ec3917e72fe6ec30c47b1b5e9df4e86d3f59cbe860e2ac70e +$(DL_FILE)_BLAKE2 = 3ab270c4523cc1968d5f3a03d2564eff5560b60eb8307bafe44ee240a6636dc676fbf0a28effe3c9abc99bfc86a975aea066d634a5e5adaffb2c63ba226511d9 install : $(TARGET) -- 2.47.3