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 <[email protected]> --- 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 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 3da8d5f..0000000 --- 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 0000000..6332579 --- /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" + -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
