summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-22 16:00:38 +0000
committerwiz <wiz@pkgsrc.org>2012-04-22 16:00:38 +0000
commit3152d662a7300a8437f2ecb0d4be3e0327da2f78 (patch)
treeb1b7580813d88a8e536a7e24105155ee497a7e47 /sysutils
parent89bcb5b292ab4004fc88c7eab67a88c8c7121941 (diff)
downloadpkgsrc-3152d662a7300a8437f2ecb0d4be3e0327da2f78.tar.gz
Update to 3.1.9:
2012-01-14 Martin Mares <mj@ucw.cz> * Released as 3.1.9. * Updated README. * Whereever we mention the PCI ID database, we now refer to http://pci-ids.ucw.cz/ and the sf.net site is mentioned only as a mirror. This includes update-pciids. * Decode PCIe Gen 3 speeds and link status fields. * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. 2011-10-02 Martin Mares <mj@ucw.cz> * Released as 3.1.8. * More capabilities: Transaction Processing Hints, Latency Tolerance Reporting. Thanks to Jesse Barnes. * Added BeOS and Haiku ports. Contributed by Francois Revol. * pciutils.pc now uses Libs.private properly. * When we format a name and it does not fit in the buffer, we truncate it instead of returning "buffer too small" instead. This works on all platforms with sane (i.e., C99-compatible) snprintf(). * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. 2010-01-31 Martin Mares <mj@ucw.cz> * Released as 3.1.7. * Minor improvements and bug fixes in decoding of the Virtual Channel capability. 2010-01-24 Martin Mares <mj@ucw.cz> * Released as 3.1.6. * More capabilities decoded: Virtual Channel (except arbitration tables), Root Complex Link, Vendor-Specific (header only), SATA HBA. * All extended capabilities have their version displayed (-vv or more). 2010-01-19 Martin Mares <mj@ucw.cz> * Released as 3.1.5. * Updated pci.ids to the today's snapshot of the database. * When scanning extended capabilities, properly mask the lowest 2 bits, which are currently reserved. This avoids unaligned access errors on broken hardware (see tests/broken-ecaps). * Large bar sizes are displayed in human-readable format (with units). Thanks to Matthew Wilcox. * Physical slot information is displayed correctly for multi-function cards. Fixed by Matthew Wilcox. * Fixed a couple of typos everywhere. * Library: Fixed bugs in freeing of capabilities. * Windows back-end compiles again. 2009-08-14 Martin Mares <mj@ucw.cz> * Released as 3.1.4. (sorry that I have missed 22/7 and released it later :-)) * Updated pci.ids to the today's snapshot of the database. * Fixed memory and file descriptor leak in the dump back-end. * The SR-IOV capability decoder now prints the VF BAR's. Patch by Chris Wright, cleaned up by me. * On request of certain company's lawyers, we now include a copy of the GPL with our package. It seems that the pciutils are getting mature if the most important bug of the month was this one ;-)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pciutils/Makefile7
-rw-r--r--sysutils/pciutils/distinfo12
-rw-r--r--sysutils/pciutils/patches/patch-aa12
-rw-r--r--sysutils/pciutils/patches/patch-ac11
4 files changed, 21 insertions, 21 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index ffa1ceea68f..882e1c4fb66 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2010/11/01 00:08:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/22 16:00:38 wiz Exp $
-DISTNAME= pciutils-3.1.3
-PKGREVISION= 1
+DISTNAME= pciutils-3.1.9
CATEGORIES= sysutils
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
- ftp://ftp.kernel.org/pub/software/utils/pciutils/
+ ftp://ftp.kernel.org/pub/software/utils/pciutils/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo
index 90d5ed4c1b3..afa9e841bf1 100644
--- a/sysutils/pciutils/distinfo
+++ b/sysutils/pciutils/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2009/07/20 05:58:44 hasso Exp $
+$NetBSD: distinfo,v 1.8 2012/04/22 16:00:38 wiz Exp $
-SHA1 (pciutils-3.1.3.tar.gz) = 7b7e473fe6778829db5cac9de60b3f10030a6c0d
-RMD160 (pciutils-3.1.3.tar.gz) = f0f23de4582a2d66a551588e80c5001256ba5f71
-Size (pciutils-3.1.3.tar.gz) = 296808 bytes
-SHA1 (patch-aa) = 16e03deaec5e918bca910f3b53e86920d8b4e9b2
+SHA1 (pciutils-3.1.9.tar.gz) = 6b0fc73ec0fe6a4fa4acb7dab13f3a83f3a45098
+RMD160 (pciutils-3.1.9.tar.gz) = 536d2a05477eb242d434a96995b5e22e9d2f90a6
+Size (pciutils-3.1.9.tar.gz) = 340215 bytes
+SHA1 (patch-aa) = 9c669be3355e31aea5a89b4a3cd8885df4de4559
SHA1 (patch-ab) = 1448bb418cdc908eb6652cc98994d23d0d78cea0
-SHA1 (patch-ac) = c917e8ad2d1e87fa65a2d8f3256afd40d5a87396
+SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa
index 9ef5094bcc6..73f7b76ad08 100644
--- a/sysutils/pciutils/patches/patch-aa
+++ b/sysutils/pciutils/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.5 2009/07/08 06:00:47 hasso Exp $
+$NetBSD: patch-aa,v 1.6 2012/04/22 16:00:38 wiz Exp $
---- Makefile.orig 2009-02-01 18:49:22 +0200
-+++ Makefile 2009-06-19 11:24:05 +0300
+--- Makefile.orig 2012-01-14 14:07:55.000000000 +0000
++++ Makefile
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
- # (c) 1998--2009 Martin Mares <mj@ucw.cz>
+ # (c) 1998--2012 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.1.3
- DATE=2009-07-04
+ VERSION=3.1.9
+ DATE=2012-01-14
@@ -13,7 +12,7 @@ RELEASE=
CROSS_COMPILE=
diff --git a/sysutils/pciutils/patches/patch-ac b/sysutils/pciutils/patches/patch-ac
index 844b2ebaa4b..fa14b8b65cc 100644
--- a/sysutils/pciutils/patches/patch-ac
+++ b/sysutils/pciutils/patches/patch-ac
@@ -1,11 +1,12 @@
-$NetBSD: patch-ac,v 1.1 2008/11/03 22:01:29 bjs Exp $
+$NetBSD: patch-ac,v 1.2 2012/04/22 16:00:38 wiz Exp $
---- lib/libpci.pc.in.orig 2008-04-10 15:15:47.000000000 -0400
+--- lib/libpci.pc.in.orig 2011-10-02 09:52:11.000000000 +0000
+++ lib/libpci.pc.in
-@@ -6,5 +6,5 @@ idsdir=@IDSDIR@
+@@ -6,6 +6,6 @@ idsdir=@IDSDIR@
Name: libpci
Description: libpci
Version: @VERSION@
--Libs: -L${libdir} -lpci @LDLIBS@
-+Libs: -L${libdir} -l@PCIUTILS_LIBNAME@ @LDLIBS@
+-Libs: -L${libdir} -lpci
++Libs: -L${libdir} -l@PCIUTILS_LIBNAME@
+ Libs.private: @LDLIBS@
Cflags: -I${includedir}