[oe-commits] [meta-openembedded] 02/08: libssh: upgrade to 0.8.4

git at git.openembedded.org git at git.openembedded.org
Thu Oct 25 20:49:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a548b01f2962cb87fac47b5cb58b52162fbd06cf
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Oct 23 10:19:30 2018 +1300

    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 at linux.intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libssh/{libssh_0.7.3.bb => libssh_0.8.4.bb} | 4 ++--
 1 file 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
similarity index 86%
rename from meta-oe/recipes-support/libssh/libssh_0.7.3.bb
rename to meta-oe/recipes-support/libssh/libssh_0.8.4.bb
index 6064969..8566741 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list