From 7de4fb5ad477ed8e545fa21570ff945db77b5d93 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 20 2020 14:21:46 +0000 Subject: import rpcbind-0.2.0-49.el7 --- diff --git a/SOURCES/rpcbind.socket b/SOURCES/rpcbind.socket index 814e143..d63c1d9 100644 --- a/SOURCES/rpcbind.socket +++ b/SOURCES/rpcbind.socket @@ -4,12 +4,5 @@ Description=RPCbind Server Activation Socket [Socket] ListenStream=/var/run/rpcbind.sock -# RPC netconfig can't handle ipv6/ipv4 dual sockets -BindIPv6Only=ipv6-only -ListenStream=0.0.0.0:111 -ListenDatagram=0.0.0.0:111 -ListenStream=[::]:111 -ListenDatagram=[::]:111 - [Install] WantedBy=sockets.target diff --git a/SPECS/rpcbind.spec b/SPECS/rpcbind.spec index 4aec408..155f13f 100644 --- a/SPECS/rpcbind.spec +++ b/SPECS/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind Version: 0.2.0 -Release: 48%{?dist} +Release: 49%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -203,6 +203,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Thu Sep 26 2019 Steve Dickson - 0.2.0-49 +- Removed systemd socket units from rpcbind.socket (bz 1698969) + * Tue Jan 22 2019 Steve Dickson - 0.2.0-48 - rpcinfo: Fix stack buffer overflow (bz 1637567)