summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--rules/sudo.make6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bad3023fa..0e0a293f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2007-12-13 Robert Schwebel <r.schwebel@pengutronix.de>
+2007-12-28 Robert Schwebel <r.schwebel@pengutronix.de>
+
+ * sudo: fixed URL
+
+2007-12-27 Robert Schwebel <r.schwebel@pengutronix.de>
* lighttpd: adds lighttpd to ptxdist. Lighttpd is another
popular web server for embedded targets. Patch by Daniel
diff --git a/rules/sudo.make b/rules/sudo.make
index 2bf474c72..5231f7989 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -2,7 +2,7 @@
# $Id: template 1681 2004-09-01 18:12:49Z $
#
# Copyright (C) 2004 by BSP
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_SUDO) += sudo
#
# Paths and names
#
-SUDO_VERSION = 1.6.9p6
+SUDO_VERSION = 1.6.9
SUDO = sudo-$(SUDO_VERSION)
SUDO_SUFFIX = tar.gz
-SUDO_URL = http://www.courtesan.com/sudo/dist/$(SUDO).$(SUDO_SUFFIX)
+SUDO_URL = http://www.courtesan.com/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
SUDO_SOURCE = $(SRCDIR)/$(SUDO).$(SUDO_SUFFIX)
SUDO_DIR = $(BUILDDIR)/$(SUDO)