summaryrefslogtreecommitdiffstats
path: root/rules/sudo.make
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-03-01 12:49:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-01 13:49:34 +0100
commit36b73a554c43bd63eb90657868216d04e06c37bf (patch)
tree5d22c16d00094c049640bb0b9acb02f321c6de41 /rules/sudo.make
parentfe0b65925e75475e53b4ff3d47aa7029598f693d (diff)
downloadptxdist-36b73a554c43bd63eb90657868216d04e06c37bf.tar.gz
ptxdist-36b73a554c43bd63eb90657868216d04e06c37bf.tar.xz
sudo: version bump 1.8.21p2 -> 1.8.22
Remove all our patches, it turns out that sudo is stripped properly without them. Possibly breaking changes from NEWS: | * It is now an error to specify the runas user as an empty string | on the command line. Previously, an empty runas user was treated | the same as an unspecified runas user. Bug #817. | * 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 | * 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. | * 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. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sudo.make')
-rw-r--r--rules/sudo.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/sudo.make b/rules/sudo.make
index 35f0b0046..54d84ea54 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_SUDO) += sudo
#
# Paths and names
#
-SUDO_VERSION := 1.8.21p2
-SUDO_MD5 := cd3993d910c713ae72e94beebd230b22
+SUDO_VERSION := 1.8.22
+SUDO_MD5 := 24abdea48db4c5abcd410167c801cc8c
SUDO := sudo-$(SUDO_VERSION)
SUDO_SUFFIX := tar.gz
SUDO_URL := \