mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH] sudo: version bump 1.8.21p2 -> 1.8.22
Date: Thu,  1 Mar 2018 12:49:01 +0100	[thread overview]
Message-ID: <20180301114901.11994-1-r.hieber@pengutronix.de> (raw)

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

                 reply	other threads:[~2018-03-01 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180301114901.11994-1-r.hieber@pengutronix.de \
    --to=r.hieber@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox