diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-12-20 12:57:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-20 12:57:27 +0000 |
commit | dcad9f821f496edc4c81670c06f737a379a78a31 (patch) | |
tree | aae7b243d3724b6d79c5ccfb6d9e236538b7259c /packages/dropbear/dropbear_0.45.bb | |
parent | e730f957815446dd60a9c85ba3f8a12d1e940282 (diff) |
dropbear: added security fix for 0.45 and 0.46 versions
Note from upstream author about 0.47 and fix for older:
This release also fixes a potential security issue, which may allow
authenticated users to run arbitrary code as the server user. I'm unsure
exactly how likely it is to be exploitable, but anyone who's running a
multi-user server is advised to upgrade.
Diffstat (limited to 'packages/dropbear/dropbear_0.45.bb')
-rw-r--r-- | packages/dropbear/dropbear_0.45.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/dropbear/dropbear_0.45.bb b/packages/dropbear/dropbear_0.45.bb index 3a2b54072f..f6681b707c 100644 --- a/packages/dropbear/dropbear_0.45.bb +++ b/packages/dropbear/dropbear_0.45.bb @@ -3,14 +3,15 @@ HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" SECTION = "console/network" LICENSE = "MIT" DEPENDS = "zlib" -PR = "r1" PROVIDES = "ssh sshd" +PR = "r2" SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ 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://init" inherit autotools update-rc.d |