diff options
| author | Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> | 2015-06-23 13:02:04 -0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-16 21:09:05 +0200 |
| commit | 8b05b3d580f5259dd522d0991b3db0baee345d16 (patch) | |
| tree | bb373f1280115d67d78a13403e05529c383d5b84 /meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb | |
| parent | c6eef3a0c1967894e96dbbe20c20b3b99f5cb5da (diff) | |
| download | meta-openembedded-8b05b3d580f5259dd522d0991b3db0baee345d16.tar.gz | |
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 <hugo.saldanha@aker.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A client-side C library implementing the SSH2 protocol" | ||
| 2 | HOMEPAGE = "http://www.libssh2.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | DEPENDS = "zlib openssl" | ||
| 6 | |||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca" | ||
| 9 | |||
| 10 | SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" | ||
| 11 | SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd" | ||
| 12 | SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECONF += "--with-openssl \ | ||
| 17 | --with-libz \ | ||
| 18 | " | ||
