From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-vi1eur05on2062e.outbound.protection.outlook.com ([2a01:111:f400:7d00::62e] helo=EUR05-VI1-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 1ipBOb-0002ut-6S for ptxdist@pengutronix.de; Wed, 08 Jan 2020 14:29:14 +0100 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 5E8D8AD8E for ; Wed, 8 Jan 2020 14:28:49 +0100 (CET) References: <20200107182142.31194-1-christian.hermann@hytera.de> <2106912.Fm4uFQl1qq@ada> From: Christian Hermann Message-ID: <3e013b2a-40f9-13a9-7475-54730ea5bb9e@hytera.de> Date: Wed, 8 Jan 2020 14:28:56 +0100 MIME-Version: 1.0 In-Reply-To: <2106912.Fm4uFQl1qq@ada> Content-Language: en-US Subject: Re: [ptxdist] [PATCH] file: version bump 5.35 -> 5.36 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Hello Alex, thanks for taking a look at this commit. I consider this patch small enough for easy review and feedback. Kind regards On 08.01.20 09:31, Alexander Dahl wrote: > Hello Christian, > > Am Dienstag, 7. Januar 2020, 19:21:42 CET schrieb Christian Hermann: >> * fetch via http instead of ftp >> * fix license identifier > > You might want to split up those in more than one commit for easier review and > later reference? > > Greets > Alex > >> >> Signed-off-by: Christian Hermann >> --- >> rules/file.make | 11 +++++++---- >> 1 file changed, 7 insertions(+), 4 deletions(-) >> >> diff --git a/rules/file.make b/rules/file.make >> index b721cf7e6..0d42cdece 100644 >> --- a/rules/file.make >> +++ b/rules/file.make >> @@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_FILE) += file >> # >> # Paths and names >> # >> -FILE_VERSION := 5.35 >> -FILE_MD5 := 5f10fb45bdaffd729a572e563783b78e >> +FILE_VERSION := 5.36 >> +FILE_MD5 := 9af0eb3f5db4ae00fffc37f7b861575c >> FILE := file-$(FILE_VERSION) >> FILE_SUFFIX := tar.gz >> -FILE_URL := ftp://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX) >> +FILE_URL := http://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX) >> FILE_SOURCE := $(SRCDIR)/$(FILE).$(FILE_SUFFIX) >> FILE_DIR := $(BUILDDIR)/$(FILE) >> -FILE_LICENSE := BSD AND 2-term BSD >> +FILE_LICENSE := BSD-2-Clause >> +FILE_LICENSE_FILES := \ >> + file://COPYING;md5=8bafafc441e2e0b9660848c98760b5f3 \ >> + file://src/file.c;startline=1;endline=27;md5=c23a8098a761ce319308792587730 >> 7b9 >> >> # >> --------------------------------------------------------------------------- >> - # Prepare > > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de