public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] wget: Add --ssh-askpass support
@ 2016-08-17 19:05 Liam R. Howlett
  2016-08-17 19:05 ` [PATCH v2 1/1] " Liam R. Howlett
  0 siblings, 1 reply; 2+ messages in thread
From: Liam R. Howlett @ 2016-08-17 19:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Liam.Howlett

This adds the --ssh-askpass=COMMAND option which is disabled by default.

--use-askpass=COMMAND will request the username and password for a given
URL by executing the external program COMMAND.  If COMMAND is left
blank, then the external program in the environment variable
WGET_ASKPASS will be used.  If WGET_ASKPASS is not set then the
environment variable SSH_ASKPASS is used.  If there is no value set, an
error is returned.  If an error occurs requesting the username or
password, wget will exit.

Signed-off-by: Liam R. Howlett <Liam.Howlett@WindRiver.com>

Liam R. Howlett (1):
  wget: Add --ssh-askpass support

 .../0001-Add-use-askpass-COMMAND-support.patch     | 355 +++++++++++++++++++++
 meta/recipes-extended/wget/wget_1.18.bb            |   1 +
 2 files changed, 356 insertions(+)
 create mode 100644 meta/recipes-extended/wget/wget/0001-Add-use-askpass-COMMAND-support.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-17 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 19:05 [PATCH v2 0/1] wget: Add --ssh-askpass support Liam R. Howlett
2016-08-17 19:05 ` [PATCH v2 1/1] " Liam R. Howlett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox