From: Gustavo Zacarias Date: Sat, 15 Oct 2011 03:07:20 +0000 (-0300) Subject: sudo: bump to version 1.7.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b87acaa8b2256a22fb9cd3db85cef311655d1e6;p=buildroot.git sudo: bump to version 1.7.7 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 4263762d9c..9c62c49f52 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -4,7 +4,7 @@ # ############################################################# -SUDO_VERSION = 1.7.6p2 +SUDO_VERSION = 1.7.7 SUDO_SITE = http://www.sudo.ws/sudo/dist SUDO_CONF_OPT = \ @@ -21,4 +21,4 @@ define SUDO_INSTALL_TARGET_CMDS install -m 0440 -D $(@D)/sudoers $(TARGET_DIR)/etc/sudoers endef -$(eval $(call AUTOTARGETS)) \ No newline at end of file +$(eval $(call AUTOTARGETS))