Package Release Info

sshpass-1.09-bp154.1.19

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sshpass

Change Logs

* Wed Feb 03 2021 Dirk Müller <dmueller@suse.com>
- update to 1.0.9:
  * Explicitly set the controlling TTY (SF patch #7)
  * Report when IP key has changed (Closes Debian bug #730101)
  * Scrub the environment variable for -e (Closes Ubuntu bug #1649374)
  * 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 (closes #3)
- remove sshpass-1.05-f_option_check.patch (upstream)
Version: 1.06-2.1
* Mon Dec 05 2016 astieger@suse.com
- update to 1.0.6:
  * 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.
* Sun Mar 16 2014 lars@linux-schulserver.de
- specfile cleanpu via spec-cleaner for Factory submission
- added sshpass-1.05-f_option_check.patch - for details see
  http://sourceforge.net/p/sshpass/patches/5/
* Fri Sep 27 2013 aboe76@gmail.com
- sshpass 1.05
- OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
  This reverted the "better detection of child exit", unfortunately.
- Update the manual page about changes.
- Print usage information if no arguments given.