Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174246 - New ebuild: net-nds/rpcbind
Summary: New ebuild: net-nds/rpcbind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://nfsv4.bullopensource.org/doc/t...
Whiteboard:
Keywords: EBUILD
Depends on: 174230
Blocks:
  Show dependency tree
 
Reported: 2007-04-12 07:38 UTC by Christopher Byrne
Modified: 2008-01-05 06:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rpcbind main ebuild (rpcbind-0.1.4.ebuild,1.20 KB, text/plain)
2007-04-12 07:39 UTC, Christopher Byrne
Details
Patch 1 of 4 - Fix rpcbind compile problems (rpcbind-0.1.4-redhat-compile.patch,861 bytes, patch)
2007-04-12 07:40 UTC, Christopher Byrne
Details | Diff
Patch 2 of 4 - Adds debug support with USE="debug" (rpcbind-0.1.4-redhat-debug.patch,1.34 KB, patch)
2007-04-12 07:41 UTC, Christopher Byrne
Details | Diff
Patch 3 of 4 - Allows compile-time choice of rpc user/group vs hardcoded value (rpcbind-0.1.4-redhat-rpcuser.patch,2.05 KB, patch)
2007-04-12 07:42 UTC, Christopher Byrne
Details | Diff
Patch 4 of 4 - Warm-start patch for rpcbind (rpcbind-0.1.4-redhat-warmstarts.patch,3.54 KB, patch)
2007-04-12 07:44 UTC, Christopher Byrne
Details | Diff
init.d scipt for rpcbind (rpcbind.initd,894 bytes, text/plain)
2007-04-12 07:46 UTC, Christopher Byrne
Details
conf.d file for rpcbind (rpcbind.confd,59 bytes, text/plain)
2007-04-12 07:49 UTC, Christopher Byrne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Byrne 2007-04-12 07:38:11 UTC
I would like to request this ebuild added to portage. rpcbind is a replacement for portmapper, portmapper is limited to IPv4, where as rpcbind is transport-independent, and can work over IPv4, IPv6, Unix domain sockets and more. It is currently in the Fedora Core CVS. 

rpbind depends on libtirpc which is not yet in portage - see bug 174230.

The ebuild blocks net-nds/portmapper. If this ebuild is added to portage, net-nds/portmapper will need to block rpcbind.
Comment 1 Christopher Byrne 2007-04-12 07:39:32 UTC
Created attachment 116038 [details]
rpcbind main ebuild
Comment 2 Christopher Byrne 2007-04-12 07:40:19 UTC
Created attachment 116040 [details, diff]
Patch 1 of 4 - Fix rpcbind compile problems
Comment 3 Christopher Byrne 2007-04-12 07:41:00 UTC
Created attachment 116041 [details, diff]
Patch 2 of 4 - Adds debug support with USE="debug"
Comment 4 Christopher Byrne 2007-04-12 07:42:24 UTC
Created attachment 116043 [details, diff]
Patch 3 of 4 - Allows compile-time choice of rpc user/group vs hardcoded value
Comment 5 Christopher Byrne 2007-04-12 07:44:35 UTC
Created attachment 116044 [details, diff]
Patch 4 of 4 - Warm-start patch for rpcbind
Comment 6 Christopher Byrne 2007-04-12 07:46:37 UTC
Created attachment 116046 [details]
init.d scipt for rpcbind

This is pretty much a search-and-replace job for the one for net-nds/portmapper
Comment 7 Christopher Byrne 2007-04-12 07:49:33 UTC
Created attachment 116047 [details]
conf.d file for rpcbind

This is pretty much a search-and-replace job for the one for net-nds/portmapper. The options are different from net-nds/portmapper so I removed the one in there.
Comment 8 Christopher Byrne 2008-01-05 06:00:39 UTC
net-nds/rpcbind

portmap replacement which supports RPC over various protocols
*rpcbind-0.1.4 (29 Dec 2007)
29 Dec 2007; Mike Frysinger (vapier) +files/rpcbind.confd,
+files/rpcbind.initd, +metadata.xml, +rpcbind-0.1.4.ebuild:
Initial ebuild by me.

Someone else already added (but not this one).