From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 May 2022 08:29:37 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nnwtl-006qqT-VW for lore@lore.pengutronix.de; Mon, 09 May 2022 08:29:37 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nnwtl-0001JL-EH; Mon, 09 May 2022 08:29:37 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nnwt3-0000qL-UF; Mon, 09 May 2022 08:28:53 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nnwt4-001F5Y-Ht; Mon, 09 May 2022 08:28:53 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nnwt2-00FkRc-3G; Mon, 09 May 2022 08:28:52 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 9 May 2022 08:28:52 +0200 Message-Id: <20220509062852.3753300-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220425123532.2274194-1-linnea.gunnarsson@t2data.com> References: <20220425123532.2274194-1-linnea.gunnarsson@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pciutils: version bump 3.7.0 -> 3.8.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Linnea Gunnarsson Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 83d5853f7ce6ee87b69d0119dbda1f372693c724. Michael [sent from post-receive hook] On Mon, 09 May 2022 08:28:51 +0200, Linnea Gunnarsson wrote: > - Officially requires a working C99 compiler. > - Some improvements for both old and new Windows > including a new back-end using cfgmgr32 interface. > - Updates to match current PCIe specification. > - Filter can match devices based on partially specified > class code and programming interface. > > - Bug fixes and improvments. > > Changelog can be found here: > https://github.com/pciutils/pciutils/blob/master/ChangeLog > > Signed-off-by: Linnea Gunnarsson > Message-Id: <20220425123532.2274194-1-linnea.gunnarsson@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/pciutils.make b/rules/pciutils.make > index d9aebefb595e..6333bb642a36 100644 > --- a/rules/pciutils.make > +++ b/rules/pciutils.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils > # > # Paths and names > # > -PCIUTILS_VERSION := 3.7.0 > -PCIUTILS_MD5 := e6e20482b4f25c5186e6a753c5edc361 > +PCIUTILS_VERSION := 3.8.0 > +PCIUTILS_MD5 := 72ba4ca1eed8b2972a785ee5aac0b138 > PCIUTILS := pciutils-$(PCIUTILS_VERSION) > PCIUTILS_SUFFIX := tar.xz > PCIUTILS_URL := $(call ptx/mirror, KERNEL, ../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX))