commit sudo for openSUSE:Factory
Hello community, here is the log from the commit of package sudo for openSUSE:Factory checked in at 2015-02-27 10:56:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sudo (Old) and /work/SRC/openSUSE:Factory/.sudo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sudo" Changes: -------- --- /work/SRC/openSUSE:Factory/sudo/sudo.changes 2014-12-21 12:03:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes 2015-02-27 10:56:54.000000000 +0100 @@ -1,0 +2,40 @@ +Sun Feb 22 15:29:28 UTC 2015 - vcizek@suse.com + +- update to 1.8.12 (fixes bnc#918953) +- changelog: + * The embedded copy of zlib has been upgraded to version 1.2.8 and + is now installed as a shared library where supported. + * Debug settings for the sudo front end and sudoers plugin are now configured separately. + * Multiple sudo.conf Debug entries may now be specified per program (or plugin). + * The plugin API has been extended such that the path to the plugin + that was loaded is now included in the settings array. This path + can be used to register with the debugging subsystem. The debug_flags + setting is now prefixed with a file name and may be specified multiple + times if there is more than one matching Debug setting in sudo.conf. + * The sudoers regression tests now run with the locale set to C since + some of the tests compare output that includes locale-specific messages. Bug #672. + * Fixed a bug where sudo would not run commands on Linux when compiled + with audit support if audit is disabled. Bug #671. + * The default password prompt now includes a trailing space after + "Password:" for consistency with su(1) on most systems. Bug #663. + * Visudo will now use the optional sudoers_file, sudoers_mode, + sudoers_uid and sudoers_gid arguments if specified on the sudoers.so Plugin line in the sudo.conf file. + * Fixed a problem introduced in sudo 1.8.8 that prevented the full + host name from being used when the fqdn sudoers option is used. Bug #678. + * Sudo now installs a handler for SIGCHLD signal handler immediately + before stating the process that will execute the command (or start the monitor). + * Removed a limit on the length of command line arguments expanded by + a wild card using sudo's version of the fnmatch() function. + This limit was introduced when sudo's version of fnmatch() was replaced in sudo 1.8.4. + * LDAP-based sudoers can now query an LDAP server for a user's netgroups + directly. This is often much faster than fetching every sudoRole object + containing a sudoUser that begins with a `+' prefix and checking + whether the user is a member of any of the returned netgroups. + * The mail_always sudoers option no longer sends mail for + sudo -l or sudo -v unless the user is unable to authenticate themselves. + * Fixed a crash when sudo is run with an empty argument vector. + * Fixed two potential crashes when sudo is run with very low resource limits. + * The TZ environment variable is now checked for safety instead of simply + being copied to the environment of the command. This fixes a potential security issue. + +------------------------------------------------------------------- Old: ---- sudo-1.8.11p2.tar.gz New: ---- sudo-1.8.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sudo.spec ++++++ --- /var/tmp/diff_new_pack.antGnX/_old 2015-02-27 10:56:55.000000000 +0100 +++ /var/tmp/diff_new_pack.antGnX/_new 2015-02-27 10:56:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sudo # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sudo -Version: 1.8.11p2 +Version: 1.8.12 Release: 0 Summary: Execute some commands as root License: ISC @@ -128,6 +128,8 @@ install -m 755 %{SOURCE4} %{buildroot}/var/lib/tests/sudo install -d %{buildroot}%{_docdir}/%{name}-test install -m 644 %{buildroot}%{_docdir}/%{name}/LICENSE %{buildroot}%{_docdir}/%{name}-test/LICENSE +mkdir -p %{buildroot}/%{_docdir}/sudo/examples/ +mv %{buildroot}/usr/share/examples/sudo/* %{buildroot}/%{_docdir}/sudo/examples/ %post chmod 0440 %{_sysconfdir}/sudoers ++++++ sudo-1.8.11p2.tar.gz -> sudo-1.8.12.tar.gz ++++++ ++++ 57715 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de