From 34600d876fadb293fa3b31664c569444976f4e07 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 11 Dec 2024 20:03:56 +0100 Subject: [PATCH] gvfs: update 1.56.0 -> 1.56.1 Major changes in 1.56.1 ======================= * udisks2: Increasing reference count when updating volume to fix crashes (Ondrej Holy) * onedrive: Use names instead of id for events to fix monitoring (Jan-Michael Brummer) * onedrive: Add missing replace stream to fix crashes (Jan-Michael Brummer) * onedrive: Fix double free during cache rebuild to fix crashes (Jan-Michael Brummer) * dav: Recognize the 409 status to fix creation of parent directories (Michael Terry) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/gvfs/{gvfs_1.56.0.bb => gvfs_1.56.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.56.0.bb => gvfs_1.56.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.56.0.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb index a7a869eb58..9c1e77ac25 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb @@ -19,7 +19,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "441d2356c72616364cdb420af96199113a13ed9e146f2175fe373989adada39e" +SRC_URI[archive.sha256sum] = "86731ccec679648f8734e237b1de190ebdee6e4c8c0f56f454c31588e509aa10" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"