diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-10-23 10:19:30 +1300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-22 14:44:30 -0700 |
commit | a548b01f2962cb87fac47b5cb58b52162fbd06cf (patch) | |
tree | 93ac6603c723df679076747c947e13f76be775e6 /meta-oe/recipes-support/libssh | |
parent | 805e74d00cff3a7566335150f7e3b41972265cc1 (diff) | |
download | meta-openembedded-a548b01f2962cb87fac47b5cb58b52162fbd06cf.tar.gz |
libssh: upgrade to 0.8.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-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 6064969ae..8566741a3 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" | |||
6 | 6 | ||
7 | DEPENDS = "zlib openssl libgcrypt" | 7 | DEPENDS = "zlib openssl libgcrypt" |
8 | 8 | ||
9 | SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-7" | 9 | SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8" |
10 | SRCREV = "cdf7690e038230623cbbf6b024ece62f41efa98d" | 10 | SRCREV = "789df0b7d0c7abd6b85db9fc5247e146e3d4ddba" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||