Package: sudo / 1.9.17p2-5

Metadata

Package Version Patches format
sudo 1.9.17p2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spanish.patch | (download)

po/es.po | 78 39 + 39 - 0 !
1 file changed, 39 insertions(+), 39 deletions(-)

 improve spanish program translation

paths in samples.diff | (download)

examples/sudoers.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix paths in sudoers example to match debian's

Whitelist DPKG_COLORS environment variable.diff | (download)

plugins/sudoers/env.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] whitelist dpkg_colors environment variable

X11R6.patch | (download)

docs/UPGRADE.md | 4 2 + 2 - 0 !
docs/sudo.conf.man.in | 4 2 + 2 - 0 !
docs/sudo.conf.mdoc.in | 4 2 + 2 - 0 !
docs/sudo.man.in | 2 1 + 1 - 0 !
docs/sudo.mdoc.in | 2 1 + 1 - 0 !
examples/sudo.conf.in | 2 1 + 1 - 0 !
6 files changed, 9 insertions(+), 9 deletions(-)

 patch docs to correct path to ssh-askpass

0008 open_sudoers Do not perform path expansion on files .patch | (download)

plugins/sudoers/sudoers.c | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 open_sudoers: do not perform path expansion on files in an
 includedir

A file in an includedir containing one or more colons (':') in the
name we was being expanded as a colon-separated path instead of
being opened as-is.  This fixes a regression introduced in
sudo 1.9.14.  Bug #1085

0006 exec_mailer Set group as well as uid when running th.patch | (download)

include/sudo_eventlog.h | 3 2 + 1 - 0 !
lib/eventlog/eventlog.c | 21 17 + 4 - 0 !
lib/eventlog/eventlog_conf.c | 4 3 + 1 - 0 !
plugins/sudoers/logging.c | 2 1 + 1 - 0 !
plugins/sudoers/policy.c | 2 1 + 1 - 0 !
5 files changed, 24 insertions(+), 8 deletions(-)

 exec_mailer: set group as well as uid when running the mailer

Also make a setuid(), setgid() or setgroups() failure fatal.

Found by the ZeroPath AI Security Engineer <https://zeropath.com>