mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mtd-utils: Version bump. 2.1.4 -> 2.1.5.
@ 2022-10-12 11:50 Christian Melki
  2022-10-19  5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-10-12 11:50 UTC (permalink / raw)
  To: ptxdist

https://lists.infradead.org/pipermail/linux-mtd/2022-October/095383.html
Smaller fixes to various utils.

* Forward patchset to new version.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch     | 0
 patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/autogen.sh       | 0
 patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/series           | 0
 rules/mtd-utils.make                                          | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch (100%)
 rename patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/autogen.sh (100%)
 rename patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/series (100%)

diff --git a/patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
similarity index 100%
rename from patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
rename to patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
diff --git a/patches/mtd-utils-2.1.4/autogen.sh b/patches/mtd-utils-2.1.5/autogen.sh
similarity index 100%
rename from patches/mtd-utils-2.1.4/autogen.sh
rename to patches/mtd-utils-2.1.5/autogen.sh
diff --git a/patches/mtd-utils-2.1.4/series b/patches/mtd-utils-2.1.5/series
similarity index 100%
rename from patches/mtd-utils-2.1.4/series
rename to patches/mtd-utils-2.1.5/series
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index d14f4356e..0a181a879 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
 #
 # Paths and names
 #
-MTD_UTILS_VERSION	:= 2.1.4
-MTD_UTILS_MD5		:= f1dc14163903dfecd4fe474e0fdcf606
+MTD_UTILS_VERSION	:= 2.1.5
+MTD_UTILS_MD5		:= 1fc83c1ca90093dd79443a603c35e987
 MTD_UTILS		:= mtd-utils-$(MTD_UTILS_VERSION)
 MTD_UTILS_SUFFIX	:= tar.bz2
 MTD_UTILS_URL		:= https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] mtd-utils: Version bump. 2.1.4 -> 2.1.5.
  2022-10-12 11:50 [ptxdist] [PATCH] mtd-utils: Version bump. 2.1.4 -> 2.1.5 Christian Melki
@ 2022-10-19  5:41 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-10-19  5:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 170650ab881f35cc274a8594c120ba9444d36b74.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:29 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://lists.infradead.org/pipermail/linux-mtd/2022-October/095383.html
> Smaller fixes to various utils.
> 
> * Forward patchset to new version.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20221012115006.4152737-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> similarity index 100%
> rename from patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> rename to patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> diff --git a/patches/mtd-utils-2.1.4/autogen.sh b/patches/mtd-utils-2.1.5/autogen.sh
> similarity index 100%
> rename from patches/mtd-utils-2.1.4/autogen.sh
> rename to patches/mtd-utils-2.1.5/autogen.sh
> diff --git a/patches/mtd-utils-2.1.4/series b/patches/mtd-utils-2.1.5/series
> similarity index 100%
> rename from patches/mtd-utils-2.1.4/series
> rename to patches/mtd-utils-2.1.5/series
> diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
> index d14f4356eef1..0a181a879c0e 100644
> --- a/rules/mtd-utils.make
> +++ b/rules/mtd-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
>  #
>  # Paths and names
>  #
> -MTD_UTILS_VERSION	:= 2.1.4
> -MTD_UTILS_MD5		:= f1dc14163903dfecd4fe474e0fdcf606
> +MTD_UTILS_VERSION	:= 2.1.5
> +MTD_UTILS_MD5		:= 1fc83c1ca90093dd79443a603c35e987
>  MTD_UTILS		:= mtd-utils-$(MTD_UTILS_VERSION)
>  MTD_UTILS_SUFFIX	:= tar.bz2
>  MTD_UTILS_URL		:= https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 11:50 [ptxdist] [PATCH] mtd-utils: Version bump. 2.1.4 -> 2.1.5 Christian Melki
2022-10-19  5:41 ` [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