[MacPorts] #5648: Too much environment sanitizing prevents darwinports from working under proxies.

MacPorts noreply at macports.org
Thu Mar 24 08:23:51 PDT 2016


#5648: Too much environment sanitizing prevents darwinports from working under
proxies.
-----------------------+--------------------------------
  Reporter:  kogule@…  |      Owner:  macports-tickets@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  base      |    Version:  1.0
Resolution:  fixed     |   Keywords:
      Port:            |
-----------------------+--------------------------------
Description changed by ryandesign@…:

Old description:

> --- 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] {

New description:

 {{{
 --- 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] {
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/5648#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list