Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 97EDC7A3DA for ; Fri, 20 May 2016 04:23:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 49F5885E95; Fri, 20 May 2016 04:23:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD6F085E38 for ; Fri, 20 May 2016 04:23:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CbW7ubWbUzNL for ; Fri, 20 May 2016 04:23:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E53E84C86 for ; Fri, 20 May 2016 04:23:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69124FBBA; Fri, 20 May 2016 04:23:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 20 May 2016 04:23:56 +0000 From: "SAITOH Masanobu" Subject: CVS commit: pkgsrc/sysutils/pciutils To: pkgsrc-changes@NetBSD.org Reply-To: msaitoh@netbsd.org X-Mailer: log_accum Message-Id: <20160520042356.69124FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: msaitoh Date: Fri May 20 04:23:56 UTC 2016 Modified Files: pkgsrc/sysutils/pciutils: Makefile distinfo pkgsrc/sysutils/pciutils/patches: patch-aa Removed Files: pkgsrc/sysutils/pciutils/patches: patch-lib_nbsd_libpci.c Log Message: Update pciutils to 3.5.0. 2016-05-19 Martin Mares * Released as 3.5.0. * New capabilities decoded: Downstream Port Containment, Precision Time Measurement. Thanks to Keith Busch and Jonathan Yong. * Domain numbers extended to 31 bits. This will be used by the Linux kernel on some machines in near future. * Enhanced allocation regions are now decoded on Linux. * The NetBSD back-end supports PCIe extended configuration space. * Updated pci.ids to the current snapshot of the database. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/pciutils/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/pciutils/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/pciutils/patches/patch-aa cvs rdiff -u -r1.2 -r0 \ pkgsrc/sysutils/pciutils/patches/patch-lib_nbsd_libpci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.