From patchwork Fri Jan 14 20:57:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4969 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JbDBm38pTz3wtb for ; Fri, 14 Jan 2022 20:57:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JbDBk5lJgz179; Fri, 14 Jan 2022 20:57:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JbDBk4f4pz2ykZ; Fri, 14 Jan 2022 20:57:18 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JbDBj6Gyzz2xlJ for ; Fri, 14 Jan 2022 20:57:17 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JbDBh3wdLzT0 for ; Fri, 14 Jan 2022 20:57:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1642193837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fJBsuK+YBgdzNhGG39frAy7yC4sSpsYATGZCj7uEUl0=; b=1WvNOgyQuy0D/11R8i7onw5NFtyjUkkR0Vfq/qGpwnjyjP8hvIfa+JwjyH1Owb+kb9phsf 4TTv86A1Vje6oLAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1642193837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fJBsuK+YBgdzNhGG39frAy7yC4sSpsYATGZCj7uEUl0=; b=HGglsYU22zob7aL5hJFZTZ/0b6BYvfvnSrGhdlz30iahwK91hnA8r0G6PN4ffj+moYWm5A 4QDDyYAOEEIfK2sf96cbmozMr2zf0u7fyfPG/yFw6euD5QEoVb1KkRACmJn4g/w3PCqvpZ 7afmSK5xP1uFMJlEevc0eCMjnLkS0Al+4tVzV7uKzxovSeTNhiWC0oAzCwU2NqVjPeF7Wp F0pNk0NHZ4MuFf8+OTuHqEtJ0EXGU2zgWh2CfZOgMQg72NnVTs5F26Azg7tTrjAuRA7pDw 5jnGvsW32M/2uTVfBhEedU1wB9DNPujuTEhmsaR1TWW4F6JkPRjJfr4RT1xAnA== Message-ID: <98a0d667-da61-93b5-cc9f-1c967c4dd402@ipfire.org> Date: Fri, 14 Jan 2022 20:57:01 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] pciutils: Update to 3.7.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Please refer to https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/log/ for a history of this release. Sourcecode retrieved from https://mj.ucw.cz/download/linux/pci/ . Signed-off-by: Peter Müller --- 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 da35ef6a1..17a3ede66 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.5.6 +lib/libpci.so.3.7.0 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/lfs/pciutils b/lfs/pciutils index 2068c5a0c..995c3c0a4 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 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.5.6 +VER = 3.7.0 THISAPP = pciutils-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 63b347d2bb5719b7769c03a1bb72a5b7 +$(DL_FILE)_MD5 = 51554c538b5a57b61123326e14ea28a1 install : $(TARGET)