From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Jan 2025 17:01:57 +0100 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 1tYonE-0014JR-37 for lore@lore.pengutronix.de; Fri, 17 Jan 2025 17:01:57 +0100 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 1tYonF-0006OU-6e; Fri, 17 Jan 2025 17:01:57 +0100 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 1tYomb-0004Z5-Iq; Fri, 17 Jan 2025 17:01:17 +0100 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 1tYomb-000SHB-1G; Fri, 17 Jan 2025 17:01:17 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYomb-005n4L-17; Fri, 17 Jan 2025 17:01:17 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Jan 2025 17:01:17 +0100 Message-Id: <20250117160117.1380254-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250114171403.3547443-1-christian.melki@t2data.com> References: <20250114171403.3547443-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] util-linux: Version bump. 2.40.2 -> 2.40.4 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 986d93ad4bb8063cc524e505bbfc399008e1db5b. Michael [sent from post-receive hook] On Fri, 17 Jan 2025 17:01:17 +0100, Christian Melki wrote: > Mostly minor fixes. > https://github.com/util-linux/util-linux/blob/v2.40.3/Documentation/releases/v2.40.3-ReleaseNotes > https://github.com/util-linux/util-linux/blob/v2.40.4/Documentation/releases/v2.40.4-ReleaseNotes > > * Disable one of the newer options. > > Signed-off-by: Christian Melki > Message-Id: <20250114171403.3547443-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/util-linux.make b/rules/util-linux.make > index 8cf82bd8336a..579c165e6edb 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.40.2 > -UTIL_LINUX_MD5 := 1044d809128f04048a794d1786491eb4 > +UTIL_LINUX_VERSION := 2.40.4 > +UTIL_LINUX_MD5 := b7927f7e4b6c29e026ca2bfe0010ea0d > 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) > @@ -161,6 +161,7 @@ UTIL_LINUX_CONF_OPT := \ > -Dncursesw=$(call ptx/endis, PTXCONF_UTIL_LINUX_USES_NCURSESW)d \ > -Dnls=disabled \ > -Dpg-bell=false \ > + -Dprogram-tests=false \ > -Dpython=false \ > -Dreadline=disabled \ > -Dselinux=disabled \