8000 package/dropbear: Update dropbear, enable OPENSSL and -Ofast · analogdevicesinc/buildroot@cfc2536 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit cfc2536

Browse files
mhennerichcommodo
authored andcommitted
package/dropbear: Update dropbear, enable OPENSSL and -Ofast
This will fix the dropbear issue seen with microblaze systems (which likely seems to be a compiler bug): ssh_dispatch_run_fatal: Connection to 10.44.3.71 port 22: incorrect signature and allow sshfs access. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
1 parent d4686cb commit cfc2536

6 files changed

+13
-351
lines changed

configs/microblaze_adi_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_microblazeel=y
2+
BR2_OPTIMIZE_FAST=y
23
BR2_TOOLCHAIN_EXTERNAL=y
34
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(BR2_ARCH)-xilinx-linux-gnu"
45
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
@@ -12,6 +13,8 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
1213
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="http://github.com/analogdevicesinc/linux"
1314
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="master"
1415
BR2_LINUX_KERNEL_DEFCONFIG="adi_mb"
16+
BR2_PACKAGE_LIBTOMCRYPT=y
17+
BR2_PACKAGE_OPENSSL=y
1518
BR2_PACKAGE_LIBAIO=y
1619
BR2_PACKAGE_LIBIIO=y
1720
# BR2_PACKAGE_LIBIIO_USB_BACKEND is not set

configs/microblaze_adi_rootfs_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_microblazeel=y
2+
BR2_OPTIMIZE_FAST=y
23
BR2_TOOLCHAIN_EXTERNAL=y
34
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(BR2_ARCH)-xilinx-linux-gnu"
45
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
@@ -7,6 +8,8 @@ BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
78
# BR2_TOOLCHAIN_EXTERNAL_HAS_SSP is not set
89
BR2_TARGET_GENERIC_ROOT_PASSWD="analog"
910
BR2_ROOTFS_POST_BUILD_SCRIPT="board/analogdevicesinc/common/post-build.sh"
11+
BR2_PACKAGE_LIBTOMCRYPT=y
12+
BR2_PACKAGE_OPENSSL=y
1013
BR2_PACKAGE_LIBAIO=y
1114
BR2_PACKAGE_LIBIIO=y
1215
# BR2_PACKAGE_LIBIIO_USB_BACKEND is not set
@@ -18,7 +21,7 @@ BR2_PACKAGE_DROPBEAR_MOTD=y
1821
BR2_PACKAGE_ETHTOOL=y
1922
BR2_PACKAGE_MII_DIAG=y
2023
BR2_PACKAGE_PHYTOOL=y
24+
BR2_PACKAGE_JESD204B_STATUS=y
2125
BR2_TARGET_ROOTFS_CPIO=y
2226
BR2_TARGET_ROOTFS_CPIO_GZIP=y
2327
BR2_PACKAGE_HOST_DROPBEAR=y
24-
BR2_PACKAGE_JESD204B_STATUS=y

package/dropbear/0001-only-advertise-single-server-ecdsa-key-when-R-is-used.patch

Lines changed: 0 additions & 113 deletions
This file was deleted.

package/dropbear/0002-Wait-to-fail-invalid-usernames.patch

Lines changed: 0 additions & 236 deletions
This file was deleted.

package/dropbear/dropbear.hash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# From https://matt.ucc.asn.au/dropbear/releases/SHA256SUM.asc
22
sha256 f2fb9167eca8cf93456a5fc1d4faf709902a3ab70dd44e352f3acbc3ffdaea65 dropbear-2018.76.tar.bz2
3+
# From https://matt.ucc.asn.au/dropbear/releases/SHA256SUM.asc
4+
sha256 525965971272270995364a0eb01f35180d793182e63dd0b0c3eb0292291644a4 dropbear-2019.78.tar.bz2
5+
6+
# License file, locally computed
7+
sha256 cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52 LICENSE

0 commit comments

Comments
 (0)
0