[arch-commits] Commit in rpcbind/trunk (PKGBUILD systemd_service.diff)
Andreas Radke
andyrtr at archlinux.org
Wed Aug 15 19:18:28 UTC 2018
Date: Wednesday, August 15, 2018 @ 19:18:28
Author: andyrtr
Revision: 331557
upgpkg: rpcbind 1.2.5-1
upstream update 1.2.5
Modified:
rpcbind/trunk/PKGBUILD
rpcbind/trunk/systemd_service.diff
----------------------+
PKGBUILD | 12 ++++++------
systemd_service.diff | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 18:35:55 UTC (rev 331556)
+++ PKGBUILD 2018-08-15 19:18:28 UTC (rev 331557)
@@ -3,8 +3,8 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=rpcbind
-pkgver=0.2.4
-pkgrel=4
+pkgver=1.2.5
+pkgrel=1
pkgdesc="portmap replacement which supports RPC over various protocols"
arch=(x86_64)
backup=('etc/conf.d/rpcbind')
@@ -13,7 +13,7 @@
url="http://rpcbind.sourceforge.net"
license=('custom')
replaces=('portmap')
-# see also http://git.infradead.org/users/steved/rpcbind.git
+# see also http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
rpcbind-sunrpc.patch
rpcbind.conf
@@ -21,10 +21,10 @@
tmpfiles.d
sysusers.d
CVE-2017-8779.diff)
-sha1sums=('8a6045dd3397e9f71bf3a7c9d269e255cca537bd'
+sha1sums=('e9f8046b69b45efe2396a8cca1c1f090644c6d31'
'1b997ce76f9727efc8c72fc5f97189591c9a60e2'
'08246ff18d12cee01e5c9391c6ba8f5597cac936'
- '3ebfcf09d01e41c70135124e68b3db681c768aa0'
+ '5baeed59090b3bfa08c0852333e061194efcc4e7'
'eb8b7375a4ca31b3f61fa726f387884d5e4ca7a3'
'97fed152572790a44e972114cbb436ca517254f9'
'38044ce8f3376a0b69da8e078e988fd1645bd435')
@@ -41,7 +41,7 @@
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure --prefix=/usr --sbindir=/usr/bin \
--with-rpcuser=rpc \
--enable-warmstarts \
--with-statedir=/var/lib/rpcbind
Modified: systemd_service.diff
===================================================================
--- systemd_service.diff 2018-08-15 18:35:55 UTC (rev 331556)
+++ systemd_service.diff 2018-08-15 19:18:28 UTC (rev 331557)
@@ -1,10 +1,10 @@
---- rpcbind-0.2.4/systemd/rpcbind.service.in 2016-11-28 21:47:28.000000000 +0100
-+++ rpcbind-0.2.4/systemd/rpcbind.service.in.new 2016-12-06 16:18:54.429326613 +0100
-@@ -11,6 +11,7 @@
+--- rpcbind-1.2.5/systemd/rpcbind.service.in 2018-08-15 16:51:19.000000000 +0200
++++ rpcbind-1.2.5/systemd/rpcbind.service.in.new 2018-08-15 21:11:56.598858968 +0200
+@@ -12,6 +12,7 @@
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
+EnvironmentFile=/etc/conf.d/rpcbind
- ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
[Install]
More information about the arch-commits
mailing list