Update to 3.4.1
ChangeLog: 2016-01-03 Martin Mares <mj@ucw.cz> * Released as 3.4.1. * New capabilities decoded: Process Address Space, Page Request Interface, Enhanced Allocation. Thanks to David Daney and David Woodhouse. * DevCap SlotPowerLimit is now decoded for all components with upstream ports. * Database mirror at SourceForge moved to GitHub. * Updated pci.ids to the current snapshot of the database. 2015-09-14 Martin Mares <mj@ucw.cz> * Released as 3.4.0. * On Linux, we report NUMA nodes of devices. * The sysfs back-end does not die on read errors of optional attributes. Instead, a warning is produced. * Fixed several minor bugs. * Updated pci.ids to the current snapshot of the database. 2015-04-09 Martin Mares <mj@ucw.cz> * Released as 3.3.1. * Removed hacks for backward compatibility with Linux libc5, which were breaking newer non-glibc Linux systems. Thanks to Felix Janda. * Display VirtIO vendor-specific capability. Patch by Gerd Hoffmann. * Fixed memory leak in name cache. * Updated pci.ids to the current snapshot of the database.
This commit is contained in:
parent
98bbe964ec
commit
036e34ea2a
3 changed files with 15 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.25 2014/12/08 04:50:17 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2016/02/15 00:51:13 msaitoh Exp $
|
||||
|
||||
DISTNAME= pciutils-3.3.0
|
||||
DISTNAME= pciutils-3.4.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
|
||||
ftp://ftp.kernel.org/pub/software/utils/pciutils/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.19 2015/12/29 04:04:31 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.20 2016/02/15 00:51:13 msaitoh Exp $
|
||||
|
||||
SHA1 (pciutils-3.3.0.tar.gz) = cb1ad848c3a4384a43b5e516fb72e0aa6eb3d380
|
||||
RMD160 (pciutils-3.3.0.tar.gz) = 0a48d5327279a8eb1ba7e85740b6d9da01dc5525
|
||||
SHA512 (pciutils-3.3.0.tar.gz) = 7505bdb6801710db61b2f987c2dbfaed998aa504c71a30d21b220fe5be4651672e32094c756fb1e79412259ecaf01ea5460dfc6cc67485caa8a794b1d7096a52
|
||||
Size (pciutils-3.3.0.tar.gz) = 419917 bytes
|
||||
SHA1 (patch-aa) = 90a4457c954ccc89c9b141ae572ec92ee2934758
|
||||
SHA1 (pciutils-3.4.1.tar.gz) = e1d214c27ac11d4b397c607acc16baffff157ddd
|
||||
RMD160 (pciutils-3.4.1.tar.gz) = cc2149d5017e61c48cab1ab3ae7da0c20c79db2b
|
||||
SHA512 (pciutils-3.4.1.tar.gz) = 41c2c05952648ec9eb637c41419d5580c24f6479d90bbc0c0b09ec50cb228c3a2db7bd4afedbc199e8e4e49fe6052f638cb777b09b212ec0ee4b493497f4183e
|
||||
Size (pciutils-3.4.1.tar.gz) = 398904 bytes
|
||||
SHA1 (patch-aa) = f24ba8f6c55ef766abe5aeaa49cb53ceec699dbb
|
||||
SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
|
||||
SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
|
||||
SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
$NetBSD: patch-aa,v 1.12 2015/12/29 04:04:31 dholland Exp $
|
||||
$NetBSD: patch-aa,v 1.13 2016/02/15 00:51:13 msaitoh Exp $
|
||||
|
||||
--- Makefile.orig 2014-11-10 22:37:47.000000000 +0900
|
||||
+++ Makefile 2014-11-26 14:10:21.000000000 +0900
|
||||
--- Makefile.orig 2016-01-03 23:19:13.000000000 +0900
|
||||
+++ Makefile 2016-02-12 18:11:55.383839862 +0900
|
||||
@@ -1,8 +1,7 @@
|
||||
# Makefile for The PCI Utilities
|
||||
# (c) 1998--2014 Martin Mares <mj@ucw.cz>
|
||||
# (c) 1998--2016 Martin Mares <mj@ucw.cz>
|
||||
|
||||
-OPT=-O2
|
||||
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
|
||||
+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
|
||||
|
||||
VERSION=3.3.0
|
||||
DATE=2014-11-10
|
||||
VERSION=3.4.1
|
||||
DATE=2016-01-03
|
||||
@@ -13,7 +12,7 @@
|
||||
CROSS_COMPILE=
|
||||
|
||||
|
|
Loading…
Reference in a new issue