Opened 7 months ago

Closed 7 months ago

#21892 closed enhancement (fixed)

rpcbind-1.2.8

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Bruce Dubbs, 7 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 7 months ago

From the ChangeLog on sourceforge:

  • rpcinfo: Removed a number of "old-style function definition" warnings
  • rpcbind: Add -v flag to print version and config
  • man/rpcbind: Update list of options
  • Comment out ListenStream=@/run/rpcbind.sock
  • [nfs/nfs-utils/rpcbind] rpcbind: avoid dereferencing NULL from realloc()
  • Move rpbind's default configuration to /run verses /var/run
  • Move rpcbind.lock to /run
  • systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup
  • systemd/rpcbind.service.in: Add various hardenings options
  • man/rpcbind: Add Files section to manpage
  • systemd/rpcbind.service.in: Add few default EnvironmentFile

comment:3 by Bruce Dubbs, 7 months ago

The patch from 2017 is still valid!

comment:4 by Bruce Dubbs, 7 months ago

After review, the patch is not really needed. Technically it changes a ~0 to RPC_MAXDATASIZE. In C a ~0 creates an intergers of all 1s which is the same as -1. The RPC_MAXDATASIZE is defined in tirpc/rpc/rpc_com.h as 9000.

The coding is somewhat obscure, but works in this instance.

comment:5 by Bruce Dubbs, 7 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

d2527116ec Update to rpcbind-1.2.8.
747a21aab6 Update to xgamma-1.0.8 (Xorg app).
a7ee9f4cdb Update to mpg123-1.33.1.
Note: See TracTickets for help on using tickets.