Skip to content

Commit

Permalink
sshpass: upgrade 1.09 -> 1.10
Browse files Browse the repository at this point in the history
Changelog:
==========
 * Convert repo to git
 * Remove sig unsafe functions from signal handler (Ticket openembedded#22).
 * Allow -e to explicitly specify the environment variable to use
   (Ticket openembedded#5).
 * Unset the variable specified with -e before calling subprogram
   (Ticket openembedded#25).
 * Change the logic for setting a controlling TTY. Fixes compatibility
   issues with OpenSolaris and MSYS/Cygwin. Thanks Marcin Olszewski for
   the fix.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 20, 2023
1 parent b60cdc6 commit 9a99e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"

SRC_URI[sha256sum] = "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
SRC_URI[sha256sum] = "ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda"

inherit autotools

0 comments on commit 9a99e16

Please sign in to comment.