Compare commits

..

4 commits

Author SHA1 Message Date
Steve Dickson
e3a79e2cb3 Fix leak of nconf in main()
Signed-off-by: Steve Dickson <steved@redhat.com>
2026-07-01 11:38:31 -04:00
Scott Mayhew
dbdd843597 rpcbind: rename RPCBIND_ARGS to RPCBIND_OPTIONS in /etc/sysconfig/rpcbind
rpcbind.service uses RPCBIND_OPTIONS, but /etc/sysconfig/rpcbind uses
RPCBIND_ARGS, resulting in this error in the journal on startup:

rpcbind.service: Referenced but unset environment variable evaluates to an empty string: RPCBIND_OPTIONS

as well as settings being placed in /etc/sysconfig/rpcbind having no
effect.

Also clean up unused patches rpcbind-0.2.3-create-statdir.patch and
rpcbind-1.2.5-rpcinfo-bufoverflow.patch, as well as unused source file
rpcbind.init.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
2026-07-01 08:33:57 -04:00
Steve Dickson
e781afa47c Updated to latest upstream release: rpcbind-1_2_9 (bz 2482426)
Signed-off-by: Steve Dickson <steved@redhat.com>
2026-06-13 13:53:27 -04:00
Steve Dickson
1962b0839e Updated the URL to https://sourceforge.net/projects/rpcbind
Signed-off-by: Steve Dickson <steved@redhat.com>
2026-05-15 07:03:15 -04:00

View file

@ -4,7 +4,7 @@
Name: rpcbind
Version: 1.2.9
Release: 3%{?dist}
Release: 2%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
License: BSD-3-Clause
URL: https://sourceforge.net/projects/rpcbind
@ -120,9 +120,6 @@ install -m0644 -D rpcbind.sysusers.conf %{buildroot}%{_sysusersdir}/rpcbind.conf
%{_sysusersdir}/rpcbind.conf
%changelog
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Wed Jul 1 2026 Steve Dickson <steved@redhat.com> 1.2.9-2
- Fix leak of nconf in main()