From: "Liam R. Howlett" <Liam.Howlett@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Liam.Howlett@WindRiver.com
Subject: [PATCH v2 0/1] wget: Add --ssh-askpass support
Date: Wed, 17 Aug 2016 15:05:10 -0400 [thread overview]
Message-ID: <1471460711-6976-1-git-send-email-Liam.Howlett@WindRiver.com> (raw)
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
next reply other threads:[~2016-08-17 19:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-17 19:05 Liam R. Howlett [this message]
2016-08-17 19:05 ` [PATCH v2 1/1] wget: Add --ssh-askpass support Liam R. Howlett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471460711-6976-1-git-send-email-Liam.Howlett@WindRiver.com \
--to=liam.howlett@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox