From 0bf14d3e3c96db5edb1b6a4a87adac113d5d91cf Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Wed, 30 Aug 2017 15:55:57 +0200 Subject: sudo: upgrade to make it large filesystem aware The previous version isn't large filesystem aware so it fails at run-time while development on 64 bit filesystems exported via NFS. Signed-off-by: Juergen Borleis Signed-off-by: Michael Olbrich --- .../0001-install-sh-disable-stripping.patch | 29 ---------------------- patches/sudo-1.7.2p6/series | 1 - .../0001-install-sh-disable-stripping.patch | 25 +++++++++++++++++++ patches/sudo-1.8.9p5/series | 4 +++ 4 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 patches/sudo-1.7.2p6/0001-install-sh-disable-stripping.patch delete mode 100644 patches/sudo-1.7.2p6/series create mode 100644 patches/sudo-1.8.9p5/0001-install-sh-disable-stripping.patch create mode 100644 patches/sudo-1.8.9p5/series (limited to 'patches') diff --git a/patches/sudo-1.7.2p6/0001-install-sh-disable-stripping.patch b/patches/sudo-1.7.2p6/0001-install-sh-disable-stripping.patch deleted file mode 100644 index c8421a5a2..000000000 --- a/patches/sudo-1.7.2p6/0001-install-sh-disable-stripping.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 0c293e823cbe169ed09f1be263ff22e57b9d03ef Mon Sep 17 00:00:00 2001 -From: Marc Kleine-Budde -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 ---- - install-sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/install-sh b/install-sh -index 5a6d399..e9a70b5 100755 ---- a/install-sh -+++ b/install-sh -@@ -138,7 +138,7 @@ while ${MORETODO} ; do - fi - ;; - X-s) -- STRIPIT=true -+ STRIPIT=false - ;; - X--) - shift --- -1.6.6 - diff --git a/patches/sudo-1.7.2p6/series b/patches/sudo-1.7.2p6/series deleted file mode 100644 index fab226119..000000000 --- a/patches/sudo-1.7.2p6/series +++ /dev/null @@ -1 +0,0 @@ -0001-install-sh-disable-stripping.patch diff --git a/patches/sudo-1.8.9p5/0001-install-sh-disable-stripping.patch b/patches/sudo-1.8.9p5/0001-install-sh-disable-stripping.patch new file mode 100644 index 000000000..271a4cc87 --- /dev/null +++ b/patches/sudo-1.8.9p5/0001-install-sh-disable-stripping.patch @@ -0,0 +1,25 @@ +From: Marc Kleine-Budde +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 +--- + 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.9p5/series b/patches/sudo-1.8.9p5/series new file mode 100644 index 000000000..7fbe9b80e --- /dev/null +++ b/patches/sudo-1.8.9p5/series @@ -0,0 +1,4 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-install-sh-disable-stripping.patch +# e59116c14a9e0e7506df445b8a837bdc - git-ptx-patches magic -- cgit v1.2.3