pciutils: update to 3.5.5

Message ID 20171031145857.5699-1-marcel.lorenz@ipfire.org
State Dropped
Headers
Series pciutils: update to 3.5.5 |

Commit Message

Marcel Lorenz Nov. 1, 2017, 1:58 a.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 config/rootfiles/common/pciutils | 2 +-
 lfs/pciutils                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/pciutils b/config/rootfiles/common/pciutils
index 5bb11a259..9adbe5e98 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.5
 sbin/update-pciids
 #usr/include/pci
 #usr/include/pci/config.h
diff --git a/lfs/pciutils b/lfs/pciutils
index 7c313ba3e..263fd58f6 100644
--- a/lfs/pciutils
+++ b/lfs/pciutils
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.4.1
+VER        = 3.5.5
 
 THISAPP    = pciutils-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 35763bb1eab7bc9bf6eb6efb72cbc8a1
+$(DL_FILE)_MD5 = 238d9969cc0de8b9105d972007d9d546
 
 install : $(TARGET)