summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-17 12:04:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 11:33:52 +0000
commit6c93994dee481d8cd6e92adc11e50a113736b98e (patch)
tree9625c39eb89539eab7d20652371616af2e5977a1 /meta/recipes-core/dropbear
parentad6f3ea1b4e2d05a9308e957bc7431fa8f96a342 (diff)
downloadpoky-6c93994dee481d8cd6e92adc11e50a113736b98e.tar.gz
dropbear: upgrade to 2013.62
LIC_FILES_CHKSUM has changed with the introduction of a BSD-3-Clause algorithm (curve25519-donna); this has prompted a re-evaluation of the LICENSE value which should now reflect the licenses declared in the upstream documentation. Thanks to Beth Flanagan for helping with this. (From OE-Core rev: 232e8b96988ffa6e5107917fbf41222d26e4e90b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.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.inc4
-rw-r--r--meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0001-urandom-xauth-changes-to-options.h.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0002-static_build_fix.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0003-configure.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0003-configure.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0004-fix-2kb-keys.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0005-dropbear-enable-pam.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0006-dropbear-configuration-file.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch (renamed from meta/recipes-core/dropbear/dropbear-2013.60/0007-dropbear-fix-for-x32-abi.patch)0
-rw-r--r--meta/recipes-core/dropbear/dropbear_2013.60.bb4
-rw-r--r--meta/recipes-core/dropbear/dropbear_2013.62.bb4
10 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index 4262b1d6e5..e85a9e6678 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -4,8 +4,8 @@ SECTION = "console/network"
4 4
5# some files are from other projects and have others license terms: 5# some files are from other projects and have others license terms:
6# public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY 6# public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
7LICENSE = "MIT" 7LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=de74413ba7e05b7a37c4722e75f436cd" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=4d290ce0ac102c828dfc9ce836784688"
9 9
10DEPENDS = "zlib" 10DEPENDS = "zlib"
11RPROVIDES_${PN} = "ssh sshd" 11RPROVIDES_${PN} = "ssh sshd"
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0001-urandom-xauth-changes-to-options.h.patch b/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch
index 71a4666b5c..71a4666b5c 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0001-urandom-xauth-changes-to-options.h.patch
+++ b/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0002-static_build_fix.patch b/meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
index 552bee8996..552bee8996 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0002-static_build_fix.patch
+++ b/meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0003-configure.patch b/meta/recipes-core/dropbear/dropbear/0003-configure.patch
index 2baf665ae4..2baf665ae4 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0003-configure.patch
+++ b/meta/recipes-core/dropbear/dropbear/0003-configure.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0004-fix-2kb-keys.patch b/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
index 7539d2034f..7539d2034f 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0004-fix-2kb-keys.patch
+++ b/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0005-dropbear-enable-pam.patch b/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch
index e9307339ce..e9307339ce 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0005-dropbear-enable-pam.patch
+++ b/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0006-dropbear-configuration-file.patch b/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch
index fa4c8d0a67..fa4c8d0a67 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0006-dropbear-configuration-file.patch
+++ b/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch
diff --git a/meta/recipes-core/dropbear/dropbear-2013.60/0007-dropbear-fix-for-x32-abi.patch b/meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch
index b4501211c3..b4501211c3 100644
--- a/meta/recipes-core/dropbear/dropbear-2013.60/0007-dropbear-fix-for-x32-abi.patch
+++ b/meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch
diff --git a/meta/recipes-core/dropbear/dropbear_2013.60.bb b/meta/recipes-core/dropbear/dropbear_2013.60.bb
deleted file mode 100644
index 42d9985d7c..0000000000
--- a/meta/recipes-core/dropbear/dropbear_2013.60.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require dropbear.inc
2
3SRC_URI[md5sum] = "fffa2fec0c887201bed3a3cc6df7fa35"
4SRC_URI[sha256sum] = "4c0c52453b4dd96ef79e5968ed3676de008ee0cf133632acae12bbad588681bb"
diff --git a/meta/recipes-core/dropbear/dropbear_2013.62.bb b/meta/recipes-core/dropbear/dropbear_2013.62.bb
new file mode 100644
index 0000000000..3cae940b83
--- /dev/null
+++ b/meta/recipes-core/dropbear/dropbear_2013.62.bb
@@ -0,0 +1,4 @@
1require dropbear.inc
2
3SRC_URI[md5sum] = "ca2c7932a1399cf361f795aaa3843998"
4SRC_URI[sha256sum] = "c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa"