diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-17 13:47:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 499cadb9043af749c5102cbc1c7dc36df13e684e (patch) | |
tree | 31552db14ec15d2d0e7e284926a4319b37f319b9 /meta | |
parent | edfb711a551e1826a42c92824c400262bfb1902e (diff) | |
download | poky-499cadb9043af749c5102cbc1c7dc36df13e684e.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: ea92fd8ec153146d613516c4d32476f27ad1f815)
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
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 |