2a451a18d093146a630ff90b6966ea0f9b0c78a0
[privoxy.git] / debian / patches / 04_nomultiproxy.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 04_multiproxy.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: emove comment from config file and FAQ, which points to list of
6 ## DP: open proxies at multiproxy.org (Closes: #198953).
7
8 @DPATCH@
9 diff -urNad privoxy~/config privoxy/config
10 --- privoxy~/config     2006-02-05 16:23:12.000000000 +0100
11 +++ privoxy/config      2006-02-05 16:25:45.000000000 +0100
12 @@ -889,11 +889,10 @@
13  #  This feature allows routing of HTTP requests through a chain
14  #  of multiple proxies. It can be used to better protect privacy
15  #  and confidentiality when accessing specific domains by routing
16 -#  requests to those domains through an anonymous public proxy (see
17 -#  e.g. http://www.multiproxy.org/anon_list.htm) Or to use a caching
18 -#  proxy to speed up browsing. Or chaining to a parent proxy may be
19 -#  necessary because the machine that Privoxy runs on has no direct
20 -#  Internet access.
21 +#  requests to those domains through an anonymous public proxy 
22 +#  or to use a caching proxy to speed up browsing. Or chaining to
23 +#  a parent proxy may be necessary because the machine that Privoxy
24 +#  runs on has no direct Internet access.
25  #  
26  #  Also specified here are SOCKS proxies. Privoxy supports the SOCKS
27  #  4 and SOCKS 4A protocols.
28 diff -urNad privoxy~/doc/source/faq.sgml privoxy/doc/source/faq.sgml
29 --- privoxy~/doc/source/faq.sgml        2006-02-05 16:23:12.000000000 +0100
30 +++ privoxy/doc/source/faq.sgml 2006-02-05 16:25:45.000000000 +0100
31 @@ -1255,13 +1255,6 @@
32   on (those suspicious) people with a more than average preference for privacy.
33  </para>
34  <para>
35 - You can find a list of anonymous public proxies at <ulink
36 - url="http://www.multiproxy.org/anon_list.htm">multiproxy.org</ulink> and many
37 - more through Google. A particularly interesting project is the JAP service
38 - offered by the Technical University of Dresden (<ulink
39 - url="http://anon.inf.tu-dresden.de/index_en.html">http://anon.inf.tu-dresden.de/index_en.html</ulink>).
40 -</para>
41 -<para>
42   There is, however, even in the single-machine case the possibility to make the
43   server believe that your machine is in fact a shared proxy serving a whole big
44   LAN, and we are looking into that.
45 diff -urNad privoxy~/doc/source/p-config.sgml privoxy/doc/source/p-config.sgml
46 --- privoxy~/doc/source/p-config.sgml   2006-02-05 16:23:12.000000000 +0100
47 +++ privoxy/doc/source/p-config.sgml    2006-02-05 16:25:45.000000000 +0100
48 @@ -1519,9 +1519,8 @@
49   multiple proxies.
50   It can be used to better protect privacy and confidentiality when
51   accessing specific domains by routing requests to those domains
52 - through an anonymous public proxy (see e.g. <ulink
53 - url="http://www.multiproxy.org/anon_list.htm">http://www.multiproxy.org/anon_list.htm</ulink>)
54 - Or to use a caching proxy to speed up browsing. Or chaining to a parent
55 + through an anonymous public proxy
56 + or to use a caching proxy to speed up browsing. Or chaining to a parent
57   proxy may be necessary because the machine that <application>Privoxy</application>
58   runs on has no direct Internet access.
59  </para>