[Buildroot] [PATCH] package/nfs-utils: bump version to 2.4.3

Giulio Benetti giulio.benetti at benettiengineering.com
Mon Feb 17 12:27:15 UTC 2020


Hi Peter,

> Il giorno 16 feb 2020, alle ore 17:34, Peter Korsgaard <peter at korsgaard.com> ha scritto:
> 
> 
>> 
>>>>>> "Peter" == Peter Korsgaard <peter at korsgaard.com> writes:
> 
> Hi,
> 
>>> +++ 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.

Oh, yes it only accidentally worked without that dependency.

> 
> Ups, and I forgot to mention that I also dropped _AUTORECONF = YES now
> that all the patches are gone.

Ah right, I didn’t think that is superfluous now.

Thank you

Best regards
Giulio

> 
> -- 
> Bye, Peter Korsgaard




More information about the buildroot mailing list