rpcbind: update to 1.2.7

This commit is contained in:
Rudi Heitbaum 2024-07-26 22:39:16 +00:00
parent 5081e14878
commit 34be4bcff9
2 changed files with 3 additions and 9 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rpcbind" PKG_NAME="rpcbind"
PKG_VERSION="1.2.6" PKG_VERSION="1.2.7"
PKG_SHA256="5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de" PKG_SHA256="f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://rpcbind.sourceforge.net/" PKG_SITE="http://rpcbind.sourceforge.net/"
PKG_URL="${SOURCEFORGE_SRC}/rpcbind/rpcbind/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2" PKG_URL="${SOURCEFORGE_SRC}/rpcbind/rpcbind/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"

View File

@ -1,7 +1,7 @@
diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in 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 --- 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 +++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
@@ -8,11 +8,12 @@ @@ -8,6 +8,7 @@
# rpcbind.socket, no matter how this unit is started. # rpcbind.socket, no matter how this unit is started.
Requires=rpcbind.socket Requires=rpcbind.socket
Wants=rpcbind.target Wants=rpcbind.target
@ -9,9 +9,3 @@ diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
[Service] [Service]
Type=notify Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -f
[Install]
WantedBy=multi-user.target