Re: sudo 1.8.22b1 released
Michael Felt <[email protected]> Fri, 8 Dec 2017 19:16:23 +0100
| Newsgroups | gmane.comp.tools.sudo.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/12/2017 16:56, Todd C. Miller wrote: > The first beta version of sudo 1.8.22 is now available. Sudo 1.8.22 > is a bug fix release. It fixes some long-standing issues with job > control when I/O logging is enabled. > > Source: > https://www.sudo.ws/sudo/dist/beta/sudo-1.8.22b1.tar.gz > ftp://ftp.sudo.ws/pub/sudo/beta/sudo-1.8.22b1.tar.gz Second thing: a) duplicate symbol b) - make check failure maybe related to my building on NFS shares: /bin/sh ../../libtool --tag=disable-static --mode=compile xlc_r -c -o vsyslog_test.lo -I../../../src/su do-rbac-1.8.22b1/include -I../.. -I../../../src/sudo-rbac-1.8.22b1/lib/util -I../../../src/sudo-rbac-1.8.22b1 - D_PATH_SUDO_CONF=\"/var/sudo-rbac/etc/sudo.conf\" -I/opt/include -D_FORTIFY_SOURCE=2 -I/opt/include -O2 -qmaxme m=-1 -qarch=pwr5 ../../../src/sudo-rbac-1.8.22b1/lib/util/regress/vsyslog/vsyslog_test.c libtool: compile: xlc_r -c -I../../../src/sudo-rbac-1.8.22b1/include -I../.. -I../../../src/sudo-rbac-1.8.22b1 /lib/util -I../../../src/sudo-rbac-1.8.22b1 -D_PATH_SUDO_CONF=\"/var/sudo-rbac/etc/sudo.conf\" -I/opt/include - D_FORTIFY_SOURCE=2 -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 ../../../src/sudo-rbac-1.8.22b1/lib/util/regress/ vsyslog/vsyslog_test.c -DPIC -o .libs/vsyslog_test.o /bin/sh ../../libtool --tag=disable-static --mode=link xlc_r -o vsyslog_test vsyslog_test.lo vsyslog.lo libsudo_util.la -Wl,-brtl libtool: link: xlc_r -o .libs/vsyslog_test .libs/vsyslog_test.o .libs/vsyslog.o -Wl,-brtl -L./.libs -lsudo_uti l -Wl,-blibpath:/opt/libexec/sudo:/usr/vac/lib:/usr/lib:/lib ld: 0711-224 WARNING: Duplicate symbol: .sudo_vsyslog ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. parse_gids_test: 6 tests run, 0 errors, 100% success rate strsplit_test: 29 tests run, 0 errors, 100% success rate fnmatch: 6 tests run, 0 errors, 100% success rate Could not load program /data/prj/aixtools/sudo/sudo-rbac-1.8.22b1/lib/.nfsBCB/.libs/lt-atofoo_test: Dependent module libsudo_util.so could not be loaded. Could not load module libsudo_util.so. System error: No such file or directory Could not load program /data/prj/aixtools/sudo/sudo-rbac-1.8.22b1/lib/.nfsBCB/.libs/lt-hltq_test: Dependent module libsudo_util.so could not be loaded. Could not load module libsudo_util.so. System error: No such file or directory Could not load program /data/prj/aixtools/sudo/sudo-rbac-1.8.22b1/lib/.nfsBCB/.libs/lt-vsyslog_test: Dependent module libsudo_util.so could not be loaded. Could not load module libsudo_util.so. System error: No such file or directory make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. > SHA256 checksum: > 9a59d0fac2546f796f618cb0f94081500f21340583a8751bab98b9c66bf20aee > MD5 checksum: > b90935de6229868a1687db0df2875fb9 > > Binary packages: > https://www.sudo.ws/sudo/dist/beta/packages/index.html#binary > > For a list of download mirror sites, see: > https://www.sudo.ws/sudo/download_mirrors.html > > Sudo web site: > https://www.sudo.ws/sudo/ > > Sudo web site mirrors: > https://www.sudo.ws/sudo/mirrors.html > > Major changes between sudo 1.8.22b1 and 1.8.21p2: > > * Commands run in the background from a script run via sudo will > no longer receive SIGHUP when the parent exits and I/O logging > is enabled. Bug #502 > > * A particularly offensive insult is now disabled by default. > Bug #804 > > * The description of "sudo -i" now correctly documents that > the "env_keep" and "env_check" sudoers options are applied to > the environment. Bug #806 > > * Fixed a crash when the system's host name is not set. > Bug #807 > > * The sudoers2ldif script now handles #include and #includedir > directives. > > * Fixed a bug where sudo would silently exit when the command was > not allowed by sudoers and the "passwd_tries" sudoers option > was set to a value less than one. > > * Fixed a bug with the "listpw" and "verifypw" sudoers options and > multiple sudoers sources. If the option is set to "all", a > password should be required unless none of a user's sudoers > entries from any source require authentication. > > * Fixed a bug with the "listpw" and "verifypw" sudoers options in > the LDAP and SSSD back-ends. If the option is set to "any", and > the entry contained multiple rules, only the first matching rule > was checked. If an entry contained more than one matching rule > and the first rule required authentication but a subsequent rule > did not, sudo would prompt for a password when it should not have. > > * When running a command as the invoking user (not root), sudo > would execute the command with the same group vector it was > started with. Sudo now executes the command with a new group > vector based on the group database which is consistent with > how su(1) operates. > > * Fixed a double free in the SSSD back-end that could occur when > ipa_hostname is present in sssd.conf and is set to an unqualified > host name. > > * When I/O logging is enabled, sudo will now write to the terminal > even when it is a background process. Previously, sudo would > only write to the tty when it was the foreground process when > I/O logging was enabled. If the TOSTOP terminal flag is set, > sudo will suspend the command (and then itself) with the SIGTTOU > signal. > > ____________________________________________________________ > sudo-workers mailing list <[email protected]> > For list information, options, or to unsubscribe, visit: > https://www.sudo.ws/mailman/listinfo/sudo-workers ____________________________________________________________ sudo-workers mailing list <[email protected]> For list information, options, or to unsubscribe, visit: https://www.sudo.ws/mailman/listinfo/sudo-workers