From: <dha...@us...> - 2011-10-16 20:32:19
|
Revision: 5190 http://astlinux.svn.sourceforge.net/astlinux/?rev=5190&view=rev Author: dhartman Date: 2011-10-16 20:32:13 +0000 (Sun, 16 Oct 2011) Log Message: ----------- update sudo to newer version Modified Paths: -------------- branches/1.0/package/sudo/sudo.mk Modified: branches/1.0/package/sudo/sudo.mk =================================================================== --- branches/1.0/package/sudo/sudo.mk 2011-10-16 14:24:44 UTC (rev 5189) +++ branches/1.0/package/sudo/sudo.mk 2011-10-16 20:32:13 UTC (rev 5190) @@ -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 @@ install -m 0440 -D $(@D)/sudoers $(TARGET_DIR)/etc/sudoers endef -$(eval $(call AUTOTARGETS,package,sudo)) \ No newline at end of file +$(eval $(call AUTOTARGETS,package,sudo)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |