From patchwork Sun Apr 26 11:44:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9732 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g3PyH2mcNz3xNv for ; Sun, 26 Apr 2026 11:45:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3PyH0v6jz7D8 for ; Sun, 26 Apr 2026 11:45:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy4dB9z37Tn for ; Sun, 26 Apr 2026 11:44:54 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3Pxq1Yr3z34ll for ; Sun, 26 Apr 2026 11:44:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g3Pxp6Sn7z79y; Sun, 26 Apr 2026 11:44:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=donuSI0kkdUaW4/oUrmqKd6eMDvCD57eLN8RxWSvmRM=; b=qE+uRMfTUni14vAg3PlyyQEHELMGMQJw1q0ecmukm6xztvlsuao9nKPaNfNvMHuOj+Sz0Y iYip3yz4PaqC8gDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=donuSI0kkdUaW4/oUrmqKd6eMDvCD57eLN8RxWSvmRM=; b=rCQ5kAFc6H5yvlNVdlU4+fzcOR3h5Pzq1jG4YkhgOoBg+3IFMgymb8P7vY97Q1lGYZ/sMd S6BB6ggfMRadXAHc9VoBgQNeGjtu7Dx+s51PNgWrs15ITYqX0QSCVqYfmrZo5LJtl9jfl2 Dqd8vV8nB549cyH82bg909enzm0gNil5HBrAl2htXVgaSoOK8zRTgpg5Uennpdosvg/P/K m/cYgsoV2gokivXXCtgzeSWqKICebPS260muH7rD8KeIaTQpnjsbb6f5eViW6lx6OxDOSv zDfzrhmTaMcIAMMR02DnYcpdgnkTvNylyJQPI18hBvyWuXKq3IpF+MclmAa+9Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] pciutils: Update to version 3.15.0 Date: Sun, 26 Apr 2026 13:44:17 +0200 Message-ID: <20260426114418.122889-28-adolf.belka@ipfire.org> In-Reply-To: <20260426114418.122889-1-adolf.belka@ipfire.org> References: <20260426114418.122889-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 3.14.0 to 3.15.0 - Update of rootfile - Changelog 3.15.0 * New capabilities are decoded: MMIO Register Block Locator, Flit Error Injection, Flit Logging. * Decoding of PCIe capabilities updated to Gen7. * Both lspci and setpci warn when the "-s" or "-d" option is given multiple times. * Improved display of interrupts in "lspci -vv". Routing of interrupt pins is shown only if the pins are not disabled. Routing of MSI(X) interrupts is shown when available (which is currently supported by the sysfs back-end only). * Minor improvements to Windows back-ends. * The dump back-end can read the dump from stdin when given "-" as a file name. * FreeBSD supports 64-bit addresses. * Added README.DJGPP. * Updated pci.ids. Signed-off-by: Adolf Belka --- 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 49347ad35..abe1a7b67 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.14.0 +lib/libpci.so.3.15.0 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/lfs/pciutils b/lfs/pciutils index 5d529692f..9e46e4ca3 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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.14.0 +VER = 3.15.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 = 3ab270c4523cc1968d5f3a03d2564eff5560b60eb8307bafe44ee240a6636dc676fbf0a28effe3c9abc99bfc86a975aea066d634a5e5adaffb2c63ba226511d9 +$(DL_FILE)_BLAKE2 = 29d3d38be6a3b8abce8db86e9160fc27ce966375f2ea441dff20cad9d7f7dfebe42a17d6054a406ed0d52035ad9c9071837e0e7650c954ff1c84514554f6c34f install : $(TARGET)