Bug#640333: vlc segfaults when playing a http stream]

richard lucassen spamtrap at xaq.nl
Wed Sep 7 11:11:10 UTC 2011


On Tue, 6 Sep 2011 23:27:03 +0200
Christophe Mutricy <xtophe at chewa.net> wrote:

> reassign 640333 libproxy0 0.3.1-3
> thanks

Removing the "var" statements "resolves" the problem, this proxy.pac
works fine:

function FindProxyForURL(url, host)
{
ipaddr = dnsResolve(host);

if (
     (shExpMatch(ipaddr, "*:*")) ||
     (isInNet(host, "127.0.0.0", "255.0.0.0")) ||
     (isInNet(host, "10.0.0.0", "255.0.0.0")) ||
     (isInNet(host, "172.16.0.0", "255.240.0.0")) ||
     (isInNet(host, "192.168.0.0", "255.255.0.0")) ||
     (isInNet(host, "62.112.236.0", "255.255.252.0"))
  )
  { return DIRECT; }

else
  { return PROXY 192.168.64.1:3128; }
}

R.

-- 
___________________________________________________________________
It is better to remain silent and be thought a fool, than to speak
aloud and remove all doubt.

+------------------------------------------------------------------+
| Richard Lucassen, Utrecht                                        |
| Public key and email address:                                    |
| http://www.lucassen.org/mail-pubkey.html                         |
+------------------------------------------------------------------+






More information about the pkg-gnome-maintainers mailing list