SHA256
1
0
forked from pool/rpcbind

6 Commits

Author SHA256 Message Date
e79d31abdb Sync changes to SLFO-1.2 branch 2025-08-20 13:01:43 +02:00
9d555d0e88 Accepting request 1296397 from network
OBS-URL: https://build.opensuse.org/request/show/1296397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcbind?expand=0&rev=71
2025-07-31 15:44:57 +00:00
Petr Vorel
9a07e5c71f OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=108 2025-07-29 22:58:29 +00:00
Petr Vorel
1eaeadf0fa - Update to rpcbind 1.2.8
https://lore.kernel.org/linux-nfs/b553cc5a-46eb-453b-80f0-cfe69ccb7b21@redhat.com/
  * Added -v (print version and compile flags)
  * A number of systemd updates/bug fixes.
  * A number of manpage updates.
  * Moved rpcbind.lock and default configs to /run instead of /var/run
  * A couple of bug fixes
- systemd: Upstream added systemd EnvironmentFile: 1) /etc/rpcbind.conf 2)
  /etc/default/rpcbind 3) /etc/sysconfig/rpcbind (the only one originally used
  in openSUSE patch for boo#1117217)
- systemd: Add 'systemd-tmpfiles-setup.service' into 'Wants' and 'After'
  targets (originally openSUSE patch for boo#1117217 added 'After=sysinit.target')
- Removed openSUSE downstream patches (accepted upstream):
  * 0001-systemd-rpcbind.service-Fix-ordering-add-etc-sysconf.patch
  * 0001-systemd-rpcbind.service-Add-hardening-bsc-1181400.patch
  * 0001-change-lockingdir-to-run.patch

OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=107
2025-07-29 22:51:22 +00:00
ece294447f Accepting request 1231281 from network
OBS-URL: https://build.opensuse.org/request/show/1231281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcbind?expand=0&rev=70
2025-01-31 15:02:13 +00:00
Petr Vorel
3abf9d668b - Require system-user-nobody for as the rpc user relies on nobody
from this package

OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=105
2024-12-15 23:38:53 +00:00
3 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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}