Opened 6 hours ago

Closed 2 hours ago

#20535 closed enhancement (fixed)

libtirpc-1.3.6

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

Description

New point version.

Change History (3)

comment:1 by thomas, 2 hours ago

Owner: changed from blfs-book to thomas
Status: newassigned

comment:2 by thomas, 2 hours ago

commit d04f4d6f0e682f16b0ce96839ab4eadade591eb1 Author: Rosen Penev <rosenp@…> Date: Tue Jan 21 11:51:16 2020 -0500

xdr_float: do not include bits/endian.h

bits/endian.h is an internal header. endian.h should be included.

Fixes compilation with recent musl.

Signed-off-by: Rosen Penev <rosenp@…> Signed-off-by: Steve Dickson <steved@…>

commit daed7eedba73907730241c5262a5c16c7abedb6f Author: Mike Gilbert <floppym@…> Date: Tue Jan 21 11:49:35 2020 -0500

Avoid multiple-definiton with gcc -fno-common

GCC 10 enables -fno-common by default.

Fixes: https://bugs.gentoo.org/705896

Signed-off-by: Steve Dickson <steved@…>

commit 342aa6c11d8dd2cb7cf5c2db5c38e8ccabbb1b24 Author: Petr Vorel <pvorel@…> Date: Fri Jan 3 09:57:04 2020 -0500

bindresvport.blacklist: Add 774 (rpasswd)

Signed-off-by: Petr Vorel <pvorel@…> Signed-off-by: Steve Dickson <steved@…>

commit a86b4ff0c4b4e53df436f83c21a5fbf01568a301 Author: Petr Vorel <pvorel@…> Date: Fri Jan 3 09:55:28 2020 -0500

Add authdes_seccreate() stub

bf8f0b82d added back authdes_create() and authdes_pk_create() interfaces also when authdes compiled out. Add also authdes_seccreate().

Found by LTP rpc-tirpc test, which fails to link:

/usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/ccFanCMm.o: in function `main':

testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_seccreate/tirpc_authdes_seccreate.c:55: undefined reference to `authdes_seccreate'

Fixes: bf8f0b82d ("Add back the authdes interfaces")

Signed-off-by: Petr Vorel <pvorel@…> Signed-off-by: Steve Dickson <steved@…>

comment:3 by thomas, 2 hours ago

Resolution: fixed
Status: assignedclosed

Fixed in [7fb93a5525]

Note: See TracTickets for help on using tickets.