diff --git a/srcpkgs/sudo/patches/install_perms.patch b/srcpkgs/sudo/patches/install_perms.patch index ba1c3e8ff96..74cc5723a70 100644 --- a/srcpkgs/sudo/patches/install_perms.patch +++ b/srcpkgs/sudo/patches/install_perms.patch @@ -1,31 +1,12 @@ ---- a/scripts/install-sh 2011-01-13 10:34:38.853561570 +0100 -+++ b/scripts/install-sh 2011-01-13 10:35:04.468525074 +0100 -@@ -91,7 +91,6 @@ while ${MORETODO} ; do - X-G) - GROUP="$2" - shift -- ${ROOT} && CHGROUPIT=true - ;; - X-G*) - if ${ROOT} ; then -@@ -110,12 +109,10 @@ while ${MORETODO} ; do - ;; - X-M) - MODE="$2" -- ${ROOT} && CHMODIT=true - shift - ;; - X-M*) - MODE="`echo \"$1\" | sed 's/^..//'`" -- ${ROOT} && CHMODIT=true - ;; - X-n) - TOUCHIT=false -@@ -132,7 +129,6 @@ while ${MORETODO} ; do - X-O) - OWNER="$2" - shift -- ${ROOT} && CHOWNIT=true - ;; - X-O*) - if ${ROOT} ; then +--- a/scripts/install-sh ++++ b/scripts/install-sh +@@ -163,6 +163,9 @@ while ${MORETODO} ; do + esac + ${MORETODO} && shift + done ++CHOWN=: ++CHGRP=: ++CHMOD=: + + ## Making a directory? + if ${DIRMODE} ; then diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index f1278024f4f..6abe1cad82a 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,7 +1,7 @@ # Template file for 'sudo' pkgname=sudo -version=1.9.12p2 -revision=2 +version=1.9.13p2 +revision=1 build_style=gnu-configure configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor --enable-shell-sets-home --enable-noargs-shell --without-sendmail @@ -15,7 +15,7 @@ license="ISC" homepage="https://www.sudo.ws/" changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS" distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz" -checksum=b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539 +checksum=df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes