From d86eeff9286be5b1a2b6342362c951f0e38cdb9b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Apr 2023 11:57:16 +0200 Subject: [PATCH] WIP 0004-fix-2kb-keys.patch variable was dropped upstream Change-Id: I53e3912e92492a3949d1de90acd0259f90fd2f9d --- recipes-core/dropbear/dropbear.inc | 1 - .../dropbear/dropbear/0004-fix-2kb-keys.patch | 22 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch diff --git a/recipes-core/dropbear/dropbear.inc b/recipes-core/dropbear/dropbear.inc index db114ee..fa67785 100644 --- a/recipes-core/dropbear/dropbear.inc +++ b/recipes-core/dropbear/dropbear.inc @@ -14,7 +14,6 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ file://0001-urandom-xauth-changes-to-options.h.patch \ - file://0004-fix-2kb-keys.patch \ file://0007-dropbear-fix-for-x32-abi.patch \ file://fix-libtomcrypt-libtommath-ordering.patch \ file://init \ diff --git a/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch b/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch deleted file mode 100644 index 7539d20..0000000 --- a/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch +++ /dev/null @@ -1,22 +0,0 @@ -Subject: [PATCH 4/6] fix 2kb keys - -Upstream-Status: Inappropriate [configuration] ---- - kex.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kex.h b/kex.h -index 72430e9..375c677 100644 ---- a/kex.h -+++ b/kex.h -@@ -67,6 +67,6 @@ struct KEXState { - }; - - --#define MAX_KEXHASHBUF 2000 -+#define MAX_KEXHASHBUF 3000 - - #endif /* _KEX_H_ */ --- -1.7.11.7 -