diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-12-08 13:42:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:31:42 +0000 |
commit | d0658e0e9efcf2c995e92a61af0e5300ebcdce82 (patch) | |
tree | 779015b304965da74ca629153ad5f310e39de937 | |
parent | ac6642e9a84a67c8cdaa8d8e939c2d0e2dcb3577 (diff) | |
download | openembedded-core-d0658e0e9efcf2c995e92a61af0e5300ebcdce82.tar.gz openembedded-core-d0658e0e9efcf2c995e92a61af0e5300ebcdce82.tar.bz2 openembedded-core-d0658e0e9efcf2c995e92a61af0e5300ebcdce82.zip |
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 <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/dropbear/dropbear_2015.70.bb | 5 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear_2015.71.bb | 5 |
2 files changed, 5 insertions, 5 deletions
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" + |