From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-db8eur05on2043.outbound.protection.outlook.com ([40.107.20.43] helo=EUR05-DB8-obe.outbound.protection.outlook.com) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iotRu-0003VL-R0 for ptxdist@pengutronix.de; Tue, 07 Jan 2020 19:19:27 +0100 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 5A722AD90 for ; Tue, 7 Jan 2020 19:19:16 +0100 (CET) From: Christian Hermann Date: Tue, 7 Jan 2020 19:19:21 +0100 Message-Id: <20200107181921.29768-1-christian.hermann@hytera.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] pciutils: version bump 3.3.0 -> 3.6.2 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Christian Hermann --- rules/pciutils.make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules/pciutils.make b/rules/pciutils.make index b26350256..10e782859 100644 --- a/rules/pciutils.make +++ b/rules/pciutils.make @@ -15,14 +15,16 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils # # Paths and names # -PCIUTILS_VERSION := 3.3.0 -PCIUTILS_MD5 := 3c19adf32a8457983b71ff376ef7dafe +PCIUTILS_VERSION := 3.6.2 +PCIUTILS_MD5 := 77963796d1be4f451b83e6da28ba4f82 PCIUTILS := pciutils-$(PCIUTILS_VERSION) PCIUTILS_SUFFIX := tar.xz PCIUTILS_URL := $(call ptx/mirror, KERNEL, ../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX)) PCIUTILS_SOURCE := $(SRCDIR)/$(PCIUTILS).$(PCIUTILS_SUFFIX) PCIUTILS_DIR := $(BUILDDIR)/$(PCIUTILS) -PCIUTILS_LICENSE := GPL-2.0-only +PCIUTILS_LICENSE := GPL-2.0-or-later +PCIUTILS_LICENSE_FILES := \ + file://README;startline=4;endline=8;md5=e6d1f5496a9acbc746789a7b925d02e1 # ---------------------------------------------------------------------------- # Prepare -- 2.24.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de