From d0658e0e9efcf2c995e92a61af0e5300ebcdce82 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 8 Dec 2015 13:42:49 -0800 Subject: dropbear: update 2015.70 -> 2015.71 2015.71 - 3 December 2015 - Fix "bad buf_incrpos" when data is transferred, broke in 2015.69 - Fix crash on exit when -p address:port is used, broke in 2015.68 - Fix building with only ENABLE_CLI_REMOTETCPFWD given, patch from Konstantin Tokarev - Fix bad configure script test which didn't work with dash shell, patch from Juergen Daubert, broke in 2015.70 - Fix server race condition that could cause sessions to hang on exit, https://github.com/robotframework/SSHLibrary/issues/128 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-core/dropbear/dropbear_2015.70.bb | 5 ----- meta/recipes-core/dropbear/dropbear_2015.71.bb | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-core/dropbear/dropbear_2015.70.bb create mode 100644 meta/recipes-core/dropbear/dropbear_2015.71.bb (limited to 'meta/recipes-core/dropbear') diff --git a/meta/recipes-core/dropbear/dropbear_2015.70.bb b/meta/recipes-core/dropbear/dropbear_2015.70.bb deleted file mode 100644 index 3da8d5f44d..0000000000 --- a/meta/recipes-core/dropbear/dropbear_2015.70.bb +++ /dev/null @@ -1,5 +0,0 @@ -require dropbear.inc - -SRC_URI[md5sum] = "0b0a1d9be6a094710d884209562a626c" -SRC_URI[sha256sum] = "62a8cc3df1d0f136d46f50d4f8d92f7ab7ce1addac76b25446b3f6aaf80bf257" - diff --git a/meta/recipes-core/dropbear/dropbear_2015.71.bb b/meta/recipes-core/dropbear/dropbear_2015.71.bb new file mode 100644 index 0000000000..6332579e77 --- /dev/null +++ b/meta/recipes-core/dropbear/dropbear_2015.71.bb @@ -0,0 +1,5 @@ +require dropbear.inc + +SRC_URI[md5sum] = "2ccc0a2f3e37ca221db12c5af6a88137" +SRC_URI[sha256sum] = "376214169c0e187ee9f48ae1a99b3f835016ad5b98ede4bfd1cf581deba783af" + -- cgit 1.2.3-korg