pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils Update sysutils/pciutils to 3.6.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da63ba9f087
branches:  trunk
changeset: 311743:4da63ba9f087
user:      msaitoh <msaitoh%pkgsrc.org@localhost>
date:      Fri Aug 17 04:03:28 2018 +0000

description:
Update sysutils/pciutils to 3.6.2.

2018-08-12  Martin Mares <mj%ucw.cz@localhost>

        * 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.

diffstat:

 sysutils/pciutils/Makefile         |   4 ++--
 sysutils/pciutils/distinfo         |  12 ++++++------
 sysutils/pciutils/patches/patch-aa |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (57 lines):

diff -r 5c146af5d329 -r 4da63ba9f087 sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile        Thu Aug 16 21:47:28 2018 +0000
+++ b/sysutils/pciutils/Makefile        Fri Aug 17 04:03:28 2018 +0000
@@ -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 -r 5c146af5d329 -r 4da63ba9f087 sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Thu Aug 16 21:47:28 2018 +0000
+++ b/sysutils/pciutils/distinfo        Fri Aug 17 04:03:28 2018 +0000
@@ -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 -r 5c146af5d329 -r 4da63ba9f087 sysutils/pciutils/patches/patch-aa
--- a/sysutils/pciutils/patches/patch-aa        Thu Aug 16 21:47:28 2018 +0000
+++ b/sysutils/pciutils/patches/patch-aa        Fri Aug 17 04:03:28 2018 +0000
@@ -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 <mj%ucw.cz@localhost>
@@ -10,8 +10,8 @@
 -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=
  



Home | Main Index | Thread Index | Old Index