From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] pciutils: Update to 3.7.0 Date: Fri, 14 Jan 2022 20:57:01 +0000 Message-ID: <98a0d667-da61-93b5-cc9f-1c967c4dd402@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2560834269771520863==" List-Id: --===============2560834269771520863== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/lo= g/ for a history of this release. Sourcecode retrieved from https://mj.ucw.cz/do= wnload/linux/pci/ . Signed-off-by: Peter M=C3=BCller --- 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/pciut= ils 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 @@ =20 include Config =20 -VER =3D 3.5.6 +VER =3D 3.7.0 =20 THISAPP =3D pciutils-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 63b347d2bb5719b7769c03a1bb72a5b7 +$(DL_FILE)_MD5 =3D 51554c538b5a57b61123326e14ea28a1 =20 install : $(TARGET) =20 --=20 2.31.1 --===============2560834269771520863==--