File sshpass.changes of Package sshpass
-------------------------------------------------------------------
Tue Mar 7 07:36:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10:
* Remove sig unsafe functions from signal handler (Ticket #22).
* Allow -e to explicitly specify the environment variable to
use
* Unset the variable specified with -e before calling
subprogram
* Change the logic for setting a controlling TTY. Fixes
compatibility issues with OpenSolaris and MSYS/Cygwin.
-------------------------------------------------------------------
Wed Feb 3 18:53:08 UTC 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)
-------------------------------------------------------------------
Mon Dec 5 18:49:16 UTC 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 19:16:31 UTC 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 19:09:32 UTC 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.