mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] dt-utils: version bump 2023.08.0 -> 2023.11.0
@ 2023-11-24 11:22 Roland Hieber
  2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2023-11-24 11:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

The License section in the README has moved down two lines, otherwise
everything stays the same.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/dt-utils.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/dt-utils.make b/rules/dt-utils.make
index 78c251b4f5a3..f5e08214abc3 100644
--- a/rules/dt-utils.make
+++ b/rules/dt-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_DT_UTILS) += dt-utils
 #
 # Paths and names
 #
-DT_UTILS_VERSION	:= 2023.08.0
-DT_UTILS_MD5		:= ba7ed63c6e9bfc9c39e090c3bc1fb8c2
+DT_UTILS_VERSION	:= 2023.11.0
+DT_UTILS_MD5		:= 4aa4ef310c76a2baa5df62254f0b7453
 DT_UTILS		:= dt-utils-$(DT_UTILS_VERSION)
 DT_UTILS_SUFFIX		:= tar.xz
 DT_UTILS_URL		:= https://public.pengutronix.de/software/dt-utils/$(DT_UTILS).$(DT_UTILS_SUFFIX)
@@ -27,7 +27,7 @@ DT_UTILS_DIR		:= $(BUILDDIR)/$(DT_UTILS)
 # LicenseRef-DCO too, which don't make it into the compiled code.
 DT_UTILS_LICENSE	:= GPL-2.0-only AND GPL-2.0-or-later AND Zlib
 DT_UTILS_LICENSE_FILES	:= \
-	file://README;startline=65;endline=81;md5=ac976dc9413ba8aee0286c950eca0374 \
+	file://README;startline=67;endline=83;md5=ac976dc9413ba8aee0286c950eca0374 \
 	file://LICENSES/GPL-2.0-only.txt;md5=18d902a0242c37a4604224b47d02f802 \
 	file://src/barebox-state/state_variables.c;startline=1;endline=5;md5=48db6eca86398f8f9806370f78598bf4 \
 	file://LICENSES/GPL-2.0-or-later.txt;md5=df0715377b556699ce0837d45cb8bec9 \
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] dt-utils: version bump 2023.08.0 -> 2023.11.0
  2023-11-24 11:22 [ptxdist] [PATCH] dt-utils: version bump 2023.08.0 -> 2023.11.0 Roland Hieber
@ 2023-11-28  8:36 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-11-28  8:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as b106b0a6c696b082b38c06f0e2ff8426bff19d54.

Michael

[sent from post-receive hook]

On Tue, 28 Nov 2023 09:36:53 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> The License section in the README has moved down two lines, otherwise
> everything stays the same.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20231124112251.1819724-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/dt-utils.make b/rules/dt-utils.make
> index 78c251b4f5a3..f5e08214abc3 100644
> --- a/rules/dt-utils.make
> +++ b/rules/dt-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_DT_UTILS) += dt-utils
>  #
>  # Paths and names
>  #
> -DT_UTILS_VERSION	:= 2023.08.0
> -DT_UTILS_MD5		:= ba7ed63c6e9bfc9c39e090c3bc1fb8c2
> +DT_UTILS_VERSION	:= 2023.11.0
> +DT_UTILS_MD5		:= 4aa4ef310c76a2baa5df62254f0b7453
>  DT_UTILS		:= dt-utils-$(DT_UTILS_VERSION)
>  DT_UTILS_SUFFIX		:= tar.xz
>  DT_UTILS_URL		:= https://public.pengutronix.de/software/dt-utils/$(DT_UTILS).$(DT_UTILS_SUFFIX)
> @@ -27,7 +27,7 @@ DT_UTILS_DIR		:= $(BUILDDIR)/$(DT_UTILS)
>  # LicenseRef-DCO too, which don't make it into the compiled code.
>  DT_UTILS_LICENSE	:= GPL-2.0-only AND GPL-2.0-or-later AND Zlib
>  DT_UTILS_LICENSE_FILES	:= \
> -	file://README;startline=65;endline=81;md5=ac976dc9413ba8aee0286c950eca0374 \
> +	file://README;startline=67;endline=83;md5=ac976dc9413ba8aee0286c950eca0374 \
>  	file://LICENSES/GPL-2.0-only.txt;md5=18d902a0242c37a4604224b47d02f802 \
>  	file://src/barebox-state/state_variables.c;startline=1;endline=5;md5=48db6eca86398f8f9806370f78598bf4 \
>  	file://LICENSES/GPL-2.0-or-later.txt;md5=df0715377b556699ce0837d45cb8bec9 \



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

end of thread, other threads:[~2023-11-28  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 11:22 [ptxdist] [PATCH] dt-utils: version bump 2023.08.0 -> 2023.11.0 Roland Hieber
2023-11-28  8:36 ` [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