diff options
author | wangmy <wangmy@fujitsu.com> | 2022-07-05 14:38:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-05 09:23:04 -0400 |
commit | 92d4a5374b3100aed5606c2e759cacab9273c62e (patch) | |
tree | 9c79154ad8bf5d1fe562a95678c27fd9c6cc34ca /meta-gnome | |
parent | 914620bd2628e1163ae608510f1a100d3b677827 (diff) | |
download | meta-openembedded-92d4a5374b3100aed5606c2e759cacab9273c62e.tar.gz |
gvfs: upgrade 1.50.0 -> 1.50.2
Changelog:
==========
* smb: Rework anonymous handling to avoid EINVAL
* http: Unescape prefix to fix handling of encoded URIs
* build: Fix build without Avahi support
* dav: Drop user from URI as a workaround for Nextcloud bug
* dav: Port DNS-SD resolver to async API to fix hangs when mounting
* smb: Ignore EINVAL for kerberos/ccache login
* dav: Rewrite to libsoup async API to fix crashes
* dav: Do not lose userinfo when copying URIs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.50.2.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb index 21d351a7b..e8d9f16de 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb | |||
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" | |||
12 | 12 | ||
13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
14 | 14 | ||
15 | SRC_URI[archive.sha256sum] = "cbc2f564d2e9f00c760673f42d6803bce3e081ab7ffb4456deffffba9339b4dd" | 15 | SRC_URI[archive.sha256sum] = "03d72b8c15ef438110f0cf457b5655266c8b515d0412b30f4d55cfa0da06ac5e" |
16 | 16 | ||
17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
18 | 18 | ||