From a5daf7fd41ee393eb44b16a0d9c83dd0d9de3026 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 24 Mar 2023 08:38:00 +0800 Subject: [PATCH] gvfs: upgrade 1.50.3 -> 1.50.4 Changelog: =========== * dav: Prevent usage of NULL for nonexistent source file * client: Fix copy/move operation from/to Flatpak sandbox * http: Report original sizes regardless of compression usage * Fix string comparison on various places * Translation updates Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 80534e1f99b980c1591208dfb9260df3b3097337) Signed-off-by: Gyorgy Sarvari --- .../recipes-gnome/gvfs/{gvfs_1.50.3.bb => gvfs_1.50.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.50.3.bb => gvfs_1.50.4.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.3.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.50.3.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb index e55e86f8e9..a8510a3d59 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.3.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb @@ -20,7 +20,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] = "6897119e97bb16029d2778e1a5a54a6a6592631f8b2f3a2a1dea4ef2b01803fd" +SRC_URI[archive.sha256sum] = "ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd" # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 REQUIRED_DISTRO_FEATURES = "x11"