diff options
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 16ac6442f8..a5dcab882b 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -14,7 +14,6 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | |||
14 | 14 | ||
15 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ |
16 | file://0001-urandom-xauth-changes-to-options.h.patch \ | 16 | file://0001-urandom-xauth-changes-to-options.h.patch \ |
17 | file://0004-fix-2kb-keys.patch \ | ||
18 | file://0007-fix-localoptions-search-path.patch \ | 17 | file://0007-fix-localoptions-search-path.patch \ |
19 | file://init \ | 18 | file://init \ |
20 | file://dropbearkey.service \ | 19 | file://dropbearkey.service \ |
diff --git a/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch b/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch deleted file mode 100644 index 60c6a29d65..0000000000 --- a/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | Subject: [PATCH 4/6] fix 2kb keys | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | --- | ||
5 | kex.h | 2 +- | ||
6 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
7 | |||
8 | Index: dropbear-2017.75/kex.h | ||
9 | =================================================================== | ||
10 | --- dropbear-2017.75.orig/kex.h | ||
11 | +++ dropbear-2017.75/kex.h | ||
12 | @@ -106,6 +106,6 @@ int curve25519_donna(unsigned char *out, | ||
13 | #endif | ||
14 | |||
15 | |||
16 | -#define MAX_KEXHASHBUF 2000 | ||
17 | +#define MAX_KEXHASHBUF 3000 | ||
18 | |||
19 | #endif /* DROPBEAR_KEX_H_ */ | ||