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 v3] pciutils: update to 3.5.6 Date: Thu, 16 Aug 2018 17:10:58 +0200 Message-ID: <7953090b-eb2e-78e7-b5b0-3d8299ecf160@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7994896788460873573==" List-Id: --===============7994896788460873573== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The third version of this patch superseds the first and second one which were broken due to bugs in the MUAs GPG implementation. 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 5bb11a259..da35ef6a1 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.4.1 +lib/libpci.so.3.5.6 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/lfs/pciutils b/lfs/pciutils index 7c313ba3e..1ebfef0c8 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 3.4.1 +VER =3D 3.5.6 =20 THISAPP =3D pciutils-$(VER) -DL_FILE =3D $(THISAPP).tar.xz +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 35763bb1eab7bc9bf6eb6efb72cbc8a1 +$(DL_FILE)_MD5 =3D 63b347d2bb5719b7769c03a1bb72a5b7 =20 install : $(TARGET) =20 --=20 2.16.4 --===============7994896788460873573==--