From d9b129296d01300424af3e220a4b1527f89aa8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2020 00:34:53 +0200 Subject: [PATCH] libnma: upgrade 1.8.28 -> 1.8.30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ======================================= libnma-1.8.30 Overview of changes since libnma-1.8.28 ======================================= * Properly dispose wireless security objects. * Don't clear the key when users set a non-pkcs12 certificate in the certificate chooser UI. * Added missing VAPI macro file. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../libnma/{libnma_1.8.28.bb => libnma_1.8.30.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-connectivity/libnma/{libnma_1.8.28.bb => libnma_1.8.30.bb} (86%) diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb similarity index 86% rename from meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb rename to meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb index 3b1698e72e..3f3cb90b79 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb @@ -10,8 +10,8 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala features_check REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI[archive.md5sum] = "094c45d7694b153612cbdc3c713edcb5" -SRC_URI[archive.sha256sum] = "4af69552d131a3b2b8b6a2df584044258bf588448dcdb4bddfa12a07c134b726" +SRC_URI[archive.md5sum] = "e1ccac96405861ecab195be5524baae6" +SRC_URI[archive.sha256sum] = "da33e72a49e07d855d97a52aa9a8962a4c96f52b9168c4e0027117ad8ffdafb4" PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info" PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"