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:42:53 +0000 |
commit | f87063baf9c3eb8f9931d2308bc0e24ab76112f4 (patch) | |
tree | da6232e7511a46b800ed2199c8dd819eedd98a43 /meta/recipes-core/dropbear | |
parent | a5204958d652d8e404a68e39a2b3099c6e05b51f (diff) | |
download | poky-f87063baf9c3eb8f9931d2308bc0e24ab76112f4.tar.gz |
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
(From OE-Core rev: d0658e0e9efcf2c995e92a61af0e5300ebcdce82)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dropbear')
-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 @@ | |||
1 | require dropbear.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "0b0a1d9be6a094710d884209562a626c" | ||
4 | SRC_URI[sha256sum] = "62a8cc3df1d0f136d46f50d4f8d92f7ab7ce1addac76b25446b3f6aaf80bf257" | ||
5 | |||
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 @@ | |||
1 | require dropbear.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "2ccc0a2f3e37ca221db12c5af6a88137" | ||
4 | SRC_URI[sha256sum] = "376214169c0e187ee9f48ae1a99b3f835016ad5b98ede4bfd1cf581deba783af" | ||
5 | |||