diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-01 23:44:56 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:42 -0700 |
commit | 6ceeb7ddfd2d80b1e6e838cf0f55a586b0f9c81a (patch) | |
tree | 12b4b5fdf26d78a6c2d71dcd68b13c35edc17bda /meta-gnome | |
parent | 4a96d0216202d724eca6c12eaf2c9a7dc8be0338 (diff) | |
download | meta-openembedded-6ceeb7ddfd2d80b1e6e838cf0f55a586b0f9c81a.tar.gz |
gvfs: upgrade 1.42.2 -> 1.44.1
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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb index f04246f16..ec0ac2b29 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 \ | |||
9 | gsettings-desktop-schemas dbus" | 9 | gsettings-desktop-schemas dbus" |
10 | 10 | ||
11 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 11 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
12 | SRC_URI[archive.md5sum] = "8dea2f6a3f327a814a347758d4350e4b" | 12 | SRC_URI[archive.md5sum] = "72383474f52d05c21ef2be96d0b91974" |
13 | SRC_URI[archive.sha256sum] = "b57af97573bd295aa50037eed29c6ba7a36188230c515e007c3018855a5cf949" | 13 | SRC_URI[archive.sha256sum] = "50ef3245d1b03666a40455109169a2a1bd51419fd2d51f9fa6cfd4f89f04fb46" |
14 | 14 | ||
15 | # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 | 15 | # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |