From d65790fef1ee8f49fb82f2809a344c5ba8082430a08cba21b4ac24d1063cfbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 8 Sep 2017 09:43:33 +0000 Subject: [PATCH] Accepting request 522266 from home:stroeder:branches:Base:System - update to 1.8.21p2 OBS-URL: https://build.opensuse.org/request/show/522266 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=124 --- sudo-1.8.20p2.tar.gz | 3 -- sudo-1.8.20p2.tar.gz.sig | Bin 72 -> 0 bytes sudo-1.8.21p2.tar.gz | 3 ++ sudo-1.8.21p2.tar.gz.sig | Bin 0 -> 72 bytes sudo.changes | 85 +++++++++++++++++++++++++++++++++++++++ sudo.spec | 2 +- 6 files changed, 89 insertions(+), 4 deletions(-) delete mode 100644 sudo-1.8.20p2.tar.gz delete mode 100644 sudo-1.8.20p2.tar.gz.sig create mode 100644 sudo-1.8.21p2.tar.gz create mode 100644 sudo-1.8.21p2.tar.gz.sig diff --git a/sudo-1.8.20p2.tar.gz b/sudo-1.8.20p2.tar.gz deleted file mode 100644 index 7d8852f..0000000 --- a/sudo-1.8.20p2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9 -size 2930769 diff --git a/sudo-1.8.20p2.tar.gz.sig b/sudo-1.8.20p2.tar.gz.sig deleted file mode 100644 index 44e069049adf085a21a5704c96db1a6e9f8c18b5d3934b9877a17ad4287a60ce..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$DEJy8sFa5L$`fqJHFX#P|3Bpx#OEAu0e?WFg~Uoe9fG e1n5rVS^%G39(L}rL1fQqAIufKP{0ySFd|61gB(Es diff --git a/sudo-1.8.21p2.tar.gz b/sudo-1.8.21p2.tar.gz new file mode 100644 index 0000000..2f19b37 --- /dev/null +++ b/sudo-1.8.21p2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368 +size 2976081 diff --git a/sudo-1.8.21p2.tar.gz.sig b/sudo-1.8.21p2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5ac3a65a5022b0de0244bd5c2c5b8e981be58a9d84943117c22ddb4f22afab8a GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$H%QG5`t*5L$`fqJHFX#G-Kko*}hYp~6Kt(jllqkL>WEd%`n!9^ijZd(!33p?g&>U0% literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index dd10fc4..ab41519 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,88 @@ +------------------------------------------------------------------- +Fri Sep 8 09:17:50 UTC 2017 - michael@stroeder.com + +- update to 1.8.21p2 + +Major changes between sudo 1.8.21p2 and 1.8.21p1: + * Fixed a bug introduced in version 1.8.21 which prevented sudo + from using the PAM-supplied prompt. Bug #799 + * Fixed a bug introduced in version 1.8.21 which could result in + sudo hanging when running commands that exit quickly. Bug #800 + * Fixed a bug introduced in version 1.8.21 which prevented the + command from being run when the password was read via an external + program using the askpass interface. Bug #801 + +Major changes between sudo 1.8.21p1 and 1.8.21: + * On systems that support both PAM and SIGINFO, the main sudo + process will no longer forward SIGINFO to the command if the + signal was generated from the keyboard. The command will have + already received SIGINFO since it is part of the same process + group so there's no need for sudo to forward it. This is + consistent with the handling of SIGINT, SIGQUIT and SIGTSTP. + Bug #796 + * If SUDOERS_SEARCH_FILTER in ldap.conf does not specify a value, + the LDAP search expression used when looking up netgroups and + non-Unix groups had a syntax error if a group plugin was not + specified. + * "sudo -U otheruser -l" will now have an exit value of 0 even + if "otheruser" has no sudo privileges. The exit value when a + user attempts to lists their own privileges or when a command + is specified is unchanged. + * Fixed a regression introduced in sudo 1.8.21 where sudoreplay + playback would hang for I/O logs that contain terminal input. + * Sudo 1.8.18 contained an incomplete fix for the matching of + entries in the LDAP and SSSD backends when a sudoRunAsGroup is + specified but no sudoRunAsUser is present in the sudoRole. + +Major changes between sudo 1.8.21 and 1.8.20p2: + * The path that sudo uses to search for terminal devices can now + be configured via the new "devsearch" Path setting in sudo.conf. + * It is now possible to preserve bash shell functions in the + environment when the "env_reset" sudoers setting is disabled by + removing the "*=()*" pattern from the env_delete list. + * A change made in sudo 1.8.15 inadvertantly caused sudoedit to + send itself SIGHUP instead of exiting when the editor returns + an error or the file was not modified. + * Sudoedit now uses an exit code of zero if the file was not + actually modified. Previously, sudoedit treated a lack of + modifications as an error. + * When running a command in a pseudo-tty (pty), sudo now copies a + subset of the terminal flags to the new pty. Previously, all + flags were copied, even those not appropriate for a pty. + * Fixed a problem with debug logging in the sudoers I/O logging + plugin. + * Window size change events are now logged to the policy plugin. + On xterm and compatible terminals, sudoreplay is now capable of + resizing the terminal to match the size of the terminal the + command was run on. The new -R option can be used to disable + terminal resizing. + * Fixed a bug in visudo where a newly added file was not checked + for syntax errors. Bug #791. + * Fixed a bug in visudo where if a syntax error in an include + directory (like /etc/sudoers.d) was detected, the edited version + was left as a temporary file instead of being installed. + * On PAM systems, sudo will now treat "username's Password:" as + a standard password prompt. As a result, the SUDO_PROMPT + environment variable will now override "username's Password:" + as well as the more common "Password:". Previously, the + "passprompt_override" Defaults setting would need to be set for + SUDO_PROMPT to override a prompt of "username's Password:". + * A new "syslog_pid" sudoers setting has been added to include + sudo's process ID along with the process name when logging via + syslog. Bug #792. + * Fixed a bug introduced in sudo 1.8.18 where a command would + not be terminated when the I/O logging plugin returned an error + to the sudo front-end. + * A new "timestamp_type" sudoers setting has been added that replaces + the "tty_tickets" option. In addition to tty and global time stamp + records, it is now possible to use the parent process ID to restrict + the time stamp to commands run by the same process, usually the shell. + Bug #793. + * The --preserve-env command line option has been extended to accept + a comma-separated list of environment variables to preserve. + Bug #279. + * Friulian translation for sudo from translationproject.org. + ------------------------------------------------------------------- Thu Jun 1 07:04:16 UTC 2017 - michael@stroeder.com diff --git a/sudo.spec b/sudo.spec index f6ae328..8698c8e 100644 --- a/sudo.spec +++ b/sudo.spec @@ -17,7 +17,7 @@ Name: sudo -Version: 1.8.20p2 +Version: 1.8.21p2 Release: 0 Summary: Execute some commands as root License: ISC