aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-24 08:38:00 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-25 08:54:59 -0700
commit80534e1f99b980c1591208dfb9260df3b3097337 (patch)
treeaeeb23ccd307bb2f84096bb88d001b712d5edf8f
parenteaaf9a6b85192bfe1dd3db2f727e36badd183f8d (diff)
downloadmeta-openembedded-80534e1f99b980c1591208dfb9260df3b3097337.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.50.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.3.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb
index 073c05af28..22dcf0538a 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"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"