From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 02 Aug 2021 10:34:17 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mATOr-0003t8-HS for lore@lore.pengutronix.de; Mon, 02 Aug 2021 10:34:17 +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 1mATOq-0003yc-U1; Mon, 02 Aug 2021 10:34:16 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mATOK-0003yN-0f; Mon, 02 Aug 2021 10:33:44 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mATOJ-0001Oc-OH; Mon, 02 Aug 2021 10:33:43 +0200 Date: Mon, 2 Aug 2021 10:33:43 +0200 From: Roland Hieber To: Ahmad Fatoum Message-ID: <20210802083343.lltjmtcm3xv3baq3@pengutronix.de> References: <20210727140535.11083-1-a.fatoum@pengutronix.de> <20210728094832.wa6afqtjxlkjan6t@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Subject: Re: [ptxdist] [PATCH] fscryptctl: new package 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 On Mon, Aug 02, 2021 at 07:45:26AM +0200, Ahmad Fatoum wrote: > Hi Roland, > > On 28.07.21 11:48, Roland Hieber wrote: > > On Tue, Jul 27, 2021 at 04:05:35PM +0200, Ahmad Fatoum wrote: > >> diff --git a/rules/fscryptctl.make b/rules/fscryptctl.make > >> new file mode 100644 > >> index 000000000000..7520ab37c203 > >> --- /dev/null > >> +++ b/rules/fscryptctl.make > >> @@ -0,0 +1,53 @@ > >> +# -*-makefile-*- > >> +# > >> +# Copyright (C) 2021 by Ahmad Fatoum > >> +# > >> + > >> +PACKAGES-$(PTXCONF_FSCRYPTCTL) += fscryptctl > >> + > >> +# > >> +# Paths and names > >> +# > >> +FSCRYPTCTL_VERSION := 1.0.0 > >> +FSCRYPTCTL_MD5 := 1013d00ac166b233631100e5905004cc > >> +FSCRYPTCTL := fscryptctl-$(FSCRYPTCTL_VERSION) > >> +FSCRYPTCTL_SUFFIX := tar.gz > >> +FSCRYPTCTL_URL := https://github.com/google/fscryptctl/archive/v$(FSCRYPTCTL_VERSION).$(FSCRYPTCTL_SUFFIX) > >> +FSCRYPTCTL_SOURCE := $(SRCDIR)/$(FSCRYPTCTL).$(FSCRYPTCTL_SUFFIX) > >> +FSCRYPTCTL_DIR := $(BUILDDIR)/$(FSCRYPTCTL) > >> +FSCRYPTCTL_LICENSE := Apache-2.0 > > > > FSCRYPTCTL_LICENSE_FILES := \ > > file://fscryptctl.c;startline=5;endline=20;md5=989e571b78197682b85e3643d13296e5 \ > > file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 > > > > (Please check by running "ptxdist licensecheck fscryptctl" after adding > > these lines.) > > Thanks. I just sent out a v2 with your suggested FSCRYPTCTL_LICENSE_FILES. > I didn't take startline=5 however, because that includes Google copyright > (with year) and author names. I bumped it to startline=10, which starts with: Yes, startline=5 was deliberate to include the copyright statement. This way it is reproduced in the license-report.pdf. - Roland -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de