gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9941 - in GNUnet: . src/server


From: gnunet
Subject: [GNUnet-SVN] r9941 - in GNUnet: . src/server
Date: Wed, 30 Dec 2009 08:16:47 +0100

Author: grothoff
Date: 2009-12-30 08:16:47 +0100 (Wed, 30 Dec 2009)
New Revision: 9941

Modified:
   GNUnet/README
   GNUnet/src/server/gnunetd.c
Log:
fix

Modified: GNUnet/README
===================================================================
--- GNUnet/README       2009-12-30 07:07:37 UTC (rev 9940)
+++ GNUnet/README       2009-12-30 07:16:47 UTC (rev 9941)
@@ -26,7 +26,7 @@
 For the impatient, here is the list of immediate dependencies for
 running GNUnet:
 
-- libextractor  >= 0.5.20b
+- libextractor  >= 0.5.20b and < 0.6.0
 - libgcrypt     >= 1.2
 - libgmp        >= 4.0
 - libcurl       >= 7.15.4
@@ -43,7 +43,7 @@
 - ncurses
 
 Certain transports would also like to have:
-- libmicrohttpd >= 0.3.1
+- libmicrohttpd >= 0.4.4
 - libcurl       >= 7.15.4
 - libesmtp      >= 1.0.4
 

Modified: GNUnet/src/server/gnunetd.c
===================================================================
--- GNUnet/src/server/gnunetd.c 2009-12-30 07:07:37 UTC (rev 9940)
+++ GNUnet/src/server/gnunetd.c 2009-12-30 07:16:47 UTC (rev 9941)
@@ -191,7 +191,7 @@
    0, &GNUNET_getopt_configure_set_one, &debug_flag},
   GNUNET_COMMAND_LINE_OPTION_HELP (gettext_noop ("Starts the gnunetd 
daemon.")),        /* -h */
   GNUNET_COMMAND_LINE_OPTION_LOGGING,   /* -L */
-  {'p', "padding-disable", "YES/NO",
+  {'p', "padding-disable", NULL,
    gettext_noop ("disable padding with random data (experimental)"), 0,
    &GNUNET_getopt_configure_set_option, "GNUNETD-EXPERIMENTAL:PADDING"},
   {'l', "loud", NULL,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]