- 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.

OBS-URL: https://build.opensuse.org/package/show/network/sshpass?expand=0&rev=9
This commit is contained in:
2023-03-07 07:39:08 +00:00
committed by Git OBS Bridge
parent f71736c69a
commit 55da4ad288
4 changed files with 21 additions and 9 deletions
+12
View File
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>