From 8b05b3d580f5259dd522d0991b3db0baee345d16 Mon Sep 17 00:00:00 2001 From: Hugo Vasconcelos Saldanha Date: Tue, 23 Jun 2015 13:02:04 -0300 Subject: libssh2: upgrade to v1.6.0 Besides new features and improvements, this fixes CVE-2015-1782. License's md5 changed because of a modified copyright. Signed-off-by: Hugo Vasconcelos Saldanha Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb | 18 ------------------ meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb create mode 100644 meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb deleted file mode 100644 index b53766333b..0000000000 --- a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "A client-side C library implementing the SSH2 protocol" -HOMEPAGE = "http://www.libssh2.org/" -SECTION = "libs" - -DEPENDS = "zlib openssl" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509" - -SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" -SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b" -SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d" - -inherit autotools pkgconfig - -EXTRA_OECONF += "--with-openssl \ - --with-libz \ - " diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb new file mode 100644 index 0000000000..022482c791 --- /dev/null +++ b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "A client-side C library implementing the SSH2 protocol" +HOMEPAGE = "http://www.libssh2.org/" +SECTION = "libs" + +DEPENDS = "zlib openssl" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca" + +SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" +SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd" +SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215" + +inherit autotools pkgconfig + +EXTRA_OECONF += "--with-openssl \ + --with-libz \ + " -- cgit 1.2.3-korg