pciutils: update to 3.5.6

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>
This commit is contained in:
Peter Müller
2018-08-16 17:10:58 +02:00
committed by Michael Tremer
parent c708276290
commit 70e4a5b276
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -24,10 +24,10 @@
include Config
VER = 3.4.1
VER = 3.5.6
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)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 35763bb1eab7bc9bf6eb6efb72cbc8a1
$(DL_FILE)_MD5 = 63b347d2bb5719b7769c03a1bb72a5b7
install : $(TARGET)