[sudo-commits] sudo changeset 14401:268bd3bc7717

Todd C. Miller Todd.Miller at sudo.ws
Mon Dec 26 07:54:03 MST 2022


changeset:	14401:268bd3bc7717 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/268bd3bc7717
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Dec 26 07:43:55 2022 -0700

Log Message:
	Use AIX-style shared libraries on AIX by default instead of SVR4-style.
	This removes the need to use the -brtl linker flag which can cause
	problems when there are both a .so and .a version of the same library
	but with different versions.  This was particularly problematic
	when using the AIX freeware version of OpenSSL.  The --with-aix-soname=svr4
	option can be used to build SVR4-style shared libs instead.

diffstat:

 configure              |  67 +++++++++++++++++--------------------------------
 configure.ac           |  43 ++++++++++++++++++++-----------
 docs/sudo.conf.man.in  |  26 +++++++++---------
 docs/sudo.conf.mdoc.in |  26 +++++++++---------
 docs/sudoers.man.in    |  14 +++++-----
 docs/sudoers.mdoc.in   |  14 +++++-----
 docs/visudo.man.in     |   6 ++--
 docs/visudo.mdoc.in    |   6 ++--
 examples/sudo.conf.in  |  10 +++---
 pathnames.h.in         |   4 ++
 src/load_plugins.c     |   7 +---
 src/preload.c          |   2 +-
 12 files changed, 109 insertions(+), 116 deletions(-)



More information about the sudo-commits mailing list