From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Jun 2021 15:28:06 +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 1lp9rq-0008U5-19 for lore@lore.pengutronix.de; Fri, 04 Jun 2021 15:28:06 +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 1lp9rp-00050Q-Pe; Fri, 04 Jun 2021 15:28:05 +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 1lp9rA-00050G-0z; Fri, 04 Jun 2021 15:27:24 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lp9r9-00060R-Gy; Fri, 04 Jun 2021 15:27:23 +0200 Date: Fri, 4 Jun 2021 15:27:23 +0200 From: Roland Hieber To: Felix Mellmann Message-ID: <20210604132723.zjqbqm3q6e32ww3i@pengutronix.de> References: <20210531141045.323134-1-flix.ptxdist@benfm.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210531141045.323134-1-flix.ptxdist@benfm.de> User-Agent: NeoMutt/20180716 Subject: Re: [ptxdist] [PATCH] f2fs-tools: version bump 1.12.0 -> 1.14.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: 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, May 31, 2021 at 04:10:45PM +0200, Felix Mellmann wrote: > Bumped to version 1.14.0 and pinned license file. > --- > patches/{f2fs-tools-1.12.0 => f2fs-tools-1.14.0}/autogen.sh | 0 > rules/f2fs-tools.make | 6 ++++-- > 2 files changed, 4 insertions(+), 2 deletions(-) > rename patches/{f2fs-tools-1.12.0 => f2fs-tools-1.14.0}/autogen.sh (100%) > > diff --git a/patches/f2fs-tools-1.12.0/autogen.sh b/patches/f2fs-tools-1.14.0/autogen.sh > similarity index 100% > rename from patches/f2fs-tools-1.12.0/autogen.sh > rename to patches/f2fs-tools-1.14.0/autogen.sh > diff --git a/rules/f2fs-tools.make b/rules/f2fs-tools.make > index f37e9bdfc..7928580df 100644 > --- a/rules/f2fs-tools.make > +++ b/rules/f2fs-tools.make > @@ -16,14 +16,16 @@ endif > # > # Paths and names > # > -F2FS_TOOLS_VERSION := 1.12.0 > -F2FS_TOOLS_MD5 := 52d8ab4d6b6e7b8d416cb1c0da518fb0 > +F2FS_TOOLS_VERSION := 1.14.0 > +F2FS_TOOLS_MD5 := cd063630d3859fd5c03349e11f6b3e3e > F2FS_TOOLS := f2fs-tools-$(F2FS_TOOLS_VERSION) > F2FS_TOOLS_SUFFIX := tar.xz > F2FS_TOOLS_URL := git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;tag=v$(F2FS_TOOLS_VERSION) > F2FS_TOOLS_SOURCE := $(SRCDIR)/$(F2FS_TOOLS).$(F2FS_TOOLS_SUFFIX) > F2FS_TOOLS_DIR := $(BUILDDIR)/$(F2FS_TOOLS) > F2FS_TOOLS_LICENSE := GPL-2.0-or-later LGPL-2.1-or-later This should be "GPL-2.0-or-later AND LGPL-2.1-or-later", but other than that Reviewed-by: Roland Hieber > +F2FS_TOOLS_LICENSE_FILES := \ > + file://COPYING;md5=362b4b2594cd362b874a97718faa51d3 > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.25.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- 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