From: Wang Mingyu Date: Thu, 31 Aug 2023 02:34:18 +0000 (+0800) Subject: libsecret: upgrade 0.20.5 -> 0.21.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b122519c043b5549fdd36631ba0bd8806958fde;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsecret: upgrade 0.20.5 -> 0.21.0 Changelog: =========== * Unlock the keyring before getting secret attributes [!105] * file-backend: avoid deadlock when portal op is canceled [!118, !120] * Properly chain-up GTasks around GDBusProxy::init_async [!106] * Fix nullable in secret_collection_for_alias_* [!110] * Fix finish function for searchv [!112] * secret-paths: Fix a little memory leak [!109] * Stop using GSlice [!116] * docs: port to gi-docgen [!101] * docs: fix example in usage docs [!117] * Several CI fixes [!111, !114] * Updated translations Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.5.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb similarity index 91% rename from meta/recipes-gnome/libsecret/libsecret_0.20.5.bb rename to meta/recipes-gnome/libsecret/libsecret_0.21.0.bb index 9b09c3bee45..8f560f9f39e 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.20.5.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb @@ -14,7 +14,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages DEPENDS += "glib-2.0 libgcrypt gettext-native" -SRC_URI[archive.sha256sum] = "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d" +SRC_URI[archive.sha256sum] = "2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613" GTKDOC_MESON_OPTION = 'gtk_doc'