diff options
27 files changed, 102 insertions, 1111 deletions
@@ -3,7 +3,9 @@ Issues resolved (http://bugs.uclibc.org): #241: device mapper + lvm2: build together + #333: Bump sqlite package to 3.6.15 #349: update libsoup to version 2.26.2 + #359,#413: Upgrade openvpn to Makefile.autotools.in #367: linux kernel compile error for arm926t #373: Support for building gstreamer without libxml #379: update DirectFB to version 1.4.0 @@ -14,6 +16,8 @@ #395: gst-plugins-bad: New package #409: Bump php package to 5.2.10 #411: ipsec-tools: Bump version to 0.7.2 + #417: New package spawn-fcgi + #419: Bump lighttpd package to 1.4.23 2009.05, Released June 1st, 2009: diff --git a/package/Config.in b/package/Config.in index 0b0927702..1dfdb203c 100644 --- a/package/Config.in +++ b/package/Config.in @@ -198,6 +198,7 @@ source "package/quagga/Config.in" source "package/rsync/Config.in" source "package/samba/Config.in" source "package/socat/Config.in" +source "package/spawn-fcgi/Config.in" source "package/stunnel/Config.in" source "package/tcpdump/Config.in" source "package/tftpd/Config.in" diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 660bab7b3..4b821b477 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -36,7 +36,7 @@ config BR2_BUSYBOX_VERSION string default "1.12.4" if BR2_BUSYBOX_VERSION_1_12_X default "1.13.4" if BR2_BUSYBOX_VERSION_1_13_X - default "1.14.1" if BR2_BUSYBOX_VERSION_1_14_X + default "1.14.2" if BR2_BUSYBOX_VERSION_1_14_X config BR2_PACKAGE_BUSYBOX_FULLINSTALL bool "Run BusyBox's own full installation" diff --git a/package/busybox/busybox-1.14.1-ash.patch b/package/busybox/busybox-1.14.1-ash.patch deleted file mode 100644 index eee054239..000000000 --- a/package/busybox/busybox-1.14.1-ash.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urpN busybox-1.14.1/shell/ash.c busybox-1.14.1-ash/shell/ash.c ---- busybox-1.14.1/shell/ash.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-ash/shell/ash.c 2009-06-14 19:44:24.000000000 +0200 -@@ -11909,7 +11909,8 @@ find_dot_file(char *name) - */ - return fullname; - } -- stunalloc(fullname); -+ if (fullname != name) -+ stunalloc(fullname); - } - - /* not found in the PATH */ diff --git a/package/busybox/busybox-1.14.1-ftpd.patch b/package/busybox/busybox-1.14.1-ftpd.patch deleted file mode 100644 index d33977ff6..000000000 --- a/package/busybox/busybox-1.14.1-ftpd.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -urpN busybox-1.14.1/networking/ftpd.c busybox-1.14.1-ftpd/networking/ftpd.c ---- busybox-1.14.1/networking/ftpd.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-ftpd/networking/ftpd.c 2009-06-04 18:59:49.000000000 +0200 -@@ -1320,6 +1320,8 @@ int ftpd_main(int argc UNUSED_PARAM, cha - handle_appe(); - else if (cmdval == const_STOU) /* "store unique" */ - handle_stou(); -+ else -+ goto bad_cmd; - } - #endif - #if 0 -@@ -1340,6 +1342,9 @@ int ftpd_main(int argc UNUSED_PARAM, cha - * (doesn't necessarily mean "we must support them") - * foo 1.2.3: XXXX - comment - */ -+#if ENABLE_FEATURE_FTP_WRITE -+ bad_cmd: -+#endif - cmdio_write_raw(STR(FTP_BADCMD)" Unknown command\r\n"); - } - } diff --git a/package/busybox/busybox-1.14.1-httpd.patch b/package/busybox/busybox-1.14.1-httpd.patch deleted file mode 100644 index 3395cf074..000000000 --- a/package/busybox/busybox-1.14.1-httpd.patch +++ /dev/null @@ -1,655 +0,0 @@ -diff -urpN busybox-1.14.1/include/libbb.h busybox-1.14.1-httpd/include/libbb.h ---- busybox-1.14.1/include/libbb.h 2009-05-27 18:01:37.000000000 +0200 -+++ busybox-1.14.1-httpd/include/libbb.h 2009-06-12 09:07:39.000000000 +0200 -@@ -1099,6 +1099,8 @@ const char *get_signame(int number) FAST - void print_signames(void) FAST_FUNC; - - char *bb_simplify_path(const char *path) FAST_FUNC; -+/* Returns ptr to NUL */ -+char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; - - #define FAIL_DELAY 3 - extern void bb_do_delay(int seconds) FAST_FUNC; -diff -urpN busybox-1.14.1/libbb/simplify_path.c busybox-1.14.1-httpd/libbb/simplify_path.c ---- busybox-1.14.1/libbb/simplify_path.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-httpd/libbb/simplify_path.c 2009-06-03 12:50:48.000000000 +0200 -@@ -6,22 +6,13 @@ - * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. - */ -- - #include "libbb.h" - --char* FAST_FUNC bb_simplify_path(const char *path) -+char* FAST_FUNC bb_simplify_abs_path_inplace(char *start) - { -- char *s, *start, *p; -+ char *s, *p; - -- if (path[0] == '/') -- start = xstrdup(path); -- else { -- s = xrealloc_getcwd_or_warn(NULL); -- start = concat_path_file(s, path); -- free(s); -- } - p = s = start; -- - do { - if (*p == '/') { - if (*s == '/') { /* skip duplicate (or initial) slash */ -@@ -47,7 +38,22 @@ char* FAST_FUNC bb_simplify_path(const c - if ((p == start) || (*p != '/')) { /* not a trailing slash */ - ++p; /* so keep last character */ - } -- *p = 0; -+ *p = '\0'; -+ return p; -+} -+ -+char* FAST_FUNC bb_simplify_path(const char *path) -+{ -+ char *s, *p; -+ -+ if (path[0] == '/') -+ s = xstrdup(path); -+ else { -+ p = xrealloc_getcwd_or_warn(NULL); -+ s = concat_path_file(p, path); -+ free(p); -+ } - -- return start; -+ bb_simplify_abs_path_inplace(s); -+ return s; - } -diff -urpN busybox-1.14.1/networking/httpd.c busybox-1.14.1-httpd/networking/httpd.c ---- busybox-1.14.1/networking/httpd.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-httpd/networking/httpd.c 2009-06-12 08:53:46.000000000 +0200 -@@ -32,7 +32,7 @@ - * foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World" - * bar=`httpd -e "<Hello World>"` # encode as "<Hello World>" - * Note that url encoding for arguments is not the same as html encoding for -- * presentation. -d decodes a url-encoded argument while -e encodes in html -+ * presentation. -d decodes an url-encoded argument while -e encodes in html - * for page display. - * - * httpd.conf has the following format: -@@ -54,7 +54,7 @@ - * /adm:admin:setup # Require user admin, pwd setup on urls starting with /adm/ - * /adm:toor:PaSsWd # or user toor, pwd PaSsWd on urls starting with /adm/ - * .au:audio/basic # additional mime type for audio.au files -- * *.php:/path/php # running cgi.php scripts through an interpreter -+ * *.php:/path/php # run xxx.php through an interpreter - * - * A/D may be as a/d or allow/deny - only first char matters. - * Deny/Allow IP logic: -@@ -94,13 +94,13 @@ - * server exits with an error. - * - */ -+ /* TODO: use TCP_CORK, parse_config() */ - - #include "libbb.h" - #if ENABLE_FEATURE_HTTPD_USE_SENDFILE - # include <sys/sendfile.h> - #endif - --//#define DEBUG 1 - #define DEBUG 0 - - #define IOBUF_SIZE 8192 /* IO buffer */ -@@ -115,8 +115,8 @@ - - #define HEADER_READ_TIMEOUT 60 - --static const char default_path_httpd_conf[] ALIGN1 = "/etc"; --static const char httpd_conf[] ALIGN1 = "httpd.conf"; -+static const char DEFAULT_PATH_HTTPD_CONF[] ALIGN1 = "/etc"; -+static const char HTTPD_CONF[] ALIGN1 = "httpd.conf"; - static const char HTTP_200[] ALIGN1 = "HTTP/1.0 200 OK\r\n"; - - typedef struct has_next_ptr { -@@ -242,7 +242,7 @@ struct globals { - const char *bind_addr_or_port; - - const char *g_query; -- const char *configFile; -+ const char *opt_c_configFile; - const char *home_httpd; - const char *index_page; - -@@ -289,7 +289,7 @@ struct globals { - #define rmt_ip (G.rmt_ip ) - #define bind_addr_or_port (G.bind_addr_or_port) - #define g_query (G.g_query ) --#define configFile (G.configFile ) -+#define opt_c_configFile (G.opt_c_configFile ) - #define home_httpd (G.home_httpd ) - #define index_page (G.index_page ) - #define found_mime_type (G.found_mime_type ) -@@ -452,14 +452,6 @@ static int scan_ip_mask(const char *str, - /* - * Parse configuration file into in-memory linked list. - * -- * The first non-white character is examined to determine if the config line -- * is one of the following: -- * .ext:mime/type # new mime type not compiled into httpd -- * [adAD]:from # ip address allow/deny, * for wildcard -- * /path:user:pass # username/password -- * Ennn:error.html # error page for status nnn -- * P:/url:[http://]hostname[:port]/new/path # reverse proxy -- * - * Any previous IP rules are discarded. - * If the flag argument is not SUBDIR_PARSE then all /path and mime rules - * are also discarded. That is, previous settings are retained if flag is -@@ -469,99 +461,150 @@ static int scan_ip_mask(const char *str, - * path Path where to look for httpd.conf (without filename). - * flag Type of the parse request. - */ --/* flag */ --#define FIRST_PARSE 0 --#define SUBDIR_PARSE 1 --#define SIGNALED_PARSE 2 --#define FIND_FROM_HTTPD_ROOT 3 -+/* flag param: */ -+enum { -+ FIRST_PARSE = 0, /* path will be "/etc" */ -+ SIGNALED_PARSE = 1, /* path will be "/etc" */ -+ SUBDIR_PARSE = 2, /* path will be derived from URL */ -+}; - static void parse_conf(const char *path, int flag) - { -+ /* internally used extra flag state */ -+ enum { TRY_CURDIR_PARSE = 3 }; -+ - FILE *f; --#if ENABLE_FEATURE_HTTPD_BASIC_AUTH -- Htaccess *prev; --#endif -- Htaccess *cur; -- const char *filename = configFile; -+ const char *filename; - char buf[160]; -- char *p, *p0; -- char *after_colon; -- Htaccess_IP *pip; - - /* discard old rules */ - free_Htaccess_IP_list(&ip_a_d); - flg_deny_all = 0; - /* retain previous auth and mime config only for subdir parse */ - if (flag != SUBDIR_PARSE) { -+ free_Htaccess_list(&mime_a); - #if ENABLE_FEATURE_HTTPD_BASIC_AUTH - free_Htaccess_list(&g_auth); - #endif -- free_Htaccess_list(&mime_a); - #if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR - free_Htaccess_list(&script_i); - #endif - } - -+ filename = opt_c_configFile; - if (flag == SUBDIR_PARSE || filename == NULL) { -- filename = alloca(strlen(path) + sizeof(httpd_conf) + 2); -- sprintf((char *)filename, "%s/%s", path, httpd_conf); -+ filename = alloca(strlen(path) + sizeof(HTTPD_CONF) + 2); -+ sprintf((char *)filename, "%s/%s", path, HTTPD_CONF); - } - - while ((f = fopen_for_read(filename)) == NULL) { -- if (flag == SUBDIR_PARSE || flag == FIND_FROM_HTTPD_ROOT) { -+ if (flag >= SUBDIR_PARSE) { /* SUBDIR or TRY_CURDIR */ - /* config file not found, no changes to config */ - return; - } -- if (configFile && flag == FIRST_PARSE) /* if -c option given */ -- bb_simple_perror_msg_and_die(filename); -- flag = FIND_FROM_HTTPD_ROOT; -- filename = httpd_conf; -+ if (flag == FIRST_PARSE) { -+ /* -c CONFFILE given, but CONFFILE doesn't exist? */ -+ if (opt_c_configFile) -+ bb_simple_perror_msg_and_die(opt_c_configFile); -+ /* else: no -c, thus we looked at /etc/httpd.conf, -+ * and it's not there. try ./httpd.conf: */ -+ } -+ flag = TRY_CURDIR_PARSE; -+ filename = HTTPD_CONF; - } - - #if ENABLE_FEATURE_HTTPD_BASIC_AUTH -- prev = g_auth; --#endif -- /* This could stand some work */ -- while ((p0 = fgets(buf, sizeof(buf), f)) != NULL) { -- after_colon = NULL; -- for (p = p0; *p0 != '\0' && *p0 != '#'; p0++) { -- if (!isspace(*p0)) { -- *p++ = *p0; -- if (*p0 == ':' && after_colon == NULL) -- after_colon = p; -+ /* in "/file:user:pass" lines, we prepend path in subdirs */ -+ if (flag != SUBDIR_PARSE) -+ path = ""; -+#endif -+ /* The lines can be: -+ * -+ * I:default_index_file -+ * H:http_home -+ * [AD]:IP[/mask] # allow/deny, * for wildcard -+ * Ennn:error.html # error page for status nnn -+ * P:/url:[http://]hostname[:port]/new/path # reverse proxy -+ * .ext:mime/type # mime type -+ * *.php:/path/php # run xxx.php through an interpreter -+ * /file:user:pass # username and password -+ */ -+ while (fgets(buf, sizeof(buf), f) != NULL) { -+ unsigned strlen_buf; -+ unsigned char ch; -+ char *after_colon; -+ -+ { /* remove all whitespace, and # comments */ -+ char *p, *p0; -+ -+ p0 = buf; -+ /* skip non-whitespace beginning. Often the whole line -+ * is non-whitespace. We want this case to work fast, -+ * without needless copying, therefore we don't merge -+ * this operation into next while loop. */ -+ while ((ch = *p0) != '\0' && ch != '\n' && ch != '#' -+ && ch != ' ' && ch != '\t' -+ ) { -+ p0++; -+ } -+ p = p0; -+ /* if we enter this loop, we have some whitespace. -+ * discard it */ -+ while (ch != '\0' && ch != '\n' && ch != '#') { -+ if (ch != ' ' && ch != '\t') { -+ *p++ = ch; -+ } -+ ch = *++p0; - } -+ *p = '\0'; -+ strlen_buf = p - buf; -+ if (strlen_buf == 0) -+ continue; /* empty line */ - } -- *p = '\0'; - -- /* test for empty or strange line */ -- if (after_colon == NULL || *after_colon == '\0') -+ after_colon = strchr(buf, ':'); -+ /* strange line? */ -+ if (after_colon == NULL || *++after_colon == '\0') -+ goto config_error; -+ -+ ch = (buf[0] & ~0x20); /* toupper if it's a letter */ -+ -+ if (ch == 'I') { -+ index_page = xstrdup(after_colon); - continue; -- p0 = buf; -- if (*p0 == 'd' || *p0 == 'a') -- *p0 -= 0x20; /* a/d -> A/D */ -- if (*after_colon == '*') { -- if (*p0 == 'D') { -- /* memorize "deny all" */ -- flg_deny_all = 1; -- } -- /* skip assumed "A:*", it is a default anyway */ -+ } -+ -+ /* do not allow jumping around using H in subdir's configs */ -+ if (flag == FIRST_PARSE && ch == 'H') { -+ home_httpd = xstrdup(after_colon); -+ xchdir(home_httpd); - continue; - } - -- if (*p0 == 'A' || *p0 == 'D') { -- /* storing current config IP line */ -- pip = xzalloc(sizeof(Htaccess_IP)); -- if (scan_ip_mask(after_colon, &(pip->ip), &(pip->mask))) { -+ if (ch == 'A' || ch == 'D') { -+ Htaccess_IP *pip; -+ -+ if (*after_colon == '*') { -+ if (ch == 'D') { -+ /* memorize "deny all" */ -+ flg_deny_all = 1; -+ } -+ /* skip assumed "A:*", it is a default anyway */ -+ continue; -+ } -+ /* store "allow/deny IP/mask" line */ -+ pip = xzalloc(sizeof(*pip)); -+ if (scan_ip_mask(after_colon, &pip->ip, &pip->mask)) { - /* IP{/mask} syntax error detected, protect all */ -- *p0 = 'D'; -+ ch = 'D'; - pip->mask = 0; - } -- pip->allow_deny = *p0; -- if (*p0 == 'D') { -+ pip->allow_deny = ch; -+ if (ch == 'D') { - /* Deny:from_IP - prepend */ - pip->next = ip_a_d; - ip_a_d = pip; - } else { -- /* A:from_IP - append (thus D precedes A) */ -+ /* A:from_IP - append (thus all D's precedes A's) */ - Htaccess_IP *prev_IP = ip_a_d; - if (prev_IP == NULL) { - ip_a_d = pip; -@@ -575,12 +618,12 @@ static void parse_conf(const char *path, - } - - #if ENABLE_FEATURE_HTTPD_ERROR_PAGES -- if (flag == FIRST_PARSE && *p0 == 'E') { -+ if (flag == FIRST_PARSE && ch == 'E') { - unsigned i; -- int status = atoi(++p0); /* error status code */ -+ int status = atoi(buf + 1); /* error status code */ -+ - if (status < HTTP_CONTINUE) { -- bb_error_msg("config error '%s' in '%s'", buf, filename); -- continue; -+ goto config_error; - } - /* then error page; find matching status */ - for (i = 0; i < ARRAY_SIZE(http_response_type); i++) { -@@ -597,7 +640,7 @@ static void parse_conf(const char *path, - #endif - - #if ENABLE_FEATURE_HTTPD_PROXY -- if (flag == FIRST_PARSE && *p0 == 'P') { -+ if (flag == FIRST_PARSE && ch == 'P') { - /* P:/url:[http://]hostname[:port]/new/path */ - char *url_from, *host_port, *url_to; - Htaccess_Proxy *proxy_entry; -@@ -605,23 +648,20 @@ static void parse_conf(const char *path, - url_from = after_colon; - host_port = strchr(after_colon, ':'); - if (host_port == NULL) { -- bb_error_msg("config error '%s' in '%s'", buf, filename); -- continue; -+ goto config_error; - } - *host_port++ = '\0'; - if (strncmp(host_port, "http://", 7) == 0) - host_port += 7; - if (*host_port == '\0') { -- bb_error_msg("config error '%s' in '%s'", buf, filename); -- continue; -+ goto config_error; - } - url_to = strchr(host_port, '/'); - if (url_to == NULL) { -- bb_error_msg("config error '%s' in '%s'", buf, filename); -- continue; -+ goto config_error; - } - *url_to = '\0'; -- proxy_entry = xzalloc(sizeof(Htaccess_Proxy)); -+ proxy_entry = xzalloc(sizeof(*proxy_entry)); - proxy_entry->url_from = xstrdup(url_from); - proxy_entry->host_port = xstrdup(host_port); - *url_to = '/'; -@@ -631,115 +671,87 @@ static void parse_conf(const char *path, - continue; - } - #endif -+ /* the rest of directives are non-alphabetic, -+ * must avoid using "toupper'ed" ch */ -+ ch = buf[0]; - --#if ENABLE_FEATURE_HTTPD_BASIC_AUTH -- if (*p0 == '/') { -- /* make full path from httpd root / current_path / config_line_path */ -- const char *tp = (flag == SUBDIR_PARSE ? path : ""); -- p0 = xmalloc(strlen(tp) + (after_colon - buf) + 2 + strlen(after_colon)); -- after_colon[-1] = '\0'; -- sprintf(p0, "/%s%s", tp, buf); -- -- /* looks like bb_simplify_path... */ -- tp = p = p0; -- do { -- if (*p == '/') { -- if (*tp == '/') { /* skip duplicate (or initial) slash */ -- continue; -- } -- if (*tp == '.') { -- if (tp[1] == '/' || tp[1] == '\0') { /* remove extra '.' */ -- continue; -- } -- if ((tp[1] == '.') && (tp[2] == '/' || tp[2] == '\0')) { -- ++tp; -- if (p > p0) { -- while (*--p != '/') /* omit previous dir */ -- continue; -- } -- continue; -- } -- } -- } -- *++p = *tp; -- } while (*++tp); -+ if (ch == '.' /* ".ext:mime/type" */ -+#if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR -+ || (ch == '*' && buf[1] == '.') /* "*.php:/path/php" */ -+#endif -+ ) { -+ char *p; -+ Htaccess *cur; - -- if ((p == p0) || (*p != '/')) { /* not a trailing slash */ -- ++p; /* so keep last character */ -+ cur = xzalloc(sizeof(*cur) /* includes space for NUL */ + strlen_buf); -+ strcpy(cur->before_colon, buf); -+ p = cur->before_colon + (after_colon - buf); -+ p[-1] = '\0'; -+ cur->after_colon = p; -+ if (ch == '.') { -+ /* .mime line: prepend to mime_a list */ -+ cur->next = mime_a; -+ mime_a = cur; -+ } -+#if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR -+ else { -+ /* script interpreter line: prepend to script_i list */ -+ cur->next = script_i; -+ script_i = cur; - } -- *p = ':'; -- strcpy(p + 1, after_colon); -- } - #endif -- if (*p0 == 'I') { -- index_page = xstrdup(after_colon); -- continue; -- } -- -- /* Do not allow jumping around using H in subdir's configs */ -- if (flag == FIRST_PARSE && *p0 == 'H') { -- home_httpd = xstrdup(after_colon); -- xchdir(home_httpd); - continue; - } - -- /* storing current config line */ -- cur = xzalloc(sizeof(Htaccess) + strlen(p0)); -- strcpy(cur->before_colon, p0); --#if ENABLE_FEATURE_HTTPD_BASIC_AUTH -- if (*p0 == '/') /* was malloced - see above */ -- free(p0); --#endif -- cur->after_colon = strchr(cur->before_colon, ':'); -- *cur->after_colon++ = '\0'; -- if (cur->before_colon[0] == '.') { -- /* .mime line: prepend to mime_a list */ -- cur->next = mime_a; -- mime_a = cur; -- continue; -- } --#if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR -- if (cur->before_colon[0] == '*' && cur->before_colon[1] == '.') { -- /* script interpreter line: prepend to script_i list */ -- cur->next = script_i; -- script_i = cur; -- continue; -- } --#endif - #if ENABLE_FEATURE_HTTPD_BASIC_AUTH --//TODO: we do not test for leading "/"?? --//also, do we leak cur if BASIC_AUTH is off? -- if (prev == NULL) { -- /* first line */ -- g_auth = prev = cur; -- } else { -- /* sort path, if current length eq or bigger then move up */ -- Htaccess *prev_hti = g_auth; -- size_t l = strlen(cur->before_colon); -- Htaccess *hti; -- -- for (hti = prev_hti; hti; hti = hti->next) { -- if (l >= strlen(hti->before_colon)) { -- /* insert before hti */ -- cur->next = hti; -- if (prev_hti != hti) { -- prev_hti->next = cur; -- } else { -- /* insert as top */ -- g_auth = cur; -+ if (ch == '/') { /* "/file:user:pass" */ -+ char *p; -+ Htaccess *cur; -+ unsigned file_len; -+ -+ /* note: path is "" unless we are in SUBDIR parse, -+ * otherwise it does NOT start with "/" */ -+ cur = xzalloc(sizeof(*cur) /* includes space for NUL */ -+ + 1 + strlen(path) -+ + strlen_buf -+ ); -+ /* form "/path/file" */ -+ sprintf(cur->before_colon, "/%s%.*s", -+ path, -+ (int) (after_colon - buf - 1), /* includes "/", but not ":" */ -+ buf); -+ /* canonicalize it */ -+ p = bb_simplify_abs_path_inplace(cur->before_colon); -+ file_len = p - cur->before_colon; -+ /* add "user:pass" after NUL */ -+ strcpy(++p, after_colon); -+ cur->after_colon = p; -+ -+ /* insert cur into g_auth */ -+ /* g_auth is sorted by decreased filename length */ -+ { -+ Htaccess *auth, **authp; -+ -+ authp = &g_auth; -+ while ((auth = *authp) != NULL) { -+ if (file_len >= strlen(auth->before_colon)) { -+ /* insert cur before auth */ -+ cur->next = auth; -+ break; - } -- break; -+ authp = &auth->next; - } -- if (prev_hti != hti) -- prev_hti = prev_hti->next; -- } -- if (!hti) { /* not inserted, add to bottom */ -- prev->next = cur; -- prev = cur; -+ *authp = cur; - } -+ continue; - } - #endif /* BASIC_AUTH */ -+ -+ /* the line is not recognized */ -+ config_error: -+ bb_error_msg("config error '%s' in '%s'", buf, filename); - } /* while (fgets) */ -+ - fclose(f); - } - -@@ -1527,11 +1539,6 @@ static NOINLINE void send_file_and_exit( - send_headers_and_exit(HTTP_NOT_FOUND); - log_and_exit(); - } -- -- if (DEBUG) -- bb_error_msg("sending file '%s' content-type: %s", -- url, found_mime_type); -- - /* If you want to know about EPIPE below - * (happens if you abort downloads from local httpd): */ - signal(SIGPIPE, SIG_IGN); -@@ -1559,6 +1566,11 @@ static NOINLINE void send_file_and_exit( - } - } - } -+ -+ if (DEBUG) -+ bb_error_msg("sending file '%s' content-type: %s", -+ url, found_mime_type); -+ - #if ENABLE_FEATURE_HTTPD_RANGES - if (what == SEND_BODY) - range_start = 0; /* err pages and ranges don't mix */ -@@ -2031,8 +2043,8 @@ static void handle_incoming_and_exit(con - /* We are done reading headers, disable peer timeout */ - alarm(0); - -- if (strcmp(bb_basename(urlcopy), httpd_conf) == 0 || !ip_allowed) { -- /* protect listing [/path]/httpd_conf or IP deny */ -+ if (strcmp(bb_basename(urlcopy), HTTPD_CONF) == 0 || !ip_allowed) { -+ /* protect listing [/path]/httpd.conf or IP deny */ - send_headers_and_exit(HTTP_FORBIDDEN); - } - -@@ -2074,7 +2086,7 @@ static void handle_incoming_and_exit(con - header_ptr += 2; - write(proxy_fd, header_buf, header_ptr - header_buf); - free(header_buf); /* on the order of 8k, free it */ -- /* cgi_io_loop_and_exit needs to have two disctinct fds */ -+ /* cgi_io_loop_and_exit needs to have two distinct fds */ - cgi_io_loop_and_exit(proxy_fd, dup(proxy_fd), length); - } - #endif -@@ -2245,7 +2257,7 @@ static void mini_httpd_inetd(void) - - static void sighup_handler(int sig UNUSED_PARAM) - { -- parse_conf(default_path_httpd_conf, SIGNALED_PARSE); -+ parse_conf(DEFAULT_PATH_HTTPD_CONF, SIGNALED_PARSE); - } - - enum { -@@ -2304,7 +2316,7 @@ int httpd_main(int argc UNUSED_PARAM, ch - USE_FEATURE_HTTPD_AUTH_MD5("m:") - USE_FEATURE_HTTPD_SETUID("u:") - "p:ifv", -- &configFile, &url_for_decode, &home_httpd -+ &opt_c_configFile, &url_for_decode, &home_httpd - USE_FEATURE_HTTPD_ENCODE_URL_STR(, &url_for_encode) - USE_FEATURE_HTTPD_BASIC_AUTH(, &g_realm) - USE_FEATURE_HTTPD_AUTH_MD5(, &pass) -@@ -2375,7 +2387,7 @@ int httpd_main(int argc UNUSED_PARAM, ch - } - #endif - -- parse_conf(default_path_httpd_conf, FIRST_PARSE); -+ parse_conf(DEFAULT_PATH_HTTPD_CONF, FIRST_PARSE); - if (!(opt & OPT_INETD)) - signal(SIGHUP, sighup_handler); - diff --git a/package/busybox/busybox-1.14.1-modprobe.patch b/package/busybox/busybox-1.14.1-modprobe.patch deleted file mode 100644 index 96901250f..000000000 --- a/package/busybox/busybox-1.14.1-modprobe.patch +++ /dev/null @@ -1,132 +0,0 @@ -diff -urpN busybox-1.14.1/modutils/modprobe.c busybox-1.14.1-modprobe/modutils/modprobe.c ---- busybox-1.14.1/modutils/modprobe.c 2009-05-27 18:01:37.000000000 +0200 -+++ busybox-1.14.1-modprobe/modutils/modprobe.c 2009-06-04 19:01:04.000000000 +0200 -@@ -8,12 +8,17 @@ - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. - */ - -+/* Note that unlike older versions of modules.dep/depmod (busybox and m-i-t), -+ * we expect the full dependency list to be specified in modules.dep. Older -+ * versions would only export the direct dependency list. -+ */ -+ - #include "libbb.h" - #include "modutils.h" - #include <sys/utsname.h> - #include <fnmatch.h> - --//#define DBG(...) bb_error_msg(__VA_ARGS__) -+//#define DBG(fmt, ...) bb_error_msg("%s: " fmt, __func__, ## __VA_ARGS__) - #define DBG(...) ((void)0) - - #define MODULE_FLAG_LOADED 0x0001 -@@ -116,6 +121,7 @@ static void add_probe(const char *name) - return; - } - -+ DBG("queuing %s", name); - m->probed_name = name; - m->flags |= MODULE_FLAG_NEED_DEPS; - llist_add_to_end(&G.probes, m); -@@ -205,9 +211,10 @@ static int read_config(const char *path) - - static int do_modprobe(struct module_entry *m) - { -- struct module_entry *m2; -+ struct module_entry *m2 = m2; /* for compiler */ - char *fn, *options; -- int rc = -1; -+ int rc, first; -+ llist_t *l; - - if (!(m->flags & MODULE_FLAG_FOUND_IN_MODDEP)) { - DBG("skipping %s, not found in modules.dep", m->modname); -@@ -218,13 +225,25 @@ static int do_modprobe(struct module_ent - if (!(option_mask32 & MODPROBE_OPT_REMOVE)) - m->deps = llist_rev(m->deps); - -+ for (l = m->deps; l != NULL; l = l->link) -+ DBG("dep: %s", l->data); -+ -+ first = 1; - rc = 0; - while (m->deps && rc == 0) { - fn = llist_pop(&m->deps); - m2 = get_or_add_modentry(fn); - if (option_mask32 & MODPROBE_OPT_REMOVE) { -- if (bb_delete_module(m->modname, O_EXCL) != 0) -- rc = errno; -+ if (m2->flags & MODULE_FLAG_LOADED) { -+ if (bb_delete_module(m2->modname, O_EXCL) != 0) { -+ if (first) -+ rc = errno; -+ } else { -+ m2->flags &= ~MODULE_FLAG_LOADED; -+ } -+ } -+ /* do not error out if *deps* fail to unload */ -+ first = 0; - } else if (!(m2->flags & MODULE_FLAG_LOADED)) { - options = m2->options; - m2->options = NULL; -@@ -242,11 +261,10 @@ static int do_modprobe(struct module_ent - free(fn); - } - --//FIXME: what if rc < 0? -- if (rc > 0 && !(option_mask32 & INSMOD_OPT_SILENT)) { -+ if (rc && !(option_mask32 & INSMOD_OPT_SILENT)) { - bb_error_msg("failed to %sload module %s: %s", - (option_mask32 & MODPROBE_OPT_REMOVE) ? "un" : "", -- m->probed_name ? m->probed_name : m->modname, -+ m2->probed_name ? m2->probed_name : m2->modname, - moderror(rc) - ); - } -@@ -294,7 +312,8 @@ static void load_modules_dep(void) - llist_add_to(&m->deps, xstrdup(tokens[0])); - if (tokens[1]) - string_to_llist(tokens[1], &m->deps, " "); -- } -+ } else -+ DBG("skipping dep line"); - } - config_close(p); - } -@@ -344,10 +363,12 @@ int modprobe_main(int argc UNUSED_PARAM, - if (opt & (MODPROBE_OPT_INSERT_ALL | MODPROBE_OPT_REMOVE)) { - /* Each argument is a module name */ - do { -+ DBG("adding module %s", *argv); - add_probe(*argv++); - } while (*argv); - } else { - /* First argument is module name, rest are parameters */ -+ DBG("probing just module %s", *argv); - add_probe(argv[0]); - G.cmdline_mopts = parse_cmdline_module_options(argv); - } -diff -urpN busybox-1.14.1/modutils/modprobe-small.c busybox-1.14.1-modprobe/modutils/modprobe-small.c ---- busybox-1.14.1/modutils/modprobe-small.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-modprobe/modutils/modprobe-small.c 2009-06-04 19:01:28.000000000 +0200 -@@ -656,7 +656,7 @@ depmod -[aA] [-n -e -v -q -V -r -u] - [-b basedirectory] [forced_version] - depmod [-n -e -v -q -r -u] [-F kernelsyms] module1.ko module2.ko ... - If no arguments (except options) are given, "depmod -a" is assumed. --depmod will output a dependancy list suitable for the modprobe utility. -+depmod will output a dependency list suitable for the modprobe utility. - Options: - -a, --all Probe all modules - -A, --quick Only does the work if there's a new module -diff -urpN busybox-1.14.1/modutils/modutils.c busybox-1.14.1-modprobe/modutils/modutils.c ---- busybox-1.14.1/modutils/modutils.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-modprobe/modutils/modutils.c 2009-06-03 12:50:48.000000000 +0200 -@@ -57,7 +57,7 @@ char * FAST_FUNC filename2modname(const - from = bb_get_last_path_component_nostrip(filename); - for (i = 0; i < (MODULE_NAME_LEN-1) && from[i] != '\0' && from[i] != '.'; i++) - modname[i] = (from[i] == '-') ? '_' : from[i]; -- modname[i] = 0; -+ modname[i] = '\0'; - - return modname; - } diff --git a/package/busybox/busybox-1.14.1-readlink.patch b/package/busybox/busybox-1.14.1-readlink.patch deleted file mode 100644 index 2e9da7eb4..000000000 --- a/package/busybox/busybox-1.14.1-readlink.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff -urpN busybox-1.14.1/coreutils/readlink.c busybox-1.14.1-readlink/coreutils/readlink.c ---- busybox-1.14.1/coreutils/readlink.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-readlink/coreutils/readlink.c 2009-06-12 13:18:13.000000000 +0200 -@@ -6,9 +6,31 @@ - * - * Licensed under GPL v2 or later, see file LICENSE in this tarball for details. - */ -- - #include "libbb.h" - -+/* -+ * # readlink --version -+ * readlink (GNU coreutils) 6.10 -+ * # readlink --help -+ * -f, --canonicalize -+ * canonicalize by following every symlink in -+ * every component of the given name recursively; -+ * all but the last component must exist -+ * -e, --canonicalize-existing -+ * canonicalize by following every symlink in -+ * every component of the given name recursively, -+ * all components must exist -+ * -m, --canonicalize-missing -+ * canonicalize by following every symlink in -+ * every component of the given name recursively, -+ * without requirements on components existence -+ * -n, --no-newline do not output the trailing newline -+ * -q, --quiet, -s, --silent suppress most error messages -+ * -v, --verbose report error messages -+ * -+ * bbox supports: -f -n -v (fully), -q -s (accepts but ignores) -+ */ -+ - int readlink_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; - int readlink_main(int argc UNUSED_PARAM, char **argv) - { -@@ -20,7 +42,7 @@ int readlink_main(int argc UNUSED_PARAM, - unsigned opt; - /* We need exactly one non-option argument. */ - opt_complementary = "=1"; -- opt = getopt32(argv, "f"); -+ opt = getopt32(argv, "fnvsq"); - fname = argv[optind]; - ) - SKIP_FEATURE_READLINK_FOLLOW( -@@ -30,9 +52,10 @@ int readlink_main(int argc UNUSED_PARAM, - ) - - /* compat: coreutils readlink reports errors silently via exit code */ -- logmode = LOGMODE_NONE; -+ if (!(opt & 4)) /* not -v */ -+ logmode = LOGMODE_NONE; - -- if (opt) { -+ if (opt & 1) { /* -f */ - buf = realpath(fname, pathbuf); - } else { - buf = xmalloc_readlink_or_warn(fname); -@@ -40,7 +63,7 @@ int readlink_main(int argc UNUSED_PARAM, - - if (!buf) - return EXIT_FAILURE; -- puts(buf); -+ printf((opt & 2) ? "%s" : "%s\n", buf); - - if (ENABLE_FEATURE_CLEAN_UP && !opt) - free(buf); -diff -urpN busybox-1.14.1/include/usage.h busybox-1.14.1-readlink/include/usage.h ---- busybox-1.14.1/include/usage.h 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-readlink/include/usage.h 2009-06-12 13:18:13.000000000 +0200 -@@ -3404,12 +3404,15 @@ - "files do not block on disk I/O" - - #define readlink_trivial_usage \ -- USE_FEATURE_READLINK_FOLLOW("[-f] ") "FILE" -+ USE_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE" - #define readlink_full_usage "\n\n" \ - "Display the value of a symlink" \ - USE_FEATURE_READLINK_FOLLOW( "\n" \ - "\nOptions:" \ -- "\n -f Canonicalize by following all symlinks") \ -+ "\n -f Canonicalize by following all symlinks" \ -+ "\n -n Don't add newline" \ -+ "\n -v Verbose" \ -+ ) \ - - #define readprofile_trivial_usage \ - "[OPTIONS]..." diff --git a/package/busybox/busybox-1.14.1-telnetd.patch b/package/busybox/busybox-1.14.1-telnetd.patch deleted file mode 100644 index 099e5eb83..000000000 --- a/package/busybox/busybox-1.14.1-telnetd.patch +++ /dev/null @@ -1,85 +0,0 @@ -diff -urpN busybox-1.14.1/networking/telnetd.c busybox-1.14.1-telnetd/networking/telnetd.c ---- busybox-1.14.1/networking/telnetd.c 2009-05-27 18:00:23.000000000 +0200 -+++ busybox-1.14.1-telnetd/networking/telnetd.c 2009-06-09 22:54:06.000000000 +0200 -@@ -199,9 +199,17 @@ static size_t iac_safe_write(int fd, con - return total + rc; - } - -+/* Must match getopt32 string */ -+enum { -+ OPT_WATCHCHILD = (1 << 2), /* -K */ -+ OPT_INETD = (1 << 3) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -i */ -+ OPT_PORT = (1 << 4) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -p */ -+ OPT_FOREGROUND = (1 << 6) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -F */ -+}; -+ - static struct tsession * - make_new_session( -- USE_FEATURE_TELNETD_STANDALONE(int sock) -+ USE_FEATURE_TELNETD_STANDALONE(int master_fd, int sock) - SKIP_FEATURE_TELNETD_STANDALONE(void) - ) { - const char *login_argv[2]; -@@ -288,9 +296,29 @@ make_new_session( - /* Restore default signal handling ASAP */ - bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL); - -+#if ENABLE_FEATURE_TELNETD_STANDALONE -+ if (!(option_mask32 & OPT_INETD)) { -+ struct tsession *tp = sessions; -+ while (tp) { -+ close(tp->ptyfd); -+ close(tp->sockfd_read); -+ /* sockfd_write == sockfd_read for standalone telnetd */ -+ /*close(tp->sockfd_write);*/ -+ tp = tp->next; -+ } -+ } -+#endif -+ - /* Make new session and process group */ - setsid(); - -+ close(fd); -+#if ENABLE_FEATURE_TELNETD_STANDALONE -+ close(sock); -+ if (master_fd >= 0) -+ close(master_fd); -+#endif -+ - /* Open the child's side of the tty. */ - /* NB: setsid() disconnects from any previous ctty's. Therefore - * we must open child's side of the tty AFTER setsid! */ -@@ -329,14 +357,6 @@ make_new_session( - _exit(EXIT_FAILURE); /*bb_perror_msg_and_die("execv %s", loginpath);*/ - } - --/* Must match getopt32 string */ --enum { -- OPT_WATCHCHILD = (1 << 2), /* -K */ -- OPT_INETD = (1 << 3) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -i */ -- OPT_PORT = (1 << 4) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -p */ -- OPT_FOREGROUND = (1 << 6) * ENABLE_FEATURE_TELNETD_STANDALONE, /* -F */ --}; -- - #if ENABLE_FEATURE_TELNETD_STANDALONE - - static void -@@ -465,7 +485,7 @@ int telnetd_main(int argc UNUSED_PARAM, - - #if ENABLE_FEATURE_TELNETD_STANDALONE - if (IS_INETD) { -- sessions = make_new_session(0); -+ sessions = make_new_session(-1, 0); - if (!sessions) /* pty opening or vfork problem, exit */ - return 1; /* make_new_session prints error message */ - } else { -@@ -553,7 +573,7 @@ int telnetd_main(int argc UNUSED_PARAM, - if (fd < 0) - goto again; - /* Create a new session and link it into our active list */ -- new_ts = make_new_session(fd); -+ new_ts = make_new_session(master_fd, fd); - if (new_ts) { - new_ts->next = sessions; - sessions = new_ts; diff --git a/package/database/sqlite/sqlite.mk b/package/database/sqlite/sqlite.mk index 9f10f1e3f..9bceee219 100644 --- a/package/database/sqlite/sqlite.mk +++ b/package/database/sqlite/sqlite.mk @@ -4,8 +4,8 @@ # ############################################################# -SQLITE_VERSION = 3.6.13 -SQLITE_SOURCE = sqlite-$(SQLITE_VERSION).tar.gz +SQLITE_VERSION = 3.6.15 +SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org SQLITE_INSTALL_STAGING = YES SQLITE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install diff --git a/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch b/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch index 37c457411..80606844c 100644 --- a/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch +++ b/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch @@ -5,7 +5,7 @@ diff -ur dropbear-0.48/includes.h dropbear-0.48-patched/includes.h #include <sys/param.h> /* required for BSD4_4 define */ #include <sys/socket.h> #include <sys/stat.h> -+#define __USE_GNU ++#define _GNU_SOURCE #include <sys/time.h> #include <sys/un.h> #include <sys/wait.h> diff --git a/package/lighttpd/lighttpd-1.4.20-configure.patch b/package/lighttpd/lighttpd-1.4.20-configure.patch deleted file mode 100644 index ecbacd3b7..000000000 --- a/package/lighttpd/lighttpd-1.4.20-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lighttpd-1.4.19-org/configure 2008-03-10 21:46:12.000000000 +0000 -+++ lighttpd-1.4.19/configure 2008-03-31 06:58:41.000000000 +0000 -@@ -23971,7 +23971,7 @@ - { echo "$as_me:$LINENO: result: $WITH_PCRE" >&5 - echo "${ECHO_T}$WITH_PCRE" >&6; } - --if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then -+if test "$WITH_PCRE" != "no"; then - # Extract the first word of "pcre-config", so it can be a program name with args. - set dummy pcre-config; ac_word=$2 - { echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 7f5a630e9..e842c60ce 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -3,13 +3,12 @@ # lighttpd # ############################################################# -LIGHTTPD_VERSION:=1.4.20 -LIGHTTPD_SOURCE:=lighttpd-$(LIGHTTPD_VERSION).tar.bz2 -LIGHTTPD_SITE:=http://www.lighttpd.net/download -LIGHTTPD_INSTALL_STAGING = NO -LIGHTTPD_INSTALL_TARGET = YES + +LIGHTTPD_VERSION = 1.4.23 +LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.bz2 +LIGHTTPD_SITE = http://www.lighttpd.net/download +LIGHTTPD_LIBTOOL_PATCH = NO LIGHTTPD_DEPENDENCIES = uclibc -LIGHTTPD_CONF_ENV = ifneq ($(BR2_LARGEFILE),y) LIGHTTPD_LFS:=$(DISABLE_LARGEFILE) --disable-lfs @@ -45,7 +44,7 @@ LIGHTTPD_CONF_OPT += --without-bzip2 endif ifeq ($(BR2_PACKAGE_LIGHTTPD_PCRE),y) -LIGHTTPD_CONF_ENV += PCRE_LIB="-lpcre" +LIGHTTPD_CONF_ENV = PCRE_LIB="-lpcre" LIGHTTPD_DEPENDENCIES += pcre LIGHTTPD_CONF_OPT += --with-pcre else @@ -53,3 +52,10 @@ LIGHTTPD_CONF_OPT += --without-pcre endif $(eval $(call AUTOTARGETS,package,lighttpd)) + +$(LIGHTTPD_TARGET_UNINSTALL): + $(call MESSAGE,"Uninstalling") + rm -f $(TARGET_DIR)/usr/sbin/lighttpd + rm -f $(TARGET_DIR)/usr/sbin/lighttpd-angel + rm -rf $(TARGET_DIR)/usr/lib/lighttpd + rm -f $(LIGHTTPD_TARGET_INSTALL_TARGET) $(LIGHTTPD_HOOK_POST_INSTALL) diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index a5e68f8c9..b57a4a29f 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_MATCHBOX bool "MatchBox Window Manager" select BR2_PACKAGE_XSERVER_XORG_SERVER + select BR2_PACKAGE_XORG7 select BR2_PACKAGE_FONTCONFIG select BR2_PACKAGE_XLIB_LIBXDAMAGE select BR2_PACKAGE_XLIB_LIBXCURSOR diff --git a/package/matchbox/matchbox.mk b/package/matchbox/matchbox.mk index 6dfccf853..a3ff222f6 100644 --- a/package/matchbox/matchbox.mk +++ b/package/matchbox/matchbox.mk @@ -160,6 +160,8 @@ MATCHBOX_WM_OPTS:= MATCHBOX_WM_DEPS:=xlib_libXdamage MATCHBOX_WM_DEPS+=xlib_libXcursor +MATCHBOX_KB_DEPS:= + ifeq ($(BR2_PACKAGE_X11R7_LIBXCOMPOSITE),y) ifeq ($(BR2_PACKAGE_X11R7_LIBXPM),y) MATCHBOX_WM_OPTS+=--enable-composite @@ -199,8 +201,10 @@ endif ifeq ($(BR2_PACKAGE_PANGO),y) MATCHBOX_LIB_OPTS+=--enable-pango MATCHBOX_LIB_DEPS+=pango + MATCHBOX_KB_OPTS+=--enable-pango else MATCHBOX_LIB_OPTS+=--disable-pango + MATCHBOX_KB_DEPS+=xlib_libXft endif ifeq ($(BR2_PACKAGE_X11R7_LIBXFT2),y) @@ -424,6 +428,7 @@ $(MATCHBOX_KB_DIR)/.configured: $(MATCHBOX_KB_DIR)/.unpacked --with-x \ --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib \ + $(MATCHBOX_KB_OPTS) \ ) touch $(MATCHBOX_KB_DIR)/.configured @@ -610,7 +615,7 @@ matchbox-panel: uclibc matchbox $(TARGET_DIR)/usr/bin/$(MATCHBOX_PL_BIN) $(TARGE matchbox-desktop: uclibc matchbox $(TARGET_DIR)/usr/bin/$(MATCHBOX_DP_BIN) -matchbox-keyboard: uclibc matchbox xlib_libXtst $(TARGET_DIR)/usr/lib/$(MATCHBOX_FK_BIN).so $(TARGET_DIR)/usr/bin/$(MATCHBOX_KB_BIN) +matchbox-keyboard: uclibc matchbox xlib_libXtst $(MATCHBOX_KB_DEPS) $(TARGET_DIR)/usr/lib/$(MATCHBOX_FK_BIN).so $(TARGET_DIR)/usr/bin/$(MATCHBOX_KB_BIN) matchbox-clean: rm -f $(TARGET_DIR)/usr/lib/libmb.* diff --git a/package/multimedia/libogg/libogg.mk b/package/multimedia/libogg/libogg.mk index c76c9323a..6c88da10e 100644 --- a/package/multimedia/libogg/libogg.mk +++ b/package/multimedia/libogg/libogg.mk @@ -3,7 +3,7 @@ # libogg # ############################################################# -LIBOGG_VERSION = 1.1.3 +LIBOGG_VERSION = 1.1.4 LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.gz LIBOGG_SITE = http://downloads.xiph.org/releases/ogg LIBOGG_AUTORECONF = NO diff --git a/package/multimedia/libvorbis/libvorbis.mk b/package/multimedia/libvorbis/libvorbis.mk index bda141efa..a3182911f 100644 --- a/package/multimedia/libvorbis/libvorbis.mk +++ b/package/multimedia/libvorbis/libvorbis.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBVORBIS_VERSION = 1.2.0 +LIBVORBIS_VERSION = 1.2.2 LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE) LIBVORBIS_AUTORECONF = NO diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk index e043b60c4..56dc03dd1 100644 --- a/package/openvpn/openvpn.mk +++ b/package/openvpn/openvpn.mk @@ -2,85 +2,35 @@ # # openvpn # -# NOTE: Uses start-stop-daemon in init script, so be sure -# to enable that within busybox -# ############################################################# -OPENVPN_VERSION:=2.0.9 -OPENVPN_SOURCE:=openvpn-$(OPENVPN_VERSION).tar.gz -OPENVPN_SITE:=http://openvpn.net/release/ -OPENVPN_DIR:=$(BUILD_DIR)/openvpn-$(OPENVPN_VERSION) -OPENVPN_CAT:=$(ZCAT) -OPENVPN_BINARY:=openvpn -OPENVPN_TARGET_BINARY:=usr/sbin/openvpn -# -# Select thread model. -# +OPENVPN_VERSION = 2.0.9 +OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.gz +OPENVPN_SITE = http://openvpn.net/release +OPENVPN_DEPENDENCIES = lzo openssl uclibc + +OPENVPN_CONF_OPT = --enable-small + ifeq ($(BR2_PTHREADS_NATIVE),y) -THREAD_MODEL="--enable-threads=posix" + OPENVPN_CONF_OPT += --enable-threads=posix else -THREAD_MODEL=--enable-pthread + OPENVPN_CONF_OPT += --enable-pthread endif -$(DL_DIR)/$(OPENVPN_SOURCE): - $(call DOWNLOAD,$(OPENVPN_SITE),$(OPENVPN_SOURCE)) - -openvpn-source: $(DL_DIR)/$(OPENVPN_SOURCE) - -$(OPENVPN_DIR)/.unpacked: $(DL_DIR)/$(OPENVPN_SOURCE) - $(OPENVPN_CAT) $(DL_DIR)/$(OPENVPN_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - touch $(OPENVPN_DIR)/.unpacked - -$(OPENVPN_DIR)/.configured: $(OPENVPN_DIR)/.unpacked - (cd $(OPENVPN_DIR); rm -rf config.cache; \ - $(TARGET_CONFIGURE_OPTS) \ - $(TARGET_CONFIGURE_ARGS) \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/bin \ - --sbindir=/usr/sbin \ - --libdir=/lib \ - --libexecdir=/usr/lib \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - --program-prefix="" \ - --enable-small \ - $(THREAD_MODEL) \ - ) - touch $(OPENVPN_DIR)/.configured - -$(OPENVPN_DIR)/$(OPENVPN_BINARY): $(OPENVPN_DIR)/.configured - $(MAKE) -C $(OPENVPN_DIR) - -$(TARGET_DIR)/$(OPENVPN_TARGET_BINARY): $(OPENVPN_DIR)/$(OPENVPN_BINARY) - $(MAKE) DESTDIR=$(TARGET_DIR) -C $(OPENVPN_DIR) install - mkdir -p $(TARGET_DIR)/etc/openvpn - cp package/openvpn/openvpn.init $(TARGET_DIR)/etc/init.d/openvpn - rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ - $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc - -openvpn: uclibc lzo openssl $(TARGET_DIR)/$(OPENVPN_TARGET_BINARY) - -openvpn-clean: - $(MAKE) DESTDIR=$(TARGET_DIR) -C $(OPENVPN_DIR) uninstall - -$(MAKE) -C $(OPENVPN_DIR) clean - -openvpn-dirclean: - rm -rf $(OPENVPN_DIR) - -############################################################# -# -# Toplevel Makefile options -# -############################################################# -ifeq ($(BR2_PACKAGE_OPENVPN),y) -TARGETS+=openvpn -endif +$(eval $(call AUTOTARGETS,package,openvpn)) + +$(OPENVPN_TARGET_INSTALL_TARGET): + $(call MESSAGE,"Installing") + $(INSTALL) -m 755 $(OPENVPN_DIR)/openvpn \ + $(TARGET_DIR)/usr/sbin/openvpn + if [ ! -f $(TARGET_DIR)/etc/init.d/openvpn ]; then \ + $(INSTALL) -m 755 -D package/openvpn/openvpn.init \ + $(TARGET_DIR)/etc/init.d/openvpn; \ + fi + touch $@ + +$(OPENVPN_TARGET_UNINSTALL): + $(call MESSAGE,"Uninstalling") + rm -f $(TARGET_DIR)/usr/sbin/openvpn + rm -f $(TARGET_DIR)/etc/init.d/openvpn + rm -f $(OPENVPN_TARGET_INSTALL_TARGET) $(OPENVPN_HOOK_POST_INSTALL) diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk index 0f5f150eb..fc95da48a 100644 --- a/package/qtopia4/qtopia4.mk +++ b/package/qtopia4/qtopia4.mk @@ -544,8 +544,8 @@ endif $(TARGET_DIR)/usr/lib/libQtCore.so.4: $(STAGING_DIR)/usr/lib/libQtCore.la $(QTOPIA4_LIBS) # Strip all installed libs - cp -dpf $(STAGING_DIR)/usr/lib/libQtCore.so.* $(TARGET_DIR)/usr/lib/ ifeq ($(BR2_PACKAGE_QTOPIA4_SHARED),y) + cp -dpf $(STAGING_DIR)/usr/lib/libQtCore.so.* $(TARGET_DIR)/usr/lib/ -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libQt*.so.* endif diff --git a/package/spawn-fcgi/Config.in b/package/spawn-fcgi/Config.in new file mode 100644 index 000000000..34cbbb173 --- /dev/null +++ b/package/spawn-fcgi/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_SPAWN_FCGI + bool "spawn-fcgi" + help + FastCGI process spawner. + Project split from lighttpd. + + http://redmine.lighttpd.net/projects/spawn-fcgi diff --git a/package/spawn-fcgi/spawn-fcgi.mk b/package/spawn-fcgi/spawn-fcgi.mk new file mode 100644 index 000000000..ac33d88a9 --- /dev/null +++ b/package/spawn-fcgi/spawn-fcgi.mk @@ -0,0 +1,15 @@ +############################################################# +# +# spawn-fcgi +# +############################################################# + +SPAWN_FCGI_VERSION = 1.6.2 +SPAWN_FCGI_SITE = http://www.lighttpd.net/download +SPAWN_FCGI_SOURCE = spawn-fcgi-$(SPAWN_FCGI_VERSION).tar.bz2 + +ifneq ($(BR2_INET_IPV6),y) +SPAWN_FCGI_CONF_OPT = --disable-ipv6 +endif + +$(eval $(call AUTOTARGETS,package,spawn-fcgi)) diff --git a/package/x11r7/xlib_libXfont/xlib_libXfont.mk b/package/x11r7/xlib_libXfont/xlib_libXfont.mk index 39b25fc81..a64b74ef2 100644 --- a/package/x11r7/xlib_libXfont/xlib_libXfont.mk +++ b/package/x11r7/xlib_libXfont/xlib_libXfont.mk @@ -7,7 +7,7 @@ XLIB_LIBXFONT_VERSION = 1.3.3 XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2 XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib -XLIB_LIBXFONT_AUTORECONF = NO +XLIB_LIBXFONT_AUTORECONF = YES XLIB_LIBXFONT_INSTALL_STAGING = YES XLIB_LIBXFONT_DEPENDENCIES = freetype xlib_libfontenc xlib_xtrans xproto_fontcacheproto xproto_fontsproto xproto_xproto xfont_encodings XLIB_LIBXFONT_CONF_OPT = --enable-shared --disable-static diff --git a/package/x11r7/xlib_libXft/xlib_libXft.mk b/package/x11r7/xlib_libXft/xlib_libXft.mk index b112d235e..5ae3f1701 100644 --- a/package/x11r7/xlib_libXft/xlib_libXft.mk +++ b/package/x11r7/xlib_libXft/xlib_libXft.mk @@ -7,7 +7,7 @@ XLIB_LIBXFT_VERSION = 2.1.13 XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2 XLIB_LIBXFT_SITE = http://xorg.freedesktop.org/releases/individual/lib -XLIB_LIBXFT_AUTORECONF = NO +XLIB_LIBXFT_AUTORECONF = YES XLIB_LIBXFT_INSTALL_STAGING = YES XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xproto_xproto XLIB_LIBXFT_CONF_OPT = --enable-shared --disable-static diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index bd0251be5..a4994c4cc 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -13,16 +13,20 @@ config BR2_TARGET_UBOOT_BOARDNAME choice prompt "U-Boot Version" - default BR2_TARGET_UBOOT_2009_03 + default BR2_TARGET_UBOOT_2009_06 help Select the specific U-Boot version you want to use +config BR2_TARGET_UBOOT_2009_06 + bool "u-boot-2009.06" + config BR2_TARGET_UBOOT_2009_03 bool "u-boot-2009.03" + depends on BR2_DEPRECATED || BR2_RECENT config BR2_TARGET_UBOOT_2009_01 bool "u-boot-2009.01" - depends on BR2_DEPRECATED || BR2_RECENT + depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_2008_10 bool "u-boot-2008.10" @@ -39,6 +43,7 @@ endchoice config BR2_UBOOT_VERSION string + default "2009.06" if BR2_TARGET_UBOOT_2009_06 default "2009.03" if BR2_TARGET_UBOOT_2009_03 default "2009.01" if BR2_TARGET_UBOOT_2009_01 default "2008.10" if BR2_TARGET_UBOOT_2008_10 diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index cd184045d..b74e43aab 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -186,16 +186,19 @@ $(U_BOOT_TOOLS): $(U_BOOT_DIR)/$(U_BOOT_BIN) $(TARGET_DIR)/usr/bin/mkimage: $(U_BOOT_DIR)/$(U_BOOT_BIN) mkdir -p $(@D) - $(TARGET_CC) -I$(U_BOOT_DIR)/include -DUSE_HOSTCC -o $@ \ - $(U_BOOT_DIR)/tools/mkimage.c \ - $(addprefix $(U_BOOT_DIR)/tools/,crc32.c image.c md5.c sha1.c fdt*.c) + $(TARGET_CC) -I$(U_BOOT_DIR)/include -I$(U_BOOT_DIR)/tools \ + -DUSE_HOSTCC -o $@ \ + $(U_BOOT_DIR)/tools/mkimage.c $(U_BOOT_DIR)/common/image.c \ + $(addprefix $(U_BOOT_DIR)/lib_generic/,crc32.c md5.c sha1.c) \ + $(U_BOOT_DIR)/libfdt/fdt*.c + $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ $(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN) mkdir -p $(@D) $(TARGET_CC) -I$(U_BOOT_DIR)/include -I$(LINUX_HEADERS_DIR)/include \ -DUSE_HOSTCC -o $@ \ - $(U_BOOT_DIR)/tools/env/*.c $(U_BOOT_DIR)/tools/crc32.c + $(U_BOOT_DIR)/tools/env/*.c $(U_BOOT_DIR)/lib_generic/crc32.c $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index f7dd40af4..5770081b3 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -351,20 +351,20 @@ $(PROJECT_BUILD_DIR)/autotools-stamps/gcc_libs_target_installed: $(GCC_BUILD_DIR ifeq ($(BR2_GCC_SHARED_LIBGCC),y) # These are in /lib, so... rm -rf $(TARGET_DIR)/usr/lib/libgcc_s*.so* - -cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib/libgcc_s* \ + -cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgcc_s* \ $(TARGET_DIR)/lib/ -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/lib/libgcc_s* endif ifeq ($(BR2_INSTALL_LIBSTDCPP),y) ifeq ($(BR2_GCC_SHARED_LIBGCC),y) mkdir -p $(TARGET_DIR)/usr/lib - -cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib/libstdc++.so* \ + -cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libstdc++.so* \ $(TARGET_DIR)/usr/lib/ -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libstdc++.so* endif endif ifeq ($(BR2_INSTALL_LIBGCJ),y) - cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib/libgcj.so* $(TARGET_DIR)/usr/lib/ + cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgcj.so* $(TARGET_DIR)/usr/lib/ mkdir -p $(TARGET_DIR)/usr/lib/security cp -dpf $(STAGING_DIR)/usr/lib/security/classpath.security \ $(TARGET_DIR)/usr/lib/security/ diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 8a98d3557..13acecc94 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -49,9 +49,9 @@ config BR2_KERNEL_HEADERS_RT config BR2_DEFAULT_KERNEL_HEADERS string default "2.6.26.8" if BR2_KERNEL_HEADERS_2_6_26 - default "2.6.27.25" if BR2_KERNEL_HEADERS_2_6_27 + default "2.6.27.26" if BR2_KERNEL_HEADERS_2_6_27 default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28 - default "2.6.29.5" if BR2_KERNEL_HEADERS_2_6_29 - default "2.6.30" if BR2_KERNEL_HEADERS_2_6_30 + default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29 + default "2.6.30.1" if BR2_KERNEL_HEADERS_2_6_30 default "2.6" if BR2_KERNEL_HEADERS_SNAP |