From 08fc9a8a5b478de54e4bba4c26fa4713f5978234 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 17 Aug 2018 04:03:28 +0000 Subject: Update sysutils/pciutils to 3.6.2. 2018-08-12 Martin Mares * Released as 3.6.2. * Added "-P" and "-PP" switches to lspci, which display the path through bridges to each device. * Fixed a couple of bugs in computation of bus topology. It was previously used only for the tree display, but we re-use it for computing the paths. * As usually, updated pci.ids to the current snapshot of the database. --- sysutils/pciutils/Makefile | 4 ++-- sysutils/pciutils/distinfo | 12 ++++++------ sysutils/pciutils/patches/patch-aa | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'sysutils') diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 56ca3de5f19..06ef7d12ab0 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2018/07/14 07:34:58 msaitoh Exp $ +# $NetBSD: Makefile,v 1.41 2018/08/17 04:03:28 msaitoh Exp $ -DISTNAME= pciutils-3.6.1 +DISTNAME= pciutils-3.6.2 CATEGORIES= sysutils MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/ diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index edea4af2b68..6317d5d67a9 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.30 2018/07/14 07:34:58 msaitoh Exp $ +$NetBSD: distinfo,v 1.31 2018/08/17 04:03:28 msaitoh Exp $ -SHA1 (pciutils-3.6.1.tar.gz) = 88043bf36ca0a90dc57a1d7b13b40d7ba11dcaa6 -RMD160 (pciutils-3.6.1.tar.gz) = 49f1425198d5c3d0bb74c4c7b2c75da9f599a487 -SHA512 (pciutils-3.6.1.tar.gz) = c45ba5b42c6f03a50df75f4f4f33ec1feef8f0cae1217802e6c4351e88da23431e0273f6776fa076f4d1f8c73ed20433392bc11fe1478db98dc482d2de75dd92 -Size (pciutils-3.6.1.tar.gz) = 448021 bytes -SHA1 (patch-aa) = 342299a9238367cc813bbb86dee03e89337de6b9 +SHA1 (pciutils-3.6.2.tar.gz) = eb525f1e4a0158357c49df5414d22d6437d7ef8b +RMD160 (pciutils-3.6.2.tar.gz) = bbfcc77755736b2911e8dd84edb2f47c25f31064 +SHA512 (pciutils-3.6.2.tar.gz) = ab2bab26dd11f941286593135b751b811fa6199d4b5fb8a18e74f72709ea598ab0c0efa31ad6ca70949966dcf80cdfb16d53e5d339b773c69e0a12f132bb8577 +Size (pciutils-3.6.2.tar.gz) = 473699 bytes +SHA1 (patch-aa) = 33b77a042920cfaaacc75987e626ab251decc3df SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29 SHA1 (patch-lib_i386-io-sunos.h) = afb666796a6b220d868a41e4fb9fd9e42152faed diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa index 2098b5f1e55..e2233e7a8e8 100644 --- a/sysutils/pciutils/patches/patch-aa +++ b/sysutils/pciutils/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.22 2018/07/14 07:34:58 msaitoh Exp $ +$NetBSD: patch-aa,v 1.23 2018/08/17 04:03:28 msaitoh Exp $ ---- Makefile.orig 2018-07-12 21:02:58.000000000 +0900 -+++ Makefile 2018-07-14 16:30:10.720321258 +0900 +--- Makefile.orig 2018-08-12 19:59:03.000000000 +0900 ++++ Makefile 2018-08-17 12:29:53.033605064 +0900 @@ -1,8 +1,7 @@ # Makefile for The PCI Utilities # (c) 1998--2018 Martin Mares @@ -10,8 +10,8 @@ $NetBSD: patch-aa,v 1.22 2018/07/14 07:34:58 msaitoh Exp $ -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes +CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes - VERSION=3.6.1 - DATE=2018-07-12 + VERSION=3.6.2 + DATE=2018-08-12 @@ -13,7 +12,7 @@ RELEASE= CROSS_COMPILE= -- cgit v1.2.3