diff mbox series

[meta-gnome,kirkstone,5/5] gvfs: upgrade 1.50.4 -> 1.50.7

Message ID 20260127060034.1301860-5-skandigraun@gmail.com
State New
Headers show
Series [meta-gnome,kirkstone,1/5] gtk4: upgrade 4.6.2 -> 4.6.9 | expand

Commit Message

Gyorgy Sarvari Jan. 27, 2026, 6 a.m. UTC
Changelog:

1.50.7:
* client: Prevent returning invalid mount cache entries
* dav: Fix authentication issues when DNS-SD URIs are used
* nfs: Fix IPv6 URI handling
* sftp/ftp: Ensure that is-symlink is always set to avoid warnings
* Translation updates

1.50.6:
* udisks2: Disconnect signal handlers to fix crashes when unmounting
* fuse: Include missing locale.h header
* Translation updates

1.50.5:
* smbbrowse: Fix empty device listing after unrelated mount failure
* udisks: Fix missing unmount notifications
* trash: Fix nfs4 and cifs monitoring
* smb: Allow renaming a file to the same name with a different case
* mtp: Emit delete event on device disconnection
* trash: Fix wrongly reported item-count
* Some other fixes and improvements
* Translation updates

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../recipes-gnome/gvfs/{gvfs_1.50.4.bb => gvfs_1.50.7.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.50.4.bb => gvfs_1.50.7.bb} (97%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.7.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.50.7.bb
index a8510a3d59..d49d3dda56 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.7.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] = "ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd"
+SRC_URI[archive.sha256sum] = "72add2c109454e3b43025f249b7caa4836ff6f77705e895f442063a273a7f231"
 
 # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
 REQUIRED_DISTRO_FEATURES = "x11"