Mon Nov 20 03:14:42 2017 UTC ()
Update pciutils to 3.5.6.

2017-11-17  Martin Mares <mj@ucw.cz>

	* Released as 3.5.6.

	* Improvements of the FreeBSD back-end: read-only access for non-root,
	  support DragonFly BSD, support extended config space.

	* MN VPD keyword is decoded correctly.

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


(msaitoh)
diff -r1.37 -r1.38 pkgsrc/sysutils/pciutils/Makefile
diff -r1.26 -r1.27 pkgsrc/sysutils/pciutils/distinfo
diff -r1.19 -r1.20 pkgsrc/sysutils/pciutils/patches/patch-aa
diff -r1.1 -r0 pkgsrc/sysutils/pciutils/patches/patch-ad

cvs diff -r1.37 -r1.38 pkgsrc/sysutils/pciutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/Makefile 2017/07/06 04:50:01 1.37
+++ pkgsrc/sysutils/pciutils/Makefile 2017/11/20 03:14:42 1.38
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.37 2017/07/06 04:50:01 msaitoh Exp $ 1# $NetBSD: Makefile,v 1.38 2017/11/20 03:14:42 msaitoh Exp $
2 2
3DISTNAME= pciutils-3.5.5 3DISTNAME= pciutils-3.5.6
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ 5MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
6MASTER_SITES+= http://kernel.org/pub/software/utils/pciutils/ 6MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://mj.ucw.cz/pciutils.shtml 9HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
10COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) 10COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* 14ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
15ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-* 15ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-*
16 16
17MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 17MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
18MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 18MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
19 19

cvs diff -r1.26 -r1.27 pkgsrc/sysutils/pciutils/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/distinfo 2017/07/06 04:50:01 1.26
+++ pkgsrc/sysutils/pciutils/distinfo 2017/11/20 03:14:42 1.27
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1$NetBSD: distinfo,v 1.26 2017/07/06 04:50:01 msaitoh Exp $ 1$NetBSD: distinfo,v 1.27 2017/11/20 03:14:42 msaitoh Exp $
2 2
3SHA1 (pciutils-3.5.5.tar.gz) = 409e7b0587c6a476ef93a90ecc4ab3b028a554bb 3SHA1 (pciutils-3.5.6.tar.gz) = 9f22fe9fccf1c5089167dc534409df8bd724f43d
4RMD160 (pciutils-3.5.5.tar.gz) = bdfc4cb7b396374ecd3d9ee228cfb6af7faaa9f7 4RMD160 (pciutils-3.5.6.tar.gz) = d4c89bdcff620646de5cc847f93d598822799168
5SHA512 (pciutils-3.5.5.tar.gz) = b2c89e1d742c5a23cad662ed6bb1d47d7587b0d823fcbf3abc6d613735961473f7d29c83a4ccb49b64ec4f674026f17e88693eb34b42cb6c128abd1407c778ba 5SHA512 (pciutils-3.5.6.tar.gz) = d9bac2d1744db21937d84d27ad1fe8d508d421468b6adeb179fb550aab4b9a57c0a67230a425f28dbc0a91caa276f6a069e99d929daf350607c61e65f7918e73
6Size (pciutils-3.5.5.tar.gz) = 437331 bytes 6Size (pciutils-3.5.6.tar.gz) = 436463 bytes
7SHA1 (patch-aa) = e2890ed3646c774a5f72bdff00af6b1d32cc7219 7SHA1 (patch-aa) = d8caa8b69987d14397fd863d776a533e4c19b26e
8SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536 8SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
9SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29 9SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
10SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37 

cvs diff -r1.19 -r1.20 pkgsrc/sysutils/pciutils/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/patches/patch-aa 2017/07/06 04:50:02 1.19
+++ pkgsrc/sysutils/pciutils/patches/patch-aa 2017/11/20 03:14:42 1.20
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1--- Makefile.orig 2017-02-26 07:58:49.000000000 +0900 1$NetBSD: patch-aa,v 1.20 2017/11/20 03:14:42 msaitoh Exp $
2+++ Makefile 2017-02-26 15:40:04.602258606 +0900 2
 3--- Makefile.orig 2017-11-17 22:00:27.000000000 +0900
 4+++ Makefile 2017-11-20 12:02:45.561593424 +0900
3@@ -1,8 +1,7 @@ 5@@ -1,8 +1,7 @@
4 # Makefile for The PCI Utilities 6 # Makefile for The PCI Utilities
5 # (c) 1998--2017 Martin Mares <mj@ucw.cz> 7 # (c) 1998--2017 Martin Mares <mj@ucw.cz>
6  8
7-OPT=-O2 9-OPT=-O2
8-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 10-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
9+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 11+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
10  12
11 VERSION=3.5.5 13 VERSION=3.5.6
12 DATE=2017-07-05 14 DATE=2017-11-17
13@@ -13,7 +12,7 @@ RELEASE= 15@@ -13,7 +12,7 @@ RELEASE=
14 CROSS_COMPILE= 16 CROSS_COMPILE=
15  17
16 # Support for compressed pci.ids (yes/no, default: detect) 18 # Support for compressed pci.ids (yes/no, default: detect)
17-ZLIB= 19-ZLIB=
18+ZLIB=no 20+ZLIB=no
19  21
20 # Support for resolving ID's by DNS (yes/no, default: detect) 22 # Support for resolving ID's by DNS (yes/no, default: detect)
21 DNS= 23 DNS=
22@@ -29,23 +28,23 @@ HWDB= 24@@ -29,23 +28,23 @@ HWDB=
23  25
24 # ABI version suffix in the name of the shared library 26 # ABI version suffix in the name of the shared library
25 # (as we use proper symbol versioning, this seldom needs changing) 27 # (as we use proper symbol versioning, this seldom needs changing)

File Deleted: pkgsrc/sysutils/pciutils/patches/Attic/patch-ad