You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-net_rpcbind

41 lines
1.2 KiB

Source-Makefile: feeds/packages/net/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: base
Title: Universal addresses to RPC mapper
Maintainer: Andy Walsh <andy.walsh44+github@gmail.com>
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 <andy.walsh44+github@gmail.com>
@@
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
@@