From: Peter Korsgaard Date: Tue, 7 Jun 2011 11:03:24 +0000 (+0200) Subject: sudo: bump version, use official upstream, don't disable auth X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92ab7428e85027d8155855e67e8e03bb80c93a94;p=buildroot.git sudo: bump version, use official upstream, don't disable auth sudo without authentication doesn't make much sense, and it has very limited impact on binary size. Signed-off-by: Peter Korsgaard --- diff --git a/package/sudo/Config.in b/package/sudo/Config.in index a1b596bbe2..fc0a175ec9 100644 --- a/package/sudo/Config.in +++ b/package/sudo/Config.in @@ -5,3 +5,5 @@ config BR2_PACKAGE_SUDO limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. + + http://www.sudo.ws/sudo/ diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index fde4b77117..688df16437 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -4,9 +4,8 @@ # ############################################################# -SUDO_VERSION = 1.7.4p6 -SUDO_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sudo -SUDO_SOURCE = sudo_$(SUDO_VERSION).orig.tar.gz +SUDO_VERSION = 1.7.6p2 +SUDO_SITE = http://www.sudo.ws/sudo/dist SUDO_CONF_OPT = \ --without-lecture \ @@ -14,7 +13,6 @@ SUDO_CONF_OPT = \ --without-umask \ --with-logging=syslog \ --without-interfaces \ - --disable-authentication \ --without-pam define SUDO_INSTALL_TARGET_CMDS