mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] f2fs-tools: version bump 1.12.0 -> 1.14.0
@ 2021-10-01 10:32 Felix Mellmann
  2021-10-20  9:39 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Mellmann @ 2021-10-01 10:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Felix Mellmann

Signed-off-by: Felix Mellmann <flix.ptxdist@benfm.de>
---
 .../autogen.sh                                       |  0
 rules/f2fs-tools.make                                | 12 +++++++-----
 2 files changed, 7 insertions(+), 5 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..920450f9f 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		:= df05b251ce1e9966450bb801da91d7a3
 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_SUFFIX	:= tar.gz
+F2FS_TOOLS_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$(F2FS_TOOLS).$(F2FS_TOOLS_SUFFIX)
 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
+F2FS_TOOLS_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later
+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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] f2fs-tools: version bump 1.12.0 -> 1.14.0
  2021-10-01 10:32 [ptxdist] [PATCH v2] f2fs-tools: version bump 1.12.0 -> 1.14.0 Felix Mellmann
@ 2021-10-20  9:39 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-20  9:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Felix Mellmann

Thanks, applied as 6f3d44812fff469e488bdbde5dec828ea48d8b60.

Michael

[sent from post-receive hook]

On Wed, 20 Oct 2021 11:39:42 +0200, Felix Mellmann <flix.ptxdist@benfm.de> wrote:
> Signed-off-by: Felix Mellmann <flix.ptxdist@benfm.de>
> Message-Id: <20211001103243.1332274-1-flix.ptxdist@benfm.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 f37e9bdfc495..920450f9f844 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		:= df05b251ce1e9966450bb801da91d7a3
>  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_SUFFIX	:= tar.gz
> +F2FS_TOOLS_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$(F2FS_TOOLS).$(F2FS_TOOLS_SUFFIX)
>  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
> +F2FS_TOOLS_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later
> +F2FS_TOOLS_LICENSE_FILES := \
> +	file://COPYING;md5=362b4b2594cd362b874a97718faa51d3
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-20  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 10:32 [ptxdist] [PATCH v2] f2fs-tools: version bump 1.12.0 -> 1.14.0 Felix Mellmann
2021-10-20  9:39 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox