commit | b743ed826fde8ce0e7c5338f8a09f80c6cd46b15 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Sun Dec 16 17:11:34 2018 -0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jan 09 01:19:56 2019 +0000 |
tree | 14d2712adc8201430094dbb49616c216f20802fa | |
parent | b2d087daa3a387ccd159512525cf62232e18b186 [diff] |
Dropbear: upgrade options for latest upgrade Yocto 2.6 upgrades our version of dropbear. Prepare for the upgrade. 1. Implement the new options system so we can upgrade without losing our options. Options available are described here: https://github.com/mkj/dropbear/blob/master/default_options.h Note, DROPBEAR_TWOFISH256, and DROPBEAR_TWOFISH128 options are dropped, as they are not enabled in the default config. 2. Drop the -c option patch, as this has bene included in dropbear for some time, and now conflicts with itself in merging. https://github.com/mkj/dropbear/commit/ac9a4c839f6cbde3ca8226d79eca36a497620594 3. Drop the default host keys patch, as it is now in master, although it does'nt conflict https://github.com/mkj/dropbear/commit/4c95d595c00818f61905a9d607e3fd675ba85458 Change-Id: Ie691d2b56ddd8e8ddb08384e0f1c9d70e4798e30 Signed-off-by: Ed Tanous <ed.tanous@intel.com>