2014-01-13 08:49, Andreas Schulze wrote:
thanks for that great software. The only problem I found is an issue
with sa-update:
My network require to use a http proxy incl. authentication. To load
updates
I currently (sa-3.3.2) set HTTP_PROXY="..." for sa-update.
That does not work anymore in 3.4
As I use curl I now have to create a file ~sa/.curlrc
proxy = proxy.example.org:3128
proxy-user = foobar:pass
That solves the issue for me.
Curl uses environment variable http_proxy (lowercase),
same as wget and LWP (libwww-perl) and similar tools.
Don't know where you got the uppercase variant.
Mark