From 45105cb6a9bef41ede68665a3f05d3b7543e1b68 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 23 Mar 2024 15:19:32 +0100 Subject: libcloudproviders: update 0.3.5 -> 0.3.6 0.3.6 ----- * Plug several memory leaks * Avoid use-after-free within the Proxy * Renamespace CloudProvidersProvider * Reduce a bit the CloudProvidersAccount memory footprint Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../libcloudproviders/libcloudproviders_0.3.5.bb | 11 ----------- .../libcloudproviders/libcloudproviders_0.3.6.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb create mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb deleted file mode 100644 index 7f9bb2638e..0000000000 --- a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." -LICENSE="LGPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" - -VALA_MESON_OPTION ?= 'vapigen' - -DEPENDS = "glib-2.0" - -inherit gnomebase gobject-introspection vala - -SRC_URI[archive.sha256sum] = "b987456eddaf715ba9d623aa2bc501ab1b697dffeb11aaa783a637275df186da" diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb new file mode 100644 index 0000000000..f5660b5267 --- /dev/null +++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb @@ -0,0 +1,11 @@ +SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." +LICENSE="LGPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" + +VALA_MESON_OPTION ?= 'vapigen' + +DEPENDS = "glib-2.0" + +inherit gnomebase gobject-introspection vala + +SRC_URI[archive.sha256sum] = "3b75110b3a4fdef4c5c5a440e48701fe054d2ae061d156c89136bb5ba05e74b7" -- cgit v1.2.3-54-g00ecf