package flashplugin-nonfree
found 255947 7.0.61-1
tags 255947 patch
thanks
The bug is still in 7.0.61-1. Maybe this patch fixes it :
--- update-flashplugin_orig 2005-12-24 20:18:30.000000000 +0100
+++ update-flashplugin 2005-12-24 20:18:36.000000000 +0100
@@ -103,7 +103,7 @@
if [EMAIL PROTECTED] && (@proxy || ENV["http_proxy"])
proxy_str = @proxy || ENV["http_proxy"] || nil
if proxy_str
- uri = URI::parse(ENV["http_proxy"])
+ uri = URI::parse(proxy_str)
@proxy_user = ["#{uri.userinfo}"].pack('m').strip
@proxy_uri = uri
return true
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]