mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] mmc-utils: new upstream git location
@ 2022-10-04 16:40 Bruno Thomsen
  2022-10-04 16:40 ` [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84 Bruno Thomsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bruno Thomsen @ 2022-10-04 16:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

The existing URL has been renamed with -old:
https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils-old.git

New URL found in kernel documentation:
https://www.kernel.org/doc/html/latest/driver-api/mmc/mmc-tools.html

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/mmc-utils.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
index 5929d0788..4d9447dd2 100644
--- a/rules/mmc-utils.make
+++ b/rules/mmc-utils.make
@@ -19,7 +19,7 @@ MMC_UTILS_VERSION	:= 2019-10-04-g73d6c59af8d1
 MMC_UTILS_MD5		:= 5d7c8db4f1735111d42773799e1a84bc
 MMC_UTILS		:= mmc-utils-$(MMC_UTILS_VERSION)
 MMC_UTILS_SUFFIX	:= tar.gz
-MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
+MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
 MMC_UTILS_SOURCE	:= $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
 MMC_UTILS_DIR		:= $(BUILDDIR)/$(MMC_UTILS)
 MMC_UTILS_LICENSE	:= GPL-2.0-only AND BSD-3-Clause

base-commit: 2904240113270c90686515a6b06af48d2d5332cf
-- 
2.37.3




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

* [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84
  2022-10-04 16:40 [ptxdist] [PATCH 1/3] mmc-utils: new upstream git location Bruno Thomsen
@ 2022-10-04 16:40 ` Bruno Thomsen
  2022-10-19  5:41   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-10-04 16:40 ` [ptxdist] [PATCH 3/3] mmc-utils: update license Bruno Thomsen
  2022-10-14  7:46 ` [ptxdist] [APPLIED] mmc-utils: new upstream git location Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2022-10-04 16:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/mmc-utils.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
index 4d9447dd2..a5045b079 100644
--- a/rules/mmc-utils.make
+++ b/rules/mmc-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MMC_UTILS) += mmc-utils
 # Paths and names
 #
 # No tags: use a fake descriptive commit-ish to include the date
-MMC_UTILS_VERSION	:= 2019-10-04-g73d6c59af8d1
-MMC_UTILS_MD5		:= 5d7c8db4f1735111d42773799e1a84bc
+MMC_UTILS_VERSION	:= 2022-09-27-gdfc3b6ecda84
+MMC_UTILS_MD5		:= 791e4c512cb044045ae34d7f4b781ac1
 MMC_UTILS		:= mmc-utils-$(MMC_UTILS_VERSION)
 MMC_UTILS_SUFFIX	:= tar.gz
 MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
-- 
2.37.3




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

* [ptxdist] [PATCH 3/3] mmc-utils: update license
  2022-10-04 16:40 [ptxdist] [PATCH 1/3] mmc-utils: new upstream git location Bruno Thomsen
  2022-10-04 16:40 ` [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84 Bruno Thomsen
@ 2022-10-04 16:40 ` Bruno Thomsen
  2022-10-14  7:45   ` Michael Olbrich
  2022-10-14  7:46 ` [ptxdist] [APPLIED] mmc-utils: new upstream git location Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2022-10-04 16:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Newly added README file clearly states that license is GPL-2.0-only.
Add README and mmc.c license header as license files.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/mmc-utils.make | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
index a5045b079..4cbc4dc34 100644
--- a/rules/mmc-utils.make
+++ b/rules/mmc-utils.make
@@ -22,7 +22,10 @@ MMC_UTILS_SUFFIX	:= tar.gz
 MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
 MMC_UTILS_SOURCE	:= $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
 MMC_UTILS_DIR		:= $(BUILDDIR)/$(MMC_UTILS)
-MMC_UTILS_LICENSE	:= GPL-2.0-only AND BSD-3-Clause
+MMC_UTILS_LICENSE	:= GPL-2.0-only
+MMC_UTILS_LICENSE_FILES := \
+	file://README;startline=28;endline=31;md5=73e5e3ce638b21eca6e204e260201d4a \
+	file://mmc.c;startline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.37.3




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

* Re: [ptxdist] [PATCH 3/3] mmc-utils: update license
  2022-10-04 16:40 ` [ptxdist] [PATCH 3/3] mmc-utils: update license Bruno Thomsen
@ 2022-10-14  7:45   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-10-14  7:45 UTC (permalink / raw)
  To: Bruno Thomsen; +Cc: ptxdist

On Tue, Oct 04, 2022 at 06:40:26PM +0200, Bruno Thomsen wrote:
> Newly added README file clearly states that license is GPL-2.0-only.
> Add README and mmc.c license header as license files.

Well, the program itself may be GPL-2.0-only but there are 3rdparty sources
included and those are BSD-3-Clause. So please keep that license and add
license file entry for one of the files in 3rdparty/hmac_sha/.

Michael

> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
>  rules/mmc-utils.make | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
> index a5045b079..4cbc4dc34 100644
> --- a/rules/mmc-utils.make
> +++ b/rules/mmc-utils.make
> @@ -22,7 +22,10 @@ MMC_UTILS_SUFFIX	:= tar.gz
>  MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
>  MMC_UTILS_SOURCE	:= $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
>  MMC_UTILS_DIR		:= $(BUILDDIR)/$(MMC_UTILS)
> -MMC_UTILS_LICENSE	:= GPL-2.0-only AND BSD-3-Clause
> +MMC_UTILS_LICENSE	:= GPL-2.0-only
> +MMC_UTILS_LICENSE_FILES := \
> +	file://README;startline=28;endline=31;md5=73e5e3ce638b21eca6e204e260201d4a \
> +	file://mmc.c;startline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.37.3
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [APPLIED] mmc-utils: new upstream git location
  2022-10-04 16:40 [ptxdist] [PATCH 1/3] mmc-utils: new upstream git location Bruno Thomsen
  2022-10-04 16:40 ` [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84 Bruno Thomsen
  2022-10-04 16:40 ` [ptxdist] [PATCH 3/3] mmc-utils: update license Bruno Thomsen
@ 2022-10-14  7:46 ` Michael Olbrich
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-10-14  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 99257a1ad4950ec45dfc491059d1768c375ad821.

Michael

[sent from post-receive hook]

On Fri, 14 Oct 2022 09:46:33 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> The existing URL has been renamed with -old:
> https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils-old.git
> 
> New URL found in kernel documentation:
> https://www.kernel.org/doc/html/latest/driver-api/mmc/mmc-tools.html
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20221004164026.6323-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
> index 5929d0788dea..4d9447dd2f0c 100644
> --- a/rules/mmc-utils.make
> +++ b/rules/mmc-utils.make
> @@ -19,7 +19,7 @@ MMC_UTILS_VERSION	:= 2019-10-04-g73d6c59af8d1
>  MMC_UTILS_MD5		:= 5d7c8db4f1735111d42773799e1a84bc
>  MMC_UTILS		:= mmc-utils-$(MMC_UTILS_VERSION)
>  MMC_UTILS_SUFFIX	:= tar.gz
> -MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
> +MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
>  MMC_UTILS_SOURCE	:= $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
>  MMC_UTILS_DIR		:= $(BUILDDIR)/$(MMC_UTILS)
>  MMC_UTILS_LICENSE	:= GPL-2.0-only AND BSD-3-Clause



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

* Re: [ptxdist] [APPLIED] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84
  2022-10-04 16:40 ` [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84 Bruno Thomsen
@ 2022-10-19  5:41   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-10-19  5:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as fba211e12e49b5c8abaff52d7306865d989a3d73.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:19 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20221004164026.6323-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
> index 4d9447dd2f0c..a5045b079c1e 100644
> --- a/rules/mmc-utils.make
> +++ b/rules/mmc-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MMC_UTILS) += mmc-utils
>  # Paths and names
>  #
>  # No tags: use a fake descriptive commit-ish to include the date
> -MMC_UTILS_VERSION	:= 2019-10-04-g73d6c59af8d1
> -MMC_UTILS_MD5		:= 5d7c8db4f1735111d42773799e1a84bc
> +MMC_UTILS_VERSION	:= 2022-09-27-gdfc3b6ecda84
> +MMC_UTILS_MD5		:= 791e4c512cb044045ae34d7f4b781ac1
>  MMC_UTILS		:= mmc-utils-$(MMC_UTILS_VERSION)
>  MMC_UTILS_SUFFIX	:= tar.gz
>  MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)



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

end of thread, other threads:[~2022-10-19  5:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 16:40 [ptxdist] [PATCH 1/3] mmc-utils: new upstream git location Bruno Thomsen
2022-10-04 16:40 ` [ptxdist] [PATCH 2/3] mmc-utils: version bump 2019-10-04-g73d6c59af8d1 -> 2022-09-27-gdfc3b6ecda84 Bruno Thomsen
2022-10-19  5:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-04 16:40 ` [ptxdist] [PATCH 3/3] mmc-utils: update license Bruno Thomsen
2022-10-14  7:45   ` Michael Olbrich
2022-10-14  7:46 ` [ptxdist] [APPLIED] mmc-utils: new upstream git location Michael Olbrich

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