From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id A736D6067D for ; Fri, 22 Jul 2016 20:06:32 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u6MK6Wks018799 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 22 Jul 2016 13:06:32 -0700 (PDT) Received: from soho-mhatle-m.local (172.25.36.235) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Fri, 22 Jul 2016 13:06:31 -0700 To: References: <1469211845-21125-1-git-send-email-Liam.Howlett@WindRiver.com> From: Mark Hatle Organization: Wind River Systems Message-ID: Date: Fri, 22 Jul 2016 15:06:30 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH] wget: Add --ssh-askpass support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 20:06:34 -0000 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit On 7/22/16 2:21 PM, Burton, Ross wrote: > > On 22 July 2016 at 19:24, Liam R. Howlett > wrote: > > wget: Add --ssh-askpass support > > This adds the --ssh-askpass option which is disabled by default. > > --ssh-askpass will request the username and password for a given URL by > executing the external program pointed to by the environment variable > SSH_ASKPASS. If the environment variable is not set, an error is > returned. If an error occurs requesting the username or password, wget > will exit. > > Upstream-Status: Pending > > > That's a fairly big patch to be carrying and forward porting everytime they > release, have you sent this upstream? That is actually one of the problem we're having. Trying to figure out "where" upstream actually is.. thus the 'pending'. We suspect the right list is the 'bug-wget' list, even though this isn't a new bug -- bug a feature. --Mark > Ross > >