diff options
| author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-11-02 10:01:36 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-02 17:25:09 +0100 |
| commit | 964c620ae9ae758ffb357eac648dc22aa20ea552 (patch) | |
| tree | 9faafa3f9b9a97bf8391ed501dbc3153fc17dc2c /package/sshpass/sshpass.mk | |
| parent | 57d5012c656710f0b11bd31d0259386aad2ece5f (diff) | |
| download | buildroot-964c620ae9ae758ffb357eac648dc22aa20ea552.tar.gz buildroot-964c620ae9ae758ffb357eac648dc22aa20ea552.zip | |
sshpass: bump version to 1.06
Changelog:
- Add -P for overriding the password prompt we search for
- Add -v for verbose logging of the prompt detection prompt.
- Allow packagers and compilers to change the default password prompt.
- When giving -V, also print the default password prompt.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sshpass/sshpass.mk')
| -rw-r--r-- | package/sshpass/sshpass.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sshpass/sshpass.mk b/package/sshpass/sshpass.mk index 7344ca6921..de46604812 100644 --- a/package/sshpass/sshpass.mk +++ b/package/sshpass/sshpass.mk @@ -4,7 +4,7 @@ # ################################################################################ -SSHPASS_VERSION = 1.05 +SSHPASS_VERSION = 1.06 SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION) SSHPASS_LICENSE = GPLv2+ SSHPASS_LICENSE_FILES = COPYING |

