summaryrefslogtreecommitdiffstats
path: root/package/sudo/sudo.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-18 18:09:24 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-19 23:21:48 +0200
commitb7fcf3bc5643a75898c76d5610360b6560a695f2 (patch)
tree5bf542682744ff82385344f365ea158ef3ce27ae /package/sudo/sudo.mk
parent245d8191b907da829f20298b0c0c1df443032086 (diff)
downloadbuildroot-b7fcf3bc5643a75898c76d5610360b6560a695f2.tar.gz
buildroot-b7fcf3bc5643a75898c76d5610360b6560a695f2.zip
sudo: bump to version 1.8.10p3
Also add hashes, kill some whitespace and correct the license type (ICS->ISC). Enable $EDITOR to point to the right editor for visudo since it normally expects /usr/bin/vi which in busybox-world is /bin/vi (and some people might want to use other editors like the operating system sized one). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sudo/sudo.mk')
-rw-r--r--package/sudo/sudo.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index e0db465ddd..c958becfcf 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -4,17 +4,20 @@
#
################################################################################
-SUDO_VERSION = 1.8.8
-SUDO_SITE = http://www.sudo.ws/sudo/dist
-SUDO_LICENSE = ICS BSD-3c
+SUDO_VERSION = 1.8.10p3
+SUDO_SITE = http://www.sudo.ws/sudo/dist
+SUDO_LICENSE = ISC BSD-3c
SUDO_LICENSE_FILES = doc/LICENSE
+# Ships a non-release libtool that isn't patch-friendly
+SUDO_AUTORECONF = YES
SUDO_CONF_OPT = \
--without-lecture \
--without-sendmail \
--without-umask \
--with-logging=syslog \
--without-interfaces \
- --without-pam
+ --without-pam \
+ --with-env-editor
# mksigname/mksiglist needs to run on build host to generate source files
define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
OpenPOWER on IntegriCloud