mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Dropbear 0.46 -> 0.47
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@326 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,14 +4,13 @@ SECTION = "console/network"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "zlib"
|
||||
PROVIDES = "ssh sshd"
|
||||
PR = "r4"
|
||||
RPROVIDES = "ssh sshd"
|
||||
|
||||
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
|
||||
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \
|
||||
file://urandom-xauth-changes-to-options.h.patch;patch=1 \
|
||||
file://configure.patch;patch=1 \
|
||||
file://allow-nopw.patch \
|
||||
file://fix-2kb-keys.patch;patch=1 \
|
||||
file://chansession-security-fix.patch;patch=1 \
|
||||
file://allow-nopw.patch \
|
||||
file://init"
|
||||
|
||||
inherit autotools update-rc.d
|
||||
@@ -19,7 +18,7 @@ inherit autotools update-rc.d
|
||||
INITSCRIPT_NAME = "dropbear"
|
||||
INITSCRIPT_PARAMS = "defaults 10"
|
||||
|
||||
CFLAGS_prepend = "-I. "
|
||||
CFLAGS_prepend = " -I. "
|
||||
LD = "${CC}"
|
||||
|
||||
SBINCOMMANDS = "dropbear dropbearkey dropbearconvert"
|
||||
@@ -27,7 +26,8 @@ BINCOMMANDS = "dbclient ssh scp"
|
||||
EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"'
|
||||
|
||||
do_configure_prepend() {
|
||||
if [ "${DISTRO_TYPE}" == "debug" ]; then
|
||||
if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" == "debug" ]; then
|
||||
oenote "WARNING: applying allow-nopw.patch which allows password-less logins!"
|
||||
patch -p1 < ${WORKDIR}/allow-nopw.patch
|
||||
fi
|
||||
}
|
||||
3
openembedded/packages/dropbear/dropbear_0.47.bb
Normal file
3
openembedded/packages/dropbear/dropbear_0.47.bb
Normal file
@@ -0,0 +1,3 @@
|
||||
include dropbear.inc
|
||||
|
||||
PR = "r2"
|
||||
Reference in New Issue
Block a user