From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 05 Jul 2025 10:22:48 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uXyAa-00EGlE-1M for lore@lore.pengutronix.de; Sat, 05 Jul 2025 10:22:48 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uXyAZ-0004Bm-Uh; Sat, 05 Jul 2025 10:22:47 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uXyA5-0003Xq-0x; Sat, 05 Jul 2025 10:22:17 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uXyA4-006tkT-2j; Sat, 05 Jul 2025 10:22:16 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uXyA4-006Jm9-2X; Sat, 05 Jul 2025 10:22:16 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 5 Jul 2025 10:22:16 +0200 Message-Id: <20250705082216.1505974-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250622150908.4018411-1-christian.melki@t2data.com> References: <20250622150908.4018411-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pciutils: Version bump. 3.13 -> 3.14 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: Christian Melki 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 55293cd03b1f5ee87025a7d37c9977a93bedb49c. Michael [sent from post-receive hook] On Sat, 05 Jul 2025 10:22:16 +0200, Christian Melki wrote: > Minor changes. > https://github.com/pciutils/pciutils/blob/v3.14.0/ChangeLog > > Signed-off-by: Christian Melki > Message-Id: <20250622150908.4018411-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/pciutils.make b/rules/pciutils.make > index 46c15b8ab68e..df7aef3f3ac8 100644 > --- a/rules/pciutils.make > +++ b/rules/pciutils.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils > # > # Paths and names > # > -PCIUTILS_VERSION := 3.13.0 > -PCIUTILS_MD5 := 03cf42b53406618b35782a1fb729e330 > +PCIUTILS_VERSION := 3.14.0 > +PCIUTILS_MD5 := 9c98aeb5ca211d6d7e4cb5e20a489afe > PCIUTILS := pciutils-$(PCIUTILS_VERSION) > PCIUTILS_SUFFIX := tar.gz > PCIUTILS_URL := https://github.com/pciutils/pciutils/archive/refs/tags/v$(PCIUTILS_VERSION).$(PCIUTILS_SUFFIX)