Accepting request 140161 from Base:System

- sudo 1.8.6p3
* Support for using the System Security Services Daemon (SSSD) as a source of sudoers data
* Fixed a race condition that could cause sudo to receive SIGTTOU (and stop) 
  when resuming a shell that was run via sudo when I/O logging (and use_pty) is not enabled. 
* The sudoers plugin now takes advantage of symbol visibility controls when supported by the compiler or linker.
* Sending SIGTSTP directly to the sudo process will now suspend 
   the running command when I/O logging (and use_pty) is not enabled. (forwarded request 140141 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/140161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=51
This commit is contained in:
Stephan Kulow 2012-11-05 14:03:05 +00:00 committed by Git OBS Bridge
commit 535addf130
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c32ae2bc3faf83444c82ca75ccb10ad3684d8222e3535f164c4a4db7cdddf8cf
size 1746344

3
sudo-1.8.6p3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e
size 1854962

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 4 20:32:52 UTC 2012 - crrodriguez@opensuse.org
- sudo 1.8.6p3
* Support for using the System Security Services Daemon (SSSD) as a source of sudoers data
* Fixed a race condition that could cause sudo to receive SIGTTOU (and stop)
when resuming a shell that was run via sudo when I/O logging (and use_pty) is not enabled.
* The sudoers plugin now takes advantage of symbol visibility controls when supported by the compiler or linker.
* Sending SIGTSTP directly to the sudo process will now suspend
the running command when I/O logging (and use_pty) is not enabled.
-------------------------------------------------------------------
Fri Oct 26 15:34:58 UTC 2012 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: sudo
Version: 1.8.5p2
Version: 1.8.6p3
Release: 0
Summary: Execute some commands as root
License: BSD-3-Clause