From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qop5g-0004Xt-CD for openembedded-core@lists.openembedded.org; Thu, 04 Aug 2011 05:59:25 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 03 Aug 2011 20:55:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,314,1309762800"; d="scan'208";a="37698289" Received: from unknown (HELO [10.255.14.76]) ([10.255.14.76]) by fmsmga001.fm.intel.com with ESMTP; 03 Aug 2011 20:55:00 -0700 Message-ID: <4E3A1813.3010906@linux.intel.com> Date: Wed, 03 Aug 2011 20:54:59 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1311858624-3686-1-git-send-email-galak@kernel.crashing.org> <37BC502A-3FEA-4059-85FB-F6A3F401C3F9@kernel.crashing.org> <4E3985C8.9070000@linux.intel.com> <1312410888.2344.718.camel@rex> <0BDD06D6-757A-4F43-B38E-95C857324D14@kernel.crashing.org> In-Reply-To: <0BDD06D6-757A-4F43-B38E-95C857324D14@kernel.crashing.org> Subject: Re: [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 03:59:25 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/03/2011 07:56 PM, Kumar Gala wrote: > > On Aug 3, 2011, at 5:34 PM, Richard Purdie wrote: > >> On Wed, 2011-08-03 at 14:41 -0500, Kumar Gala wrote: >>> On Aug 3, 2011, at 12:30 PM, Saul Wold wrote: >>> >>>> On 08/03/2011 10:00 AM, Kumar Gala wrote: >>>>> >>>>> On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: >>>>> >>>>>> If a SOCKS5 gateway is needed for a proxy access like git it might also >>>>>> require authentication to the proxy via a password and username. Adding >>>>>> SOCKS5_USER& SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation >>>>>> of the authentication request to occur when something like a git fetch >>>>>> is going through the proxy. >>>>>> >>>>>> Signed-off-by: Kumar Gala >>>>>> --- >>>>>> * Fixes issue with a git fetch request failing to get pass a firewall >>>>>> >>>>>> scripts/oe-buildenv-internal | 2 +- >>>>>> 1 files changed, 1 insertions(+), 1 deletions(-) >>>>>> >>>>>> diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal >>>>>> index c13fc40..b223292 100755 >>>>>> --- a/scripts/oe-buildenv-internal >>>>>> +++ b/scripts/oe-buildenv-internal >>>>>> @@ -55,4 +55,4 @@ unset BITBAKEDIR >>>>>> export BUILDDIR >>>>>> export PATH >>>>>> >>>>>> -export BB_ENV_EXTRAWHITE="MACHINE DISTRO TCMODE TCLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS PARALLEL_MAKE GIT_PROXY_COMMAND" >>>>>> +export BB_ENV_EXTRAWHITE="MACHINE DISTRO TCMODE TCLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS PARALLEL_MAKE GIT_PROXY_COMMAND SOCKS5_PASSWD SOCSK5_USER" >>>>>> -- >>>>>> 1.7.3.4 >>>>> >>>>> Ping on this patch >>>>> >>>> Kumar, >>>> >>>> I think you were asked to modify this patch so that the additinal >>> SOCKS5_* do not get into sstate, Paul Eggleton provided the >>> BB_HASHSPACE_WHITELIST info. >>>> >>>> Please update this patch >>>> >>>> Thanks >>>> Sau! >>> >>> From the thread it sounded as if that was NOT needed. As nothing >>> refers to SOCKS5_* we didn't need to add it. Much like how it doesn't >>> have SSH_AGENT_PID or SSH_AUTH_SOCK in it. >> >> It would be good is someone could confirm it but its in the environment >> so it likely is needed. > > Not sure I follow. Confirm what? > Kumar, I think Richard wants you to confirm that the SSH_* and SOCKS5_* information is not stored in the shared state hash. Sau! > - k > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >