Thanks, applied as 986d93ad4bb8063cc524e505bbfc399008e1db5b. Michael
[sent from post-receive hook] On Fri, 17 Jan 2025 17:01:17 +0100, Christian Melki <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 \
