rpcbind: update package

This commit is contained in:
Nikolay Amiantov
2015-05-18 17:21:08 +03:00
parent f1b51945bc
commit 925a21aa2a
2 changed files with 19 additions and 16 deletions
+16 -14
View File
@@ -3,9 +3,10 @@ http://projects.archlinux.org/svntogit/packages.git/tree/trunk/rpcbind-sunrpc.pa
Lookup "sunrpc" instead of "rpcbind" in /etc/services, since the former is the
official IANA name.
--- rpcbind-0.1.7/src/rpcbind.c.orig 2008-11-19 14:17:34.000000000 +0100
+++ rpcbind-0.1.7/src/rpcbind.c 2010-01-07 13:03:37.416632894 +0100
@@ -114,7 +114,7 @@
diff -ru3 rpcbind-0.2.3/src/rpcbind.c rpcbind-0.2.3.new/src/rpcbind.c
--- rpcbind-0.2.3/src/rpcbind.c 2015-04-27 17:07:43.000000000 +0300
+++ rpcbind-0.2.3.new/src/rpcbind.c 2015-05-18 16:29:24.938380694 +0300
@@ -132,7 +132,7 @@
char *udp_uaddr; /* Universal UDP address */
char *tcp_uaddr; /* Universal TCP address */
#endif
@@ -14,14 +15,15 @@ official IANA name.
static char superuser[] = "superuser";
int main __P((int, char *[]));
--- rpcbind-0.1.7/src/rpcinfo.c~ 2010-01-08 16:14:24.592156602 +0000
+++ rpcbind-0.1.7/src/rpcinfo.c 2010-01-08 16:14:31.578838609 +0000
@@ -633,7 +633,7 @@
{
memset (&hints, 0, sizeof hints);
hints.ai_family = AF_INET;
- if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
+ if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
(error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
{
fprintf (stderr, "rpcinfo: %s: %s\n",
diff -ru3 rpcbind-0.2.3/src/rpcinfo.c rpcbind-0.2.3.new/src/rpcinfo.c
--- rpcbind-0.2.3/src/rpcinfo.c 2015-04-27 17:07:43.000000000 +0300
+++ rpcbind-0.2.3.new/src/rpcinfo.c 2015-05-18 16:30:14.197025336 +0300
@@ -1842,7 +1842,7 @@
/* Get the address of the rpcbind */
memset (&hints, 0, sizeof hints);
- if ((getaddrinfo (host, "rpcbind", &hints, &res) != 0) &&
+ if ((getaddrinfo (host, "sunrpc", &hints, &res) != 0) &&
(getaddrinfo (host, "portmapper",&hints, &res) != 0))
{
rpc_createerr.cf_stat = RPC_N2AXLATEFAILURE;