Source-Makefile: package/feeds/packages/rpcbind/Makefile Package: rpcbind Version: 1.2.5-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtirpc +RPCBIND_LIBWRAP:libwrap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: packages Title: Universal addresses to RPC mapper Maintainer: Andy Walsh Require-User: rpc=65533:rpc=65533 Source: rpcbind-1.2.5.tar.bz2 License: BSD-3-Clause Type: ipkg Description: The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine. Rpcbind replaces portmap for NFS v2/v3. It has more features, like ipv6 support. Note: Nfs4 only configurations can run without it. http://rpcbind.sourceforge.net/ Andy Walsh @@ Config: if PACKAGE_rpcbind config RPCBIND_LIBWRAP bool "Enable libwrap (TCP wrappers) support." default y config RPCBIND_RMTCALLS bool "Enable broadcast discovery support of rpc services." help Services such as Kodi (via libnfs) use this functionality to discover available NFS shares on the network. default y endif @@