mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
rpcbind: update to rpcbind-0.2.4
This commit is contained in:
parent
4a355f43cb
commit
5ce60ac368
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="rpcbind"
|
PKG_NAME="rpcbind"
|
||||||
PKG_VERSION="0.2.3"
|
PKG_VERSION="0.2.4"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
@ -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);
|
|
||||||
|
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user