oe-git-proxy: use SOCKS4a instead of SOCKS4
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Aug 2014 14:44:42 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 15:44:31 +0000 (16:44 +0100)
commit0c794d4e131142574f74bf30796caef550004cf0
tree672d5767361105cb08358472d11f5b6518c82baa
parentbb180ab283b2b4c5438f86239f44f766d81fdd3f
oe-git-proxy: use SOCKS4a instead of SOCKS4

In some situations where a proxy is required the client can't even do DNS
lookups, so instead of using SOCKS4 use SOCKS4a which moves the name resolution
from the client to the proxy.

(From OE-Core rev: 984455a95b4302d527ff54e019d8ed00611f3664)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-git-proxy