]> code.ossystems Code Review - openembedded-core.git/commitdiff
dropbear: upgrade to 2013.62
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 17 Dec 2013 12:04:15 +0000 (12:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 11:33:16 +0000 (11:33 +0000)
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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dropbear/dropbear.inc
meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0001-urandom-xauth-changes-to-options.h.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0002-static_build_fix.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0003-configure.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0003-configure.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0004-fix-2kb-keys.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0005-dropbear-enable-pam.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0006-dropbear-configuration-file.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch [moved from meta/recipes-core/dropbear/dropbear-2013.60/0007-dropbear-fix-for-x32-abi.patch with 100% similarity]
meta/recipes-core/dropbear/dropbear_2013.60.bb [deleted file]
meta/recipes-core/dropbear/dropbear_2013.62.bb [new file with mode: 0644]

index 4262b1d6e5b4b16d050ee6d1e1d013539570f2bb..e85a9e6678efcc5022723132fe2bc4624b96ddda 100644 (file)
@@ -4,8 +4,8 @@ SECTION = "console/network"
 
 # some files are from other projects and have others license terms:
 #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=de74413ba7e05b7a37c4722e75f436cd"
+LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4d290ce0ac102c828dfc9ce836784688"
 
 DEPENDS = "zlib"
 RPROVIDES_${PN} = "ssh sshd" 
diff --git a/meta/recipes-core/dropbear/dropbear_2013.60.bb b/meta/recipes-core/dropbear/dropbear_2013.60.bb
deleted file mode 100644 (file)
index 42d9985..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-require dropbear.inc
-
-SRC_URI[md5sum] = "fffa2fec0c887201bed3a3cc6df7fa35"
-SRC_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 (file)
index 0000000..3cae940
--- /dev/null
@@ -0,0 +1,4 @@
+require dropbear.inc
+
+SRC_URI[md5sum] = "ca2c7932a1399cf361f795aaa3843998"
+SRC_URI[sha256sum] = "c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa"