]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pciutils: Update to 3.7.0
authorPeter Müller <peter.mueller@ipfire.org>
Fri, 14 Jan 2022 20:57:01 +0000 (20:57 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 25 Jan 2022 16:38:09 +0000 (16:38 +0000)
Please refer to https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/log/
for a history of this release. Sourcecode retrieved from https://mj.ucw.cz/download/linux/pci/ .

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/pciutils
lfs/pciutils

index da35ef6a1e74e1897343b07ce669b72e8d9eab03..17a3ede6656410bd78ea146d66c5d2e7aa274ce5 100644 (file)
@@ -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
index 2068c5a0c84c3c17895bdf85e183240cf9fb8ce1..995c3c0a4201e794c05be37f6e7f61e69b91a405 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 3.5.6
+VER        = 3.7.0
 
 THISAPP    = pciutils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 63b347d2bb5719b7769c03a1bb72a5b7
+$(DL_FILE)_MD5 = 51554c538b5a57b61123326e14ea28a1
 
 install : $(TARGET)