pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pciutils Update pciutils to 3.5.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/441a14c7cd01
branches: trunk
changeset: 371728:441a14c7cd01
user: msaitoh <msaitoh%pkgsrc.org@localhost>
date: Mon Nov 20 03:14:42 2017 +0000
description:
Update pciutils to 3.5.6.
2017-11-17 Martin Mares <mj%ucw.cz@localhost>
* 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.
diffstat:
sysutils/pciutils/Makefile | 6 +++---
sysutils/pciutils/distinfo | 13 ++++++-------
sysutils/pciutils/patches/patch-aa | 10 ++++++----
sysutils/pciutils/patches/patch-ad | 22 ----------------------
4 files changed, 15 insertions(+), 36 deletions(-)
diffs (86 lines):
diff -r 0894cf6be729 -r 441a14c7cd01 sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile Mon Nov 20 00:03:54 2017 +0000
+++ b/sysutils/pciutils/Makefile Mon Nov 20 03:14:42 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2017/07/06 04:50:01 msaitoh Exp $
+# $NetBSD: Makefile,v 1.38 2017/11/20 03:14:42 msaitoh Exp $
-DISTNAME= pciutils-3.5.5
+DISTNAME= pciutils-3.5.6
CATEGORIES= sysutils
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
-MASTER_SITES+= http://kernel.org/pub/software/utils/pciutils/
+MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
diff -r 0894cf6be729 -r 441a14c7cd01 sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo Mon Nov 20 00:03:54 2017 +0000
+++ b/sysutils/pciutils/distinfo Mon Nov 20 03:14:42 2017 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.26 2017/07/06 04:50:01 msaitoh Exp $
+$NetBSD: distinfo,v 1.27 2017/11/20 03:14:42 msaitoh Exp $
-SHA1 (pciutils-3.5.5.tar.gz) = 409e7b0587c6a476ef93a90ecc4ab3b028a554bb
-RMD160 (pciutils-3.5.5.tar.gz) = bdfc4cb7b396374ecd3d9ee228cfb6af7faaa9f7
-SHA512 (pciutils-3.5.5.tar.gz) = b2c89e1d742c5a23cad662ed6bb1d47d7587b0d823fcbf3abc6d613735961473f7d29c83a4ccb49b64ec4f674026f17e88693eb34b42cb6c128abd1407c778ba
-Size (pciutils-3.5.5.tar.gz) = 437331 bytes
-SHA1 (patch-aa) = e2890ed3646c774a5f72bdff00af6b1d32cc7219
+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 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
-SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
diff -r 0894cf6be729 -r 441a14c7cd01 sysutils/pciutils/patches/patch-aa
--- a/sysutils/pciutils/patches/patch-aa Mon Nov 20 00:03:54 2017 +0000
+++ b/sysutils/pciutils/patches/patch-aa Mon Nov 20 03:14:42 2017 +0000
@@ -1,5 +1,7 @@
---- Makefile.orig 2017-02-26 07:58:49.000000000 +0900
-+++ Makefile 2017-02-26 15:40:04.602258606 +0900
+$NetBSD: patch-aa,v 1.20 2017/11/20 03:14:42 msaitoh Exp $
+
+--- Makefile.orig 2017-11-17 22:00:27.000000000 +0900
++++ Makefile 2017-11-20 12:02:45.561593424 +0900
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
# (c) 1998--2017 Martin Mares <mj%ucw.cz@localhost>
@@ -8,8 +10,8 @@
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
- VERSION=3.5.5
- DATE=2017-07-05
+ VERSION=3.5.6
+ DATE=2017-11-17
@@ -13,7 +12,7 @@ RELEASE=
CROSS_COMPILE=
diff -r 0894cf6be729 -r 441a14c7cd01 sysutils/pciutils/patches/patch-ad
--- a/sysutils/pciutils/patches/patch-ad Mon Nov 20 00:03:54 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2009/07/20 05:58:44 hasso Exp $
-
---- lib/fbsd-device.c.orig 2009-07-20 08:16:03 +0300
-+++ lib/fbsd-device.c 2009-07-20 08:17:55 +0300
-@@ -77,7 +77,7 @@ fbsd_read(struct pci_dev *d, int pos, by
- if (pos >= 256)
- return 0;
-
--#if __FreeBSD_version >= 700053
-+#if __FreeBSD_version >= 700053 || __DragonFly_version >= 200203
- pi.pi_sel.pc_domain = d->domain;
- #endif
- pi.pi_sel.pc_bus = d->bus;
-@@ -120,7 +120,7 @@ fbsd_write(struct pci_dev *d, int pos, b
- if (pos >= 256)
- return 0;
-
--#if __FreeBSD_version >= 700053
-+#if __FreeBSD_version >= 700053 || __DragonFly_version >= 200203
- pi.pi_sel.pc_domain = d->domain;
- #endif
- pi.pi_sel.pc_bus = d->bus;
Home |
Main Index |
Thread Index |
Old Index