[package] prevent umurmur server crashed on client join, remove useless patch, bump...
[openwrt/svn-archive/archive.git] / net / privoxy / patches / 102-remove_rej_files.patch
1 diff -burN privoxy-3.0.12-stable/jcc.c.rej privoxy-3.0.12-stable.patched/jcc.c.rej
2 --- privoxy-3.0.12-stable/jcc.c.rej 2008-11-26 18:56:54.000000000 +0100
3 +++ privoxy-3.0.12-stable.patched/jcc.c.rej 1970-01-01 01:00:00.000000000 +0100
4 @@ -1,20 +0,0 @@
5 -***************
6 -*** 3110,3118 ****
7 - }
8 - continue;
9 - }
10 -- log_error(LOG_LEVEL_INFO,
11 -- "Shouldn't get here but did.");
12 -- return;
13 - }
14 -
15 - if (csp->content_length == 0)
16 ---- 3120,3127 ----
17 - }
18 - continue;
19 - }
20 -+ mark_server_socket_tainted(csp);
21 -+ return; /* huh? we should never get here */
22 - }
23 -
24 - if (csp->content_length == 0)
25 diff -burN privoxy-3.0.12-stable/parsers.c.rej privoxy-3.0.12-stable.patched/parsers.c.rej
26 --- privoxy-3.0.12-stable/parsers.c.rej 2008-09-15 19:52:19.000000000 +0200
27 +++ privoxy-3.0.12-stable.patched/parsers.c.rej 1970-01-01 01:00:00.000000000 +0100
28 @@ -1,16 +0,0 @@
29 -***************
30 -*** 986,991 ****
31 - const add_header_func_ptr add_client_headers[] = {
32 - client_host_adder,
33 - client_cookie_adder,
34 - client_xtra_adder,
35 - /* Temporarily disabled: client_accept_encoding_adder, */
36 - connection_close_adder,
37 ---- 983,989 ----
38 - const add_header_func_ptr add_client_headers[] = {
39 - client_host_adder,
40 - client_cookie_adder,
41 -+ client_x_forwarded_adder,
42 - client_xtra_adder,
43 - /* Temporarily disabled: client_accept_encoding_adder, */
44 - connection_close_adder,