forked from pool/rpcbind
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e79d31abdb | |||
| 9d555d0e88 | |||
|
|
9a07e5c71f | ||
|
|
1eaeadf0fa | ||
| ece294447f | |||
|
|
3abf9d668b |
@@ -1,4 +1,4 @@
|
||||
From a71ec1287fd779d097e9a2b02ada8144eb7de079 Mon Sep 17 00:00:00 2001
|
||||
From 4d32e143124fa47466bbc91f54067674f212c3e3 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Blume <thomas.blume@suse.com>
|
||||
Date: Wed, 12 Jun 2019 10:09:01 +0200
|
||||
Subject: [PATCH] change lockingdir to /run
|
||||
@@ -8,7 +8,7 @@ Subject: [PATCH] change lockingdir to /run
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/rpcbind.c b/src/rpcbind.c
|
||||
index ecebe97..9887b82 100644
|
||||
index cc848b1..65054ff 100644
|
||||
--- a/src/rpcbind.c
|
||||
+++ b/src/rpcbind.c
|
||||
@@ -105,7 +105,7 @@ char *nss_modules = "files";
|
||||
@@ -21,5 +21,5 @@ index ecebe97..9887b82 100644
|
||||
int runasdaemon = 0;
|
||||
int insecure = 0;
|
||||
--
|
||||
2.45.2
|
||||
2.16.4
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 20:26:41 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
||||
Mon Feb 17 08:51:10 UTC 2025 - Thomas Blume <thomas.blume@suse.com>
|
||||
|
||||
- Require system-user-nobody for as the rpc user relies on `nobody`
|
||||
from this package
|
||||
|
||||
- Update to rpcbind 1.2.7
|
||||
https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.7/1.2.7-ChangeLog/download
|
||||
* rpcinfo: try connecting using abstract address
|
||||
* Listen on an AF_UNIX abstract address if supported
|
||||
* autotools/systemd: call rpcbind with -w only on enabled warm starts
|
||||
|
||||
@@ -41,6 +41,8 @@ BuildRequires: sysuser-shadow
|
||||
BuildRequires: sysuser-tools
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
# The rpc user relies on the group `nobody`
|
||||
Requires: system-user-nobody
|
||||
Requires(post): %fillup_prereq
|
||||
Provides: portmap
|
||||
%{?systemd_ordering}
|
||||
|
||||
Reference in New Issue
Block a user