[oe-commits] [openembedded-core] 32/37: ell: update to 0.26

git at git.openembedded.org git at git.openembedded.org
Mon Nov 4 13:40:27 UTC 2019


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 3fd06011497770b684642fc8429d72db783748eb
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Thu Oct 31 18:23:03 2019 +0100

    ell: update to 0.26
    
    Changelog:
    - Fix issue with memory leak and TLS certificates
    - Fix issue with buffer size and TLS PRF handling
    - Add support for D-Bus non-root ObjectManager
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/ell/ell_0.25.bb b/meta/recipes-core/ell/ell_0.26.bb
similarity index 83%
rename from meta/recipes-core/ell/ell_0.25.bb
rename to meta/recipes-core/ell/ell_0.26.bb
index f6201f9..f1f252c 100644
--- a/meta/recipes-core/ell/ell_0.25.bb
+++ b/meta/recipes-core/ell/ell_0.26.bb
@@ -14,8 +14,8 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26"
-SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b"
+SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d"
+SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux

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


More information about the Openembedded-commits mailing list