rpcbind: update to rpcbind-0.2.4

This commit is contained in:
MilhouseVH 2016-12-21 13:19:06 +00:00
parent 4a355f43cb
commit 5ce60ac368
3 changed files with 19 additions and 23 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="rpcbind"
PKG_VERSION="0.2.3"
PKG_VERSION="0.2.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -1,22 +0,0 @@
diff -up rpcbind-0.2.3/src/rpcb_svc_com.c.orig rpcbind-0.2.3/src/rpcb_svc_com.c
--- rpcbind-0.2.3/src/rpcb_svc_com.c.orig 2015-11-02 16:23:08.584000000 -0500
+++ rpcbind-0.2.3/src/rpcb_svc_com.c 2015-11-02 16:58:20.386000000 -0500
@@ -1295,10 +1295,17 @@ handle_reply(int fd, SVCXPRT *xprt)
a.rmt_localvers = fi->versnum;
xprt_set_caller(xprt, fi);
+#if defined(SVC_XP_AUTH)
+ SVC_XP_AUTH(xprt) = svc_auth_none;
+#else
xprt->xp_auth = &svc_auth_none;
+#endif
svc_sendreply(xprt, (xdrproc_t) xdr_rmtcall_result, (char *) &a);
+#if !defined(SVC_XP_AUTH)
SVCAUTH_DESTROY(xprt->xp_auth);
xprt->xp_auth = NULL;
+#endif
+
done:
if (buffer)
free(buffer);

View File

@ -0,0 +1,18 @@
diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
--- a/systemd/rpcbind.service.in 2016-12-20 03:18:51.839794796 +0000
+++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
@@ -6,12 +6,12 @@
# Make sure we use the IP addresses listed for
# rpcbind.socket, no matter how this unit is started.
Wants=rpcbind.socket
-After=rpcbind.socket
+After=rpcbind.socket var.mount
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
-ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -f
[Install]
WantedBy=multi-user.target