From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 10 Oct 2025 11:35:23 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v79X0-006G4q-3C for lore@lore.pengutronix.de; Fri, 10 Oct 2025 11:35:23 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v79X0-0008JN-MA; Fri, 10 Oct 2025 11:35:22 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v79Wx-0008JE-0F; Fri, 10 Oct 2025 11:35:19 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v79Ww-002sSc-2T; Fri, 10 Oct 2025 11:35:18 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v79Ww-00000008JDI-2zpm; Fri, 10 Oct 2025 11:35:18 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 10 Oct 2025 11:35:18 +0200 Message-ID: <20251010093518.1980473-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250925170539.3482914-1-christian.melki@t2data.com> References: <20250925170539.3482914-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] util-linux: Version bump. 1.42.1 -> 1.42.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 060e71c1b71f225763f5971fb81eb68a0fcc6e93. Michael [sent from post-receive hook] On Fri, 10 Oct 2025 11:35:18 +0200, Christian Melki wrote: > Looks like bugfixes and minor feature changes. > https://github.com/util-linux/util-linux/blob/v2.41.2/Documentation/releases/v2.41.2-ReleaseNotes > > * Forward patchset, applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20250925170539.3482914-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/util-linux-2.41.1/0001-meson-fix-a-bug-in-posixipc_libs-configuration.patch b/patches/util-linux-2.41.2/0001-meson-fix-a-bug-in-posixipc_libs-configuration.patch > similarity index 100% > rename from patches/util-linux-2.41.1/0001-meson-fix-a-bug-in-posixipc_libs-configuration.patch > rename to patches/util-linux-2.41.2/0001-meson-fix-a-bug-in-posixipc_libs-configuration.patch > diff --git a/patches/util-linux-2.41.1/series b/patches/util-linux-2.41.2/series > similarity index 100% > rename from patches/util-linux-2.41.1/series > rename to patches/util-linux-2.41.2/series > diff --git a/rules/util-linux.make b/rules/util-linux.make > index ee7b94111675..bcf36b195f9a 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.1 > -UTIL_LINUX_MD5 := 0feef1f700c5576a11ed97c47c1776d3 > +UTIL_LINUX_VERSION := 2.41.2 > +UTIL_LINUX_MD5 := 3df5bc745ab59de4effce2e11b9a2606 > 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)