浏览代码

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>
Gary Bisson 8 年之前
父节点
当前提交
964c620ae9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package/sshpass/sshpass.hash
  2. 1 1
      package/sshpass/sshpass.mk

+ 1 - 1
package/sshpass/sshpass.hash

@@ -1,2 +1,2 @@
 # Locally computed:
 # Locally computed:
-sha256  c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e  sshpass-1.05.tar.gz
+sha256  c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60  sshpass-1.06.tar.gz

+ 1 - 1
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_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
 SSHPASS_LICENSE = GPLv2+
 SSHPASS_LICENSE = GPLv2+
 SSHPASS_LICENSE_FILES = COPYING
 SSHPASS_LICENSE_FILES = COPYING