diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-03-23 15:19:32 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-23 10:01:49 -0700 |
| commit | 45105cb6a9bef41ede68665a3f05d3b7543e1b68 (patch) | |
| tree | 7e08ef8f3f23a469e76a3b364ebe62075aa57e2c /meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb | |
| parent | d205fc497822016fcdcd9cd9a8e9759e072b5e07 (diff) | |
| download | meta-openembedded-45105cb6a9bef41ede68665a3f05d3b7543e1b68.tar.gz | |
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb')
| -rw-r--r-- | meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." | ||
| 2 | LICENSE="LGPL-3.0-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 4 | |||
| 5 | VALA_MESON_OPTION ?= 'vapigen' | ||
| 6 | |||
| 7 | DEPENDS = "glib-2.0" | ||
| 8 | |||
| 9 | inherit gnomebase gobject-introspection vala | ||
| 10 | |||
| 11 | SRC_URI[archive.sha256sum] = "3b75110b3a4fdef4c5c5a440e48701fe054d2ae061d156c89136bb5ba05e74b7" | ||
