From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] nfsutils: version bump 2.6.2 -> 2.8.4
Date: Wed, 15 Oct 2025 23:27:55 +0200 [thread overview]
Message-ID: <20251015212823.300865-1-s.pueschel@pengutronix.de> (raw)
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>
---
rules/host-nfsutils.in | 1 +
rules/host-nfsutils.make | 3 +++
rules/nfsutils.in | 1 +
rules/nfsutils.make | 7 +++++--
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/rules/host-nfsutils.in b/rules/host-nfsutils.in
index 666f5cace..aaab932b5 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 67ea567be..5c734a269 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 f37f22506..63e211928 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 3e006e249..a2661ffeb 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 \
--
2.47.3
reply other threads:[~2025-10-15 21:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20251015212823.300865-1-s.pueschel@pengutronix.de \
--to=s.pueschel@pengutronix.de \
--cc=ptxdist@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