diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-03-22 02:00:46 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-03-22 02:04:03 +0100 |
commit | 5799d0b1eea5e2cf90c05eab7729112288874470 (patch) | |
tree | aa62445a19a49cad53a5e278a918e4b56ed29697 | |
parent | e236ffb2ce4b553ca341294eef58fedb8294b820 (diff) |
sshpass: update to version 1.09
Changelog [1]:
Version 1.09
* Explicitly set the controlling TTY
Version 1.08
* Report when IP key has changed
* Scrub the environment variable for -e
Version 1.07
* Pass signals that should terminate to ssh
* Fix race around signal handling
* Report IPC errors to stderr
* Report if can't open -f password file
[1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | utils/sshpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/sshpass/Makefile b/utils/sshpass/Makefile index 74f433b6b..064331455 100644 --- a/utils/sshpass/Makefile +++ b/utils/sshpass/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sshpass -PKG_VERSION:=1.06 +PKG_VERSION:=1.09 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/sshpass -PKG_HASH:=c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60 +PKG_HASH:=71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=GPL-2.0-or-later |