Name: | libntirpc |
---|---|
Version: | 1.6.3 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 275331 |
License: | BSD |
RPM: | libntirpc-1.6.3-2.el7.aarch64.rpm |
Source RPM: | libntirpc-1.6.3-2.el7.src.rpm |
Build Date: | Fri Dec 28 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nfs-ganesha/ntirpc |
Summary: | New Transport Independent RPC Library |
Description: | This package contains a new implementation of the original libtirpc, transport-independent RPC (TI-RPC) library for NFS-Ganesha. It has the following features not found in libtirpc: 1. Bi-directional operation 2. Full-duplex operation on the TCP (vc) transport 3. Thread-safe operating modes 3.1 new locking primitives and lock callouts (interface change) 3.2 stateless send/recv on the TCP transport (interface change) 4. Flexible server integration support 5. Event channels (remove static arrays of xprt handles, new EPOLL/KEVENT integration) |
- set vendor string to "Oracle America" (Tiger Yang)
- build 1.6.3-1 for oracle gluster 4.1
- Export authnone_create_dummy for error handling in Ganesha - xdr_ioq: fix memory leak on FreeBSD - Don't let a newly created xprt be cleaned - xdr_bytes_decode - only free if we allocated - Only unlock when we actually locked - Merge pull request #139 from zhoury14/v1.6 - fix CLSET_VERS/CLSET_PROG in cln_dg clnt_vc clnt_rdma
- rebuild for oracle-gluster-4.1
- build 1.6.2 for oracle-gluster-4.0
- build 1.5.3 for oracle-gluster-3.12
- ntirpc: update patch level - XDR and netbuf: fix decoder overruns from guidovranken
- Initial version