From 6ceeb7ddfd2d80b1e6e838cf0f55a586b0f9c81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 1 Jun 2020 23:44:56 +0200 Subject: [PATCH] gvfs: upgrade 1.42.2 -> 1.44.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major changes in 1.44.1 ======================= * udisks2: Fix several memory leaks * Translation updates Major changes in 1.44.0 ======================= * Translation updates Major changes in 1.43.92 ======================== * Translation updates Major changes in 1.43.91 ======================== * build: Fix login_tty detection on systems without libutil * afc: Handle permission denied error * test: Several smaller fixes * Translation updates Major changes in 1.43.90 ======================== * google: Add support for move and copy operations * google: Several smaller bugfixes and enhancements * goa: Add support for certificate prompts * sftp: Fix file ownership when replacing * dnssd: Prevent crashes after releasing resolver * fuse: Prevent abortions if modified time is not set * Translation updates Major changes in 1.43.2 ======================= * gdbus: Add workaround for deadlocks when cancelling jobs * smb: Improve enumeration performance * test: Port to python3-twisted Major changes in 1.43.1 ======================= * Don't set a content-type that isn't certain * Replace usage of deprecated GTimeVal by GDateTime * dav: Add support for services with IPv6 link-local addresses Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/gvfs/{gvfs_1.42.2.bb => gvfs_1.44.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.42.2.bb => gvfs_1.44.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb index f04246f168..ec0ac2b296 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb @@ -9,8 +9,8 @@ DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ gsettings-desktop-schemas dbus" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.md5sum] = "8dea2f6a3f327a814a347758d4350e4b" -SRC_URI[archive.sha256sum] = "b57af97573bd295aa50037eed29c6ba7a36188230c515e007c3018855a5cf949" +SRC_URI[archive.md5sum] = "72383474f52d05c21ef2be96d0b91974" +SRC_URI[archive.sha256sum] = "50ef3245d1b03666a40455109169a2a1bd51419fd2d51f9fa6cfd4f89f04fb46" # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 REQUIRED_DISTRO_FEATURES = "x11"