From 9a99e1696edcac5c535687ae565a80b98b2c2ac6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 20 Feb 2023 15:40:19 +0800 Subject: sshpass: upgrade 1.09 -> 1.10 Changelog: ========== * Convert repo to git * Remove sig unsafe functions from signal handler (Ticket #22). * Allow -e to explicitly specify the environment variable to use (Ticket #5). * Unset the variable specified with -e before calling subprogram (Ticket #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 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb | 11 ----------- meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb deleted file mode 100644 index ad7b083100..0000000000 --- a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Non-interactive ssh password auth" -HOMEPAGE = "http://sshpass.sourceforge.net/" -SECTION = "console/network" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" - -SRC_URI[sha256sum] = "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7" - -inherit autotools diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb b/meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb new file mode 100644 index 0000000000..81c5e48008 --- /dev/null +++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Non-interactive ssh password auth" +HOMEPAGE = "http://sshpass.sourceforge.net/" +SECTION = "console/network" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" + +SRC_URI[sha256sum] = "ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda" + +inherit autotools -- cgit v1.2.3-54-g00ecf