- Add patches from Debian release 3.0.3-2-2
[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
11 +++ privoxy/config
12 @@ -931,11 +931,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 or 
22 +#  use a caching proxy to speed up browsing. Or chaining to a parent
23 +#  proxy may be necessary because the machine that Privoxy runs on has
24 +#  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/p-config.sgml privoxy/doc/source/p-config.sgml
29 --- privoxy~/doc/source/p-config.sgml
30 +++ privoxy/doc/source/p-config.sgml
31 @@ -1606,9 +1606,8 @@
32   multiple proxies.
33   It can be used to better protect privacy and confidentiality when
34   accessing specific domains by routing requests to those domains
35 - through an anonymous public proxy (see e.g. <ulink
36 - url="http://www.multiproxy.org/anon_list.htm">http://www.multiproxy.org/anon_list.htm</ulink>)
37 - Or to use a caching proxy to speed up browsing. Or chaining to a parent
38 + through an anonymous public proxy
39 + or to use a caching proxy to speed up browsing. Or chaining to a parent
40   proxy may be necessary because the machine that <application>Privoxy</application>
41   runs on has no direct Internet access.
42  </para>