pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pciutils



Module Name:    pkgsrc
Committed By:   msaitoh
Date:           Tue Jul  3 03:35:37 UTC 2018

Modified Files:
        pkgsrc/sysutils/pciutils: Makefile distinfo
        pkgsrc/sysutils/pciutils/patches: patch-aa

Log Message:
 Update sysutils/pciutils from 3.5.6 to 3.6.0.

2018-06-30  Martin Mares <mj%ucw.cz@localhost>

        * Released as 3.6.0.

        * BARs reported by the OS, but not set on the device itself are
          reliably marked with "[virtual]".

        * Library: Introduced a generic mechanism of string properties. This
          avoids lots of special cases and makes ABI compatibility easier.

        * On Linux systems with OpenFirmware, report corresponding device tree
          nodes as device properties.

        * VPD decoder knows several non-standard extensions.

        * When PCIe link speed is less than the maximum supported by the
          device, it is explicitly marked as "downgraded".

        * Several new capabilities are not decoded yet, but at least their
          names are printed.

        * The Null capability is easily decoded.

        * Formatting of several capabilities was cleaned up.

        * The VGA16 bit in the bridge control register is now supported.

        * Added a port to SylixOS. Thanks to YuJian Gong for contribution.

        * Added a port to DOS/DJGPP. Thanks to Rudolf Marek for contribution.

        * The order in which back-ends are probed was decoupled from the
          internal back-end IDs. This helps, because new back-ends must have
          their ID allocated at the end to keep the ABI, but they might need
          to be proved earlier.

        * The fbsd-device back-end should work again.

        * Fixed a couple of bugs. Most notably, DeviceName was not printed.

        * As usually, updated pci.ids to the current snapshot of the database.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/pciutils/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/pciutils/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/pciutils/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pciutils/Makefile
diff -u pkgsrc/sysutils/pciutils/Makefile:1.38 pkgsrc/sysutils/pciutils/Makefile:1.39
--- pkgsrc/sysutils/pciutils/Makefile:1.38      Mon Nov 20 03:14:42 2017
+++ pkgsrc/sysutils/pciutils/Makefile   Tue Jul  3 03:35:37 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2017/11/20 03:14:42 msaitoh Exp $
+# $NetBSD: Makefile,v 1.39 2018/07/03 03:35:37 msaitoh Exp $
 
-DISTNAME=      pciutils-3.5.6
+DISTNAME=      pciutils-3.6.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
 MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/

Index: pkgsrc/sysutils/pciutils/distinfo
diff -u pkgsrc/sysutils/pciutils/distinfo:1.28 pkgsrc/sysutils/pciutils/distinfo:1.29
--- pkgsrc/sysutils/pciutils/distinfo:1.28      Wed Jan 31 13:21:55 2018
+++ pkgsrc/sysutils/pciutils/distinfo   Tue Jul  3 03:35:37 2018
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.28 2018/01/31 13:21:55 jperkin Exp $
+$NetBSD: distinfo,v 1.29 2018/07/03 03:35:37 msaitoh Exp $
 
-SHA1 (pciutils-3.5.6.tar.gz) = 9f22fe9fccf1c5089167dc534409df8bd724f43d
-RMD160 (pciutils-3.5.6.tar.gz) = d4c89bdcff620646de5cc847f93d598822799168
-SHA512 (pciutils-3.5.6.tar.gz) = d9bac2d1744db21937d84d27ad1fe8d508d421468b6adeb179fb550aab4b9a57c0a67230a425f28dbc0a91caa276f6a069e99d929daf350607c61e65f7918e73
-Size (pciutils-3.5.6.tar.gz) = 436463 bytes
-SHA1 (patch-aa) = d8caa8b69987d14397fd863d776a533e4c19b26e
+SHA1 (pciutils-3.6.0.tar.gz) = 5153fd366939973ed0c5bad25c9755bc4c8abc17
+RMD160 (pciutils-3.6.0.tar.gz) = ae4d4011d7287f51dab5163721c7620fed65da02
+SHA512 (pciutils-3.6.0.tar.gz) = 44cdf8360d2c84cc8e51a9b7ca36db9d349c6cc987b113e0ad6fe98519c8a586d11c65be1182359a750c54e4b9dd2bec83b0b0895d6bf05c082fa88d4d8c8262
+Size (pciutils-3.6.0.tar.gz) = 447921 bytes
+SHA1 (patch-aa) = cc7d473a90ae09aa8814b4d8d205ca96ffd691ae
 SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
 SHA1 (patch-lib_i386-io-sunos.h) = afb666796a6b220d868a41e4fb9fd9e42152faed

Index: pkgsrc/sysutils/pciutils/patches/patch-aa
diff -u pkgsrc/sysutils/pciutils/patches/patch-aa:1.20 pkgsrc/sysutils/pciutils/patches/patch-aa:1.21
--- pkgsrc/sysutils/pciutils/patches/patch-aa:1.20      Mon Nov 20 03:14:42 2017
+++ pkgsrc/sysutils/pciutils/patches/patch-aa   Tue Jul  3 03:35:37 2018
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.20 2017/11/20 03:14:42 msaitoh Exp $
+$NetBSD: patch-aa,v 1.21 2018/07/03 03:35:37 msaitoh Exp $
 
---- Makefile.orig      2017-11-17 22:00:27.000000000 +0900
-+++ Makefile   2017-11-20 12:02:45.561593424 +0900
+--- Makefile.orig      2018-07-01 06:42:41.000000000 +0900
++++ Makefile   2018-07-02 13:10:53.668692813 +0900
 @@ -1,8 +1,7 @@
  # Makefile for The PCI Utilities
- # (c) 1998--2017 Martin Mares <mj%ucw.cz@localhost>
+ # (c) 1998--2018 Martin Mares <mj%ucw.cz@localhost>
  
 -OPT=-O2
 -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 +CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
  
- VERSION=3.5.6
- DATE=2017-11-17
+ VERSION=3.6.0
+ DATE=2018-06-30
 @@ -13,7 +12,7 @@ RELEASE=
  CROSS_COMPILE=
  
@@ -54,7 +54,7 @@ $NetBSD: patch-aa,v 1.20 2017/11/20 03:1
  AR=$(CROSS_COMPILE)ar
  RANLIB=$(CROSS_COMPILE)ranlib
  
-@@ -110,12 +109,18 @@ distclean: clean
+@@ -118,12 +117,18 @@ distclean: clean
  
  install: all
  # -c is ignored on Linux, but required on FreeBSD
@@ -79,7 +79,7 @@ $NetBSD: patch-aa,v 1.20 2017/11/20 03:1
  ifeq ($(SHARED),yes)
  ifeq ($(LIBEXT),dylib)
        ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME)$(ABI_VERSION).$(LIBEXT)
-@@ -129,13 +134,14 @@ install: install-pcilib
+@@ -137,13 +142,14 @@ install: install-pcilib
  endif
  
  install-pcilib: lib/$(PCILIB)



Home | Main Index | Thread Index | Old Index