mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ad6f3ea1b4
commit
6c93994dee
@@ -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"
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
require dropbear.inc
|
||||
|
||||
SRC_URI[md5sum] = "fffa2fec0c887201bed3a3cc6df7fa35"
|
||||
SRC_URI[sha256sum] = "4c0c52453b4dd96ef79e5968ed3676de008ee0cf133632acae12bbad588681bb"
|
||||
4
meta/recipes-core/dropbear/dropbear_2013.62.bb
Normal file
4
meta/recipes-core/dropbear/dropbear_2013.62.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
require dropbear.inc
|
||||
|
||||
SRC_URI[md5sum] = "ca2c7932a1399cf361f795aaa3843998"
|
||||
SRC_URI[sha256sum] = "c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa"
|
||||
Reference in New Issue
Block a user