* [ptxdist] [PATCH] sudo: version bump 1.8.21p2 -> 1.8.22
@ 2018-03-01 11:49 Roland Hieber
0 siblings, 0 replies; only message in thread
From: Roland Hieber @ 2018-03-01 11:49 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
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>
---
.../0001-install-sh-disable-stripping.patch | 25 ----------------------
patches/sudo-1.8.21p2/series | 4 ----
rules/sudo.make | 4 ++--
3 files changed, 2 insertions(+), 31 deletions(-)
delete mode 100644 patches/sudo-1.8.21p2/0001-install-sh-disable-stripping.patch
delete mode 100644 patches/sudo-1.8.21p2/series
diff --git a/patches/sudo-1.8.21p2/0001-install-sh-disable-stripping.patch b/patches/sudo-1.8.21p2/0001-install-sh-disable-stripping.patch
deleted file mode 100644
index 271a4cc87..000000000
--- a/patches/sudo-1.8.21p2/0001-install-sh-disable-stripping.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Date: Wed, 13 Jan 2010 09:29:27 +0100
-Subject: [PATCH] install-sh: disable stripping
-
-This patch disables stripping because the install-sh would use
-/usr/bin/strip which doesn't work during cross compilation.
-
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
----
- install-sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/install-sh b/install-sh
-index 79e7f408172c..9e78efae7a2e 100755
---- a/install-sh
-+++ b/install-sh
-@@ -141,7 +141,7 @@ while ${MORETODO} ; do
- fi
- ;;
- X-s)
-- STRIPIT=true
-+ STRIPIT=false
- ;;
- X--)
- shift
diff --git a/patches/sudo-1.8.21p2/series b/patches/sudo-1.8.21p2/series
deleted file mode 100644
index 7fbe9b80e..000000000
--- a/patches/sudo-1.8.21p2/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-install-sh-disable-stripping.patch
-# e59116c14a9e0e7506df445b8a837bdc - git-ptx-patches magic
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 := \
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-01 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 11:49 [ptxdist] [PATCH] sudo: version bump 1.8.21p2 -> 1.8.22 Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox