From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] nfsutils: version bump 2.6.2 -> 2.8.4
Date: Sun, 19 Oct 2025 14:05:36 +0200 [thread overview]
Message-ID: <20251019120536.656790-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251015212823.300865-1-s.pueschel@pengutronix.de>
Thanks, applied as f8f3c19e53b30d8044162e5f8e80a7a5fd968051.
Michael
[sent from post-receive hook]
On Sun, 19 Oct 2025 14:05:36 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> The configure file now unconditionally requires libevent, where it
> previosly only checked it when nfsv4 was enabled:
> http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251015212823.300865-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-nfsutils.in b/rules/host-nfsutils.in
> index 666f5cace627..aaab932b5a96 100644
> --- a/rules/host-nfsutils.in
> +++ b/rules/host-nfsutils.in
> @@ -3,4 +3,5 @@
> config HOST_NFSUTILS
> tristate
> select HOST_LIBBLKID
> + select HOST_LIBEVENT
> default y if ALLYES
> diff --git a/rules/host-nfsutils.make b/rules/host-nfsutils.make
> index 67ea567be773..5c734a269539 100644
> --- a/rules/host-nfsutils.make
> +++ b/rules/host-nfsutils.make
> @@ -40,12 +40,15 @@ HOST_NFSUTILS_CONF_OPT := \
> --disable-ipv6 \
> --disable-mountconfig \
> --disable-nfsdcld \
> + --disable-nfsrahead \
> --disable-nfsdcltrack \
> + --disable-nfsdctl \
> --disable-nfsv4server \
> --disable-caps \
> $(GLOBAL_LARGE_FILE_OPTION) \
> --disable-ldap \
> --disable-gums \
> + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
> --without-systemd \
> --with-rpcgen=internal \
> --without-mountfile \
> diff --git a/rules/nfsutils.in b/rules/nfsutils.in
> index f37f22506d14..63e2119283d7 100644
> --- a/rules/nfsutils.in
> +++ b/rules/nfsutils.in
> @@ -5,6 +5,7 @@ menuconfig NFSUTILS
> select HOST_NFSUTILS
> select GCCLIBS_GCC_S
> select LIBBLKID
> + select LIBEVENT
> select LIBTIRPC
> select UTIL_LINUX
> select UTIL_LINUX_LIBMOUNT
> diff --git a/rules/nfsutils.make b/rules/nfsutils.make
> index 3e006e2498bd..a2661ffebe22 100644
> --- a/rules/nfsutils.make
> +++ b/rules/nfsutils.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFSUTILS) += nfsutils
> #
> # Paths and names
> #
> -NFSUTILS_VERSION := 2.6.2
> -NFSUTILS_MD5 := 36cbb17ca1f27d6d351a4f20ad25ba23
> +NFSUTILS_VERSION := 2.8.4
> +NFSUTILS_MD5 := b1c17c1415456390fcb8c8632f9b668f
> NFSUTILS := nfs-utils-$(NFSUTILS_VERSION)
> NFSUTILS_SUFFIX := tar.gz
> NFSUTILS_URL := $(call ptx/mirror, KERNEL, utils/nfs-utils/$(NFSUTILS_VERSION)/$(NFSUTILS).$(NFSUTILS_SUFFIX))
> @@ -59,12 +59,15 @@ NFSUTILS_CONF_OPT := \
> $(GLOBAL_IPV6_OPTION) \
> --disable-mountconfig \
> --disable-nfsdcld \
> + --disable-nfsrahead \
> --disable-nfsdcltrack \
> + --disable-nfsdctl \
> --disable-nfsv4server \
> --disable-caps \
> $(GLOBAL_LARGE_FILE_OPTION) \
> --disable-ldap \
> --disable-gums \
> + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
> --with-statedir=/var/lib/nfs \
> --with-statdpath=/var/lib/nfs \
> --with-statduser=rpcuser \
prev parent reply other threads:[~2025-10-19 12:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 21:27 [ptxdist] [PATCH] " Sven Püschel
2025-10-19 12:05 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251019120536.656790-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
--cc=s.pueschel@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox