]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pciutils: update to 3.5.6
authorPeter Müller <peter.mueller@link38.eu>
Thu, 16 Aug 2018 15:10:58 +0000 (17:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Aug 2018 17:55:13 +0000 (18:55 +0100)
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üller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/pciutils
lfs/pciutils

index 5bb11a2590dee76c5e63ee5ce7670f0bc2b81ee6..da35ef6a1e74e1897343b07ce669b72e8d9eab03 100644 (file)
@@ -1,7 +1,7 @@
 bin/lspci
 bin/setpci
 lib/libpci.so.3
 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
 sbin/update-pciids
 #usr/include/pci
 #usr/include/pci/config.h
index 7c313ba3e6c01954d0d8e05f92feda16d4364f20..1ebfef0c8e5e12f7ae8020f3c202acc04ae12f16 100644 (file)
 
 include Config
 
 
 include Config
 
-VER        = 3.4.1
+VER        = 3.5.6
 
 THISAPP    = pciutils-$(VER)
 
 THISAPP    = pciutils-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 35763bb1eab7bc9bf6eb6efb72cbc8a1
+$(DL_FILE)_MD5 = 63b347d2bb5719b7769c03a1bb72a5b7
 
 install : $(TARGET)
 
 
 install : $(TARGET)