mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux: version bump 2.41.3 -> 2.41.4
@ 2026-04-13 13:01 Ladislav Michl
  2026-04-13 14:25 ` Christian Melki
  2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2026-04-13 13:01 UTC (permalink / raw)
  To: ptxdist

From: Ladislav Michl <ladis@triops.cz>

Signed-off-by: Ladislav Michl <ladis@triops.cz>
---
 rules/util-linux.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/util-linux.make b/rules/util-linux.make
index 6a4cb9b55..303164191 100644
--- a/rules/util-linux.make
+++ b/rules/util-linux.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX) += util-linux
 #
 # Paths and names
 #
-UTIL_LINUX_VERSION	:= 2.41.3
-UTIL_LINUX_MD5		:= 2d7996ae58ecbc3206fb4c27a7593a00
+UTIL_LINUX_VERSION	:= 2.41.4
+UTIL_LINUX_MD5		:= 1c24de6a3cfba18b554a44d33a593fb5
 UTIL_LINUX		:= util-linux-$(UTIL_LINUX_VERSION)
 UTIL_LINUX_SUFFIX	:= tar.gz
 UTIL_LINUX_URL		:= https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/snapshot/$(UTIL_LINUX).$(UTIL_LINUX_SUFFIX)
-- 
2.47.3




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

* Re: [ptxdist] [PATCH] util-linux: version bump 2.41.3 -> 2.41.4
  2026-04-13 13:01 [ptxdist] [PATCH] util-linux: version bump 2.41.3 -> 2.41.4 Ladislav Michl
@ 2026-04-13 14:25 ` Christian Melki
  2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Melki @ 2026-04-13 14:25 UTC (permalink / raw)
  To: Ladislav Michl; +Cc: ptxdist

Why not 2.42?

Regards,
Christian

On 4/13/26 3:01 PM, Ladislav Michl wrote:
> From: Ladislav Michl <ladis@triops.cz>
> 
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> ---
>  rules/util-linux.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/util-linux.make b/rules/util-linux.make
> index 6a4cb9b55..303164191 100644
> --- a/rules/util-linux.make
> +++ b/rules/util-linux.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX) += util-linux
>  #
>  # Paths and names
>  #
> -UTIL_LINUX_VERSION	:= 2.41.3
> -UTIL_LINUX_MD5		:= 2d7996ae58ecbc3206fb4c27a7593a00
> +UTIL_LINUX_VERSION	:= 2.41.4
> +UTIL_LINUX_MD5		:= 1c24de6a3cfba18b554a44d33a593fb5
>  UTIL_LINUX		:= util-linux-$(UTIL_LINUX_VERSION)
>  UTIL_LINUX_SUFFIX	:= tar.gz
>  UTIL_LINUX_URL		:= https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/snapshot/$(UTIL_LINUX).$(UTIL_LINUX_SUFFIX)




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

* Re: [ptxdist] [APPLIED] util-linux: version bump 2.41.3 -> 2.41.4
  2026-04-13 13:01 [ptxdist] [PATCH] util-linux: version bump 2.41.3 -> 2.41.4 Ladislav Michl
  2026-04-13 14:25 ` Christian Melki
@ 2026-04-15 13:52 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2026-04-15 13:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Ladislav Michl

Thanks, applied as b75a2857796dbb3cb1f10f2bfd53fbe3df2af849.

Michael

[sent from post-receive hook]

On Wed, 15 Apr 2026 15:52:18 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Message-Id: <adzpEwr9GXyjvUYY@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/util-linux.make b/rules/util-linux.make
> index 6a4cb9b55c51..3031641913f6 100644
> --- a/rules/util-linux.make
> +++ b/rules/util-linux.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX) += util-linux
>  #
>  # Paths and names
>  #
> -UTIL_LINUX_VERSION	:= 2.41.3
> -UTIL_LINUX_MD5		:= 2d7996ae58ecbc3206fb4c27a7593a00
> +UTIL_LINUX_VERSION	:= 2.41.4
> +UTIL_LINUX_MD5		:= 1c24de6a3cfba18b554a44d33a593fb5
>  UTIL_LINUX		:= util-linux-$(UTIL_LINUX_VERSION)
>  UTIL_LINUX_SUFFIX	:= tar.gz
>  UTIL_LINUX_URL		:= https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/snapshot/$(UTIL_LINUX).$(UTIL_LINUX_SUFFIX)



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

end of thread, other threads:[~2026-04-15 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-13 13:01 [ptxdist] [PATCH] util-linux: version bump 2.41.3 -> 2.41.4 Ladislav Michl
2026-04-13 14:25 ` Christian Melki
2026-04-15 13:52 ` [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