summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs
Commit message (Collapse)AuthorAgeFilesLines
* gvfs: update 1.56.1 -> 1.57.2Markus Volk2025-03-182-280/+1
| | | | | | | | | | | | | | | | | | | | Major changes in 1.57.2 ======================= * onedrive: Use presentation id as host to adapt to the change in GOA (Jan-Michael Brummer) * onedrive: Fix incorrect include path for msgraph header (sid) Major changes in 1.57.1 ======================= * nfs: Support libnfs 6 (Jan Alexander Steffens) * onedrive: Support Sharepoint drives (Jan-Michael Brummer) * trash/udisks: Port from g_unix_mount_ to g_unix_mount_entry_ (Ondrej Holy) * afp/mtp/nfs/sftp/smb: Add edit mode implementation (Ondrej Holy) * fuse: Use edit mode when neither O_TRUNC, nor O_APPEND is used (Ondrej Holy) * afp/mtp/nfs/smb: Various output stream related fixes (Ondrej Holy) * udisks2: Update volume when setting/unsetting mount (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add backport patch to add support for libnfs6Markus Volk2025-02-022-1/+279
| | | | | | | | | | This is fixed in gvfs 1.57 Add a backport patch from archlinux: https://gitlab.archlinux.org/archlinux/packaging/packages/gvfs/-/blob/main/0001-nfs-Support-libnfs-6-backport-to-1.56.patch?ref_type=heads Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.56.0 -> 1.56.1Markus Volk2024-12-111-1/+1
| | | | | | | | | | | | | | Major changes in 1.56.1 ======================= * udisks2: Increasing reference count when updating volume to fix crashes (Ondrej Holy) * onedrive: Use names instead of id for events to fix monitoring (Jan-Michael Brummer) * onedrive: Add missing replace stream to fix crashes (Jan-Michael Brummer) * onedrive: Fix double free during cache rebuild to fix crashes (Jan-Michael Brummer) * dav: Recognize the 409 status to fix creation of parent directories (Michael Terry) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.54.0 -> 1.56.0Markus Volk2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes in 1.56.0 ======================= * udisks2: Run update synchronously for internal changes (Ondrej Holy) * onedrive: Set name of drive root (Jan-Michael Brummer) * onedrive: Handle multiple drives with same IDs (Jan-Michael Brummer) * Translation updates (GNOME Translation Project contributors) Major changes in 1.55.90 ======================== * fuse: Fill stat info during readdir to improve performance (Ondrej Holy, Jan Palus) * smb: Fix access over FUSE when root dir is not accessible (rong wang) * onedrive: Guess mime type locally if not set by the server (Jan-Michael Brummer) * trash: Add support for x-gvfs-trash mount option (Ondrej Holy) * onedrive: Add seek on write functionality (Jan-Michael Brummer) * Translation updates (GNOME Translation Project contributors) Major changes in 1.55.1 ======================= * ftp: Change cwd to root before renaming to prevent failures (rong wang) * udisks2: Ignore autofs mounts to prevent duplicated entries (Ondrej Holy) * udisks2: Show only direct descendats of /media unless $USER (Ondrej Holy) * ftp: Obtain correct modification time for old files using MDTM cmd (Ondrej Holy) * ftp: Use timegm instead of mktime to not shift dates by timezone (Ondrej Holy) * ftp: Add support for setting mtime attribute using MFMT cmd (Ondrej Holy) * ftp: Preserve mtime when copying to local (Ondrej Holy) * build: Add deprecated_apis option and disable installation of headers (Ondrej Holy) * udisks2: Do not schedule update if pending already to improve performance (Ondrej Holy) * dav: Disable query_info_on_read method to fix mtime preservation (Ondrej Holy) * network: Disable usage of smbbrowse backend by default (Ondrej Holy) * smbbrowse: Don't enforce NT1 to fix mounting in certain cases (Ondrej Holy) * onedrive: Fix various memory leaks (Jan-Michael Brummer) * build: Disable burn backend by default (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cleanup after polkit fixMarkus Volk2024-09-011-10/+1
| | | | | | | | | This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.52.2 -> 1.54.0Markus Volk2024-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PACKAGECONFIG for onedrive - switch to gcr4 Major changes in 1.54.0 ======================= * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.91 ======================== * onedrive: Fix several issues (Jan-Michael Brummer) * wsdd: List just devices of pub:Computer type to filter out unwanted devices (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.90 ======================== * daemon: Add OneDrive support based on msgraph library (Jan-Michael Brummer) * client: Reduce synchronous metadata methods calls to improve performance (Corey Berla) * network: Provide standard::content-type and access::can-rename attributes (António Fernandes) * build: Fix unknown arguments error on systems that don't use GNU C library (Ondrej Holy) * udisks2: Fix unmounting of mount paths that contain non-ASCII characters (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.1 ======================= * daemon: Add WS-Discovery support based on wsdd daemon (Ondrej Holy) * network: Hide Windows Network folder and show the servers merged by default (Ondrej Holy) * network: Various other fixes and enhancements (Ondrej Holy) * daemon: Port to gcr4 (Ondrej Holy) * smb: Fix livelock when mounting share without enough permissions (Ondrej Holy) * smb: Fix moving files across filesystem boundaries (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.52.1 -> 1.52.2Markus Volk2024-01-191-1/+1
| | | | | | | | | | Major changes in 1.52.2 ======================= * smb: Fix livelock when mounting share without enough permissions (Ondrej Holy) * smb: Fix moving files across filesystem boundaries (Ondrej Holy) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: drop gnome-keyring rdependMarkus Volk2024-01-131-1/+1
| | | | | | | | The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring has been deprecated. This will prevent from getting it installed/running it twice. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drop GNOMEBASEBUILDCLASS = "meson"Markus Volk2023-11-111-1/+0
| | | | | | It is set to meson by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.52.0 -> 1.52.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.51.90 -> 1.52.0Markus Volk2023-09-201-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.51.1 -> 1.51.90Markus Volk2023-08-101-1/+1
| | | | | | | | | | | | | Major changes in 1.51.90 ======================== * Fix various memory leaks (wang xiaomeng) * udisks2: Disconnect signal handlers to fix crashes when unmounting (Ondrej Holy) * fuse: Include missing locale.h header (Ondrej Holy) * Some other fixes and improvements (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.4 -> 1.51.1Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ * trash: Run blocking methods on a thread to avoid hangs * 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: Add support for incremental enumeration * mtp: Emit delete event on device disconnection * trash: Fix wrongly reported item-count * Some other fixes and improvements * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add more PACKAGECONFIGSMarkus Volk2023-03-251-4/+5
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.3 -> 1.50.4Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | 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>
* gvfs: upgrade 1.50.2 -> 1.50.3Wang Mingyu2023-01-172-65/+2
| | | | | | | | | | | | | | | | | | | 0001-daemon-PATH-expand-the-sftp-backend-ssh-client.patch included in 1.50.3 Changelog: =========== * dav: Prevent usage of NULL when user is not specified * ftp: Fix hangs when the connection is released * fuse: Decrease file handle reference when open file fail * sftp: PATH-expand the ssh client * test: Several smaller enhancements * backend: Add support for xx-large and x-large thumbnails * goa: Prevent automounts when resuming from suspension * Translation updates (GNOME Translation Project contributors) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: obviate the ssh-client requirement for gvfsAlex Stewart2023-01-062-1/+64
| | | | | | | | | | | | | | | | | | | | | | The gvfs project meson configuration attempts to locate and resolve the path to an ssh-client on the build host, then pass that full-path to the gvfs sftp-backend as a constant string, to be used at runtime to fork ssh subprocesses. As a consequence, if the build machine's ssh client path differs from the gvfs target's path - as is common for OE/buildroot builds - gvfs can fail at runtime. Further, build machines cannot configure gvfs without an ssh client, even though nothing *uses* the client during the build. The .patch in this commit has been upstreamed with gvfs, and modifies the configuration to instead pass the string-literal `ssh` to the sftp backend. With this change, gvfs will instead rely on PATH-expansion to locate the user's ssh-client at runtime. This obviates the requirement that the build machine have an ssh-client. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: fix dependenciesMarkus Volk2022-12-101-2/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: fix polkit homedirMarkus Volk2022-12-101-3/+3
| | | | | | | - remove double slashes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: stylize DEPENDSAlex Stewart2022-12-031-2/+9
| | | | | | | | | | Use multiline styling in the gvfs DEPENDS variable assignment, so that diffs are easier to understand. Also alpha-sort the DEPENDS, since their order isn't meaningful. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.0 -> 1.50.2wangmy2022-07-051-1/+1
| | | | | | | | | | | | | | | | 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>
* unblock some recipes for waylandMarkus Volk2022-06-011-2/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.49.1 -> 1.50.0Wang Mingyu2022-03-242-39/+2
| | | | | | | | Remove-incorrect-i18n.merge_file-argument.patch removed since it's include in new version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.48.1 -> 1.49.1Markus Volk2022-02-032-2/+40
| | | | | | | | | | | backport upstream patch to fix issue with meson 0.60.0: | Configuring org.gtk.vfs.file-operations.policy.in using configuration | | ../gvfs-1.49.1/daemon/meson.build:362:7: ERROR: Function does not take positional arguments. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-10/+10
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: upgrade 1.44.1 -> 1.48.1Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: rdepend on gsettings-desktop-schemasYi Zhao2021-04-231-0/+2
| | | | | | | | | | | | | | | The gvfs-udisks2-volume-monitor requires gsettings-desktop-schemas. Fixes: gvfs-udisks2-vo[1780]: Settings schema 'org.gnome.desktop.lockdown' is not installed kernel: show_signal: 26 callbacks suppressed kernel: traps: gvfs-udisks2-vo[1780] trap int3 ip:7f856be349c7 sp:7ffe34561e60 error:0 in libglib-2.0.so.0.6600.7[7f856bdf8000+88000] systemd[1637]: gvfs-udisks2-volume-monitor.service: Main process exited, code=killed, status=5/TRAP systemd[1637]: gvfs-udisks2-volume-monitor.service: Failed with result 'signal'. systemd[1637]: Failed to start Virtual filesystem service - disk device monitor. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: adjust fuse packageconfig to fuse3Diego Rondini2020-09-041-1/+1
| | | | | | | | | Adjust fuse packageconfig to depend on fuse3, which is the only supported option in gvfs ≥ 1.41. https://gitlab.gnome.org/GNOME/gvfs/-/commit/7a0a06186b6fef07b8fce2360c04fd075fc84ed1 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.42.2 -> 1.44.1Andreas Müller2020-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gvfs: upgrade 1.42.1 -> 1.42.2Andreas Müller2019-12-291-2/+2
| | | | | | | | | | | | | | >From [1]: Major changes in 1.42.2 ======================= * gdbus: Add workaround for deadlocks when cancelling jobs [1] http://ftp.gnome.org/pub/gnome/sources/gvfs/1.42/gvfs-1.42.2.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add user polkitd and missing dependsHongxu Jia2019-12-191-2/+6
| | | | | | | | | | | | | | | 1. Since commit [664e550 gvfs: Fix build regression from uprev] applied, it chmod polkitd but missed to useradd polkitd at do_rootfs 2. Add dbus to DEPENDS ... | Run-time dependency dbus-1 found: NO (tried pkgconfig) | | meson.build:254:0: ERROR: Dependency "dbus-1" not found, tried pkgconfig ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.41.2 -> 1.42.1Andreas Müller2019-12-081-5/+6
| | | | | | | | | * 1.42.1 is latest stable release (and I don't understand how 1.41.2 got through upstream-version-is-even) * @world builders: x11 in DISTRO_FEATURES is requred with gsettings-desktop-schemas added to DEPENDS * gconf support was removed ages ago Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.40.2 -> 1.41.2 for CVE fixesTrevor Gamblin2019-09-111-2/+2
| | | | | | | | | | | | | The following CVEs are fixed as of gvfs 1.41.2: CVE-2019-12447 CVE-2019-12448 CVE-2019-12449 See merge request: https://gitlab.gnome.org/GNOME/gvfs/merge_requests/48 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade from 1.40.0 to 1.40.2Trevor Gamblin2019-08-111-2/+2
| | | | | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: Inherit gnomebase instead of gnomeAdrian Bunk2019-07-261-2/+2
| | | | | | | The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add meson option admin and udisks2 to PACKAGECONFIGHongxu Jia2019-06-251-7/+13
| | | | | | | | | | Both of admin and udisks2 depend on polkit, conditional support them See upstream commit: https://gitlab.gnome.org/GNOME/gvfs/commit/cdc33bf54f501a8b4574f86945628ab6c2036d64 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: remove systemd user unit executable permission adjustmentAndreas Müller2019-04-161-8/+0
| | | | | | | | Executable permissions were set accidently by a typo in recipe and has nothing to do with meson build. Typo in recipe was fixed so adjustment can go. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: fix typo libexecKai Kang2019-04-161-3/+3
| | | | | | | | | | | | | I believe ${libexec} is a typo here which should be ${libexecdir}. Otherwise, the execute bit of ${datadir}/polkit-1/rules.d will be set and previous workaround which chmod ${datadir}/polkit-1/rules.d does not work. Replace tab with spaces at same time. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-By: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: remove executable permission from systemd user servicesAndreas Müller2019-04-091-0/+8
| | | | | | | | | As written in comment: Looks to me as if meson build is not yet working as it should for gvfs. Looked into but did not find suspicious. So just remove flags for now. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: Fix missing executable permission flags for files in libexecAndreas Müller2019-04-061-1/+9
| | | | | | | | | At least XFCE sessions turned into unusable state [1] [1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-April/199010.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: fix configure options and DDEPENDSAndreas Müller2019-04-061-3/+1
| | | | | | | | | | | * Remove unknown configure options detected by [1]: | ERROR: QA Issue: gvfs: configure was passed unrecognised options: documentation gdu [unknown-configure-option] * Remove intltool-native from DEPENDS - gnome uses gettext these days [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/280693.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: 1.39.92 -> 1.40.0Kai Kang2019-03-191-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs/libgtop: inherit upstream-version-is-evenKai Kang2019-03-111-1/+1
| | | | | | | | Inherit upstream-version-is-even.bbclass to ensures that the upstream version check only accepts even minor(stable) versions. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: 1.39.1 -> 1.39.92Kai Kang2019-03-071-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: 1.36.2 -> 1.39.1Kai Kang2018-11-021-21/+23
| | | | | | | | | | Upgrade gvfs from 1.36.2 to 1.39.1. * autotools has been removed, use meson instead * add packageconfigs dnssd and logind * disable options bluray, goa, google and nfs Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.36.0 -> 1.36.2Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.34.1 -> 1.36.0Andreas Müller2018-04-081-2/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gvfs: update 1.32.1 -> 1.34.1Andreas Müller2017-12-301-5/+2
| | | | | | | | | | | | | | * --with-archive-includes and --with-archive-libs were removed in [1] * --enable-gtk was removed in [2] * build tested with full (except cdda) and empty PACKAGECONFIG * run tested with PACKAGECONFIG = "archive gcr libmtp libgphoto2 samba systemd" * fixes long delay when unmounting memory sticks [1] https://git.gnome.org/browse/gvfs/commit/configure.ac?id=03fbe16aebced70118f070f898d7b459e1125580 [2] https://git.gnome.org/browse/gvfs/commit/configure.ac?id=dff13283c943c8b10265bd3925d86f17cdc4be6f Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gvfs: Fix build regression from uprevJason Wessel2017-08-131-1/+7
| | | | | | | | | | | | | | | | | | The commit 187798c3bd3dad2de3d159faf456aa6e71fbdf46 (gvfs: update 1.28.3 -> 1.32.1) caused a regression where images that use rpm4 can no longer assemble correctly because it includes polkit rules. At image creation time rpm4 will detect a mismatch of the ownership with the polkit rules.d directory as follows: file /usr/share/polkit-1/rules.d conflicts between attempted installs of gvfs-1.32.1-r0.1.core2_64 and polkit-0.113-r0.8.core2_64 file /usr/share/polkit-1/rules.d conflicts between attempted installs of libvirt-1.3.5-r0.9.core2_64 and gvfs-1.32.1-r0.1.core2_64 The libvirt which also appears in the error message has already been fixed in the meta-virtualization layer in a similar maner. (http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=67c86c4962170354ad8a2ec4cdbb9bc0056cfd66) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>