Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#5648 closed defect (fixed)

Too much environment sanitizing prevents darwinports from working under proxies.

Reported by: kogule@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

--- src/darwinports1.0/darwinports.tcl.orig     2005-11-07 15:52:23.000000000 +0900
+++ src/darwinports1.0/darwinports.tcl  2005-11-07 15:54:21.000000000 +0900
@@ -429,6 +429,7 @@
                          DYLD_LIBRARY_PATH HOME JAVA_HOME LD_PREBIND
                          LD_PREBIND_ALLOW_OVERLAP MASTER_SITE_LOCAL
                          PATCH_SITE_LOCAL PATH PORTSRC TMP TMPDIR USER GROUP
+                      http_proxy https_proxy ftp_proxy all_proxy no_proxy
        }
 
        foreach envkey [array names env] {

Change History (2)

comment:1 Changed 18 years ago by jberry@…

Resolution: fixed
Status: newclosed

Thanks. Committed.

I also add a new ports.conf variable, extra_env, which can be used to specify additional environment to not sanitize.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.