./devel/libtirpc, Port of SUNs Transport-Independent RPC library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.4, Package name: libtirpc-1.3.4, Maintainer: als

This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation. This library forms a piece of the base of
Open Network Computing (ONC), and is derived directly from the Solaris
2.3 source.

TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
by almost 70 vendors on all major operating systems. TS-RPC source code
(RPCSRC 4.0) remains available from several internet sites.


Master sites:

Filesize: 550.09 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-11 20:18:09 by Paolo Vincenzo Olivo | Files touched by this commit (3) | Package updated
Log message:
devel/libtirpc: update to release 1.3.4

# noteworthy changes (since 1.3.3):
* honor ip_local_reserved_ports
* allow TCP-only portmapper
* avoid potential DoS issue by removing unnecessary sleep
* fix a potential resource leakage
* fix a possible null pointer dereference
   2023-09-06 12:42:51 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
devel/libtirpc: further buildlink file revision.

* use INCDIRS to provide a language-agnostic include path.
* fix linking for TI-RPC.
   2023-09-05 10:05:52 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
libtirpc: s/CFLAGS/CPPFLAGS in buildlink file.
   2023-09-03 14:35:59 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
libtirpc: fix typo
   2023-08-29 13:28:40 by Paolo Vincenzo Olivo | Files touched by this commit (8)
Log message:
devel/libtirpc: import libtirpc-1.3.3.

Packaged in wip by @als with minor additions by @vins.

This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation.  This library forms a piece of the base of
Open Network Computing (ONC), and is derived directly from the Solaris
2.3 source.

TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
(XTI).  TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
by almost 70 vendors on all major operating systems.  TS-RPC source code
(RPCSRC 4.0) remains available from several internet sites.