From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/nfs-utils: bump version to 2.4.3
Date: Sun, 16 Feb 2020 17:23:08 +0100 [thread overview]
Message-ID: <87wo8mec2b.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20200210120353.49600-1-giulio.benetti@benettiengineering.com> (Giulio Benetti's message of "Mon, 10 Feb 2020 13:03:53 +0100")
>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:
> Bump to version 2.4.3 of nfs-utils. All patches have been upstreamed, so
> drop them all. It must be used rpcgen build by host-nfs-utils, to do
> this let's pass its path to --with-rpcgen= instead of 'internal'.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> .../0001-Patch-taken-from-Gentoo.patch | 60 ----------------
> ...tch-legacy-index-in-favour-of-strchr.patch | 72 -------------------
> ...e-script-find-getrpcbynumber-in-libt.patch | 46 ------------
> ...ntd-Add-check-for-struct-file_handle.patch | 46 ------------
> ...tils-add-missing-include-of-stdint.h.patch | 33 ---------
> ...de-sys-sysmacros.h-where-appropriate.patch | 50 -------------
> package/nfs-utils/nfs-utils.hash | 4 +-
> package/nfs-utils/nfs-utils.mk | 5 +-
> 8 files changed, 5 insertions(+), 311 deletions(-)
> delete mode 100644 package/nfs-utils/0001-Patch-taken-from-Gentoo.patch
> delete mode 100644 package/nfs-utils/0002-Switch-legacy-index-in-favour-of-strchr.patch
> delete mode 100644 package/nfs-utils/0003-Let-the-configure-script-find-getrpcbynumber-in-libt.patch
> delete mode 100644 package/nfs-utils/0004-mountd-Add-check-for-struct-file_handle.patch
> delete mode 100644 package/nfs-utils/0005-nfs-utils-add-missing-include-of-stdint.h.patch
> delete mode 100644 package/nfs-utils/0006-Include-sys-sysmacros.h-where-appropriate.patch
> +++ b/package/nfs-utils/nfs-utils.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -NFS_UTILS_VERSION = 1.3.4
> +NFS_UTILS_VERSION = 2.4.3
> NFS_UTILS_SOURCE = nfs-utils-$(NFS_UTILS_VERSION).tar.xz
> NFS_UTILS_SITE = https://www.kernel.org/pub/linux/utils/nfs-utils/$(NFS_UTILS_VERSION)
> NFS_UTILS_LICENSE = GPL-2.0+
> @@ -23,7 +23,8 @@ NFS_UTILS_CONF_OPTS = \
> --enable-ipv6 \
> --without-tcp-wrappers \
> --with-statedir=/run/nfs \
> - --with-rpcgen=internal
> + --with-rpcgen=$(HOST_DIR)/bin/rpcgen
While host-nfs-utils does get implicitly pulled in by libtirpc, it
isn't very obvious - So I've added an explicit host-nfs-utils dependency
and committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2020-02-16 16:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 12:03 [Buildroot] [PATCH] package/nfs-utils: bump version to 2.4.3 Giulio Benetti
2020-02-10 18:32 ` Petr Vorel
2020-02-10 18:47 ` Giulio Benetti
2020-02-10 19:31 ` Petr Vorel
2020-02-16 16:23 ` Peter Korsgaard [this message]
2020-02-16 16:33 ` Peter Korsgaard
2020-02-17 12:27 ` Giulio Benetti
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=87wo8mec2b.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.