diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-17 13:47:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 08:45:31 +0100 |
commit | 5895d5d16e83f6c951deca1142b63c3555ab4f42 (patch) | |
tree | 553ae4e7ea890b77f3f31c4088becc9db80e8cd2 /meta | |
parent | fe9131454237a6581256f45bf7c1e6ad4d1d4f34 (diff) | |
download | poky-5895d5d16e83f6c951deca1142b63c3555ab4f42.tar.gz |
ell: upgrade 0.30 -> 0.31
This is a bugfix release:
ver 0.31:
Fix issue with verification of the second certificate in chain.
Fix issue with handling trusted CA matching in verification.
(From OE-Core rev: c1892a1074560e27671975f4b9fb92468d9874da)
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.31.bb (renamed from meta/recipes-core/ell/ell_0.30.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.30.bb b/meta/recipes-core/ell/ell_0.31.bb index 17045b3ae5..1db7131ab0 100644 --- a/meta/recipes-core/ell/ell_0.30.bb +++ b/meta/recipes-core/ell/ell_0.31.bb | |||
@@ -14,8 +14,8 @@ DEPENDS = "dbus" | |||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" | 16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" |
17 | SRC_URI[md5sum] = "79c757858688cc6c36087605234d87a8" | 17 | SRC_URI[md5sum] = "3f670230be4d89d621b0508c70b1d36b" |
18 | SRC_URI[sha256sum] = "51cf8cc66a9d1038e41f7d619ea5660aa4476904496562b2d45ca79370ca4a5e" | 18 | SRC_URI[sha256sum] = "ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |