aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-10-22 22:07:32 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-10-23 10:17:21 +1300
commit989d0e787f2adb3e7248aa0665b84384a01cd428 (patch)
tree80ab60294681dc5f09c0b74d7d56d57d7a8abf76
parentcdd3e9ab99d4ffda673b564ba802b6bd2d40eabf (diff)
downloadmeta-openembedded-contrib-paule/libssh.tar.gz
libssh: upgrade to 0.8.4paule/libssh
Notable changes since 0.7.3: * Fixed CVE-2018-10933 authentication bypass * Removed support for deprecated SSHv1 protocol * Added support for OpenSSL 1.1 * Added support for chacha20-poly1305 cipher * Added ECDSA support with gcrypt backend * Improved threading support (note: libssh_threads is now gone) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.8.4.bb (renamed from meta-oe/recipes-support/libssh/libssh_0.7.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
index 6064969ae0..8566741a3a 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
DEPENDS = "zlib openssl libgcrypt"
-SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-7"
-SRCREV = "cdf7690e038230623cbbf6b024ece62f41efa98d"
+SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8"
+SRCREV = "789df0b7d0c7abd6b85db9fc5247e146e3d4ddba"
S = "${WORKDIR}/git"