Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gvfs for openSUSE:Factory checked in at 2026-04-10 17:47:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gvfs (Old) and /work/SRC/openSUSE:Factory/.gvfs.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gvfs" Fri Apr 10 17:47:02 2026 rev:206 rq:1345428 version:1.60.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes 2026-03-01 22:14:39.429549896 +0100 +++ /work/SRC/openSUSE:Factory/.gvfs.new.21863/gvfs.changes 2026-04-10 17:49:02.848008479 +0200 @@ -1,0 +2,54 @@ +Fri Mar 27 09:44:04 UTC 2026 - Bjørn Lie <[email protected]> + +- Drop google conditional and pkgconfig(libgdata), no longer + supported. + +------------------------------------------------------------------- +Mon Mar 23 08:52:01 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Fri Mar 13 12:30:04 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 1.60.0: + + CVE-2026-28296: ftp: Reject paths with CR/LF in + g_vfs_ftp_file_new_from_ftp + + monitor: Do not load monitors when GIO_USE_VFS=local + +------------------------------------------------------------------- +Sat Feb 28 09:41:48 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 1.59.90: + + client: Fix use-after-free when creating async proxy failed + + udisks2: Emit changed signals from update_all() + + daemon: Fix race on subscribers list when on thread + + ftp: Validate fe_size when parsing symlink target + + ftp: Check localtime() return value before use + + gphoto2: Use g_try_realloc() instead of g_realloc() + + cdda: Reject path traversal in mount URI host + + client: Fail when URI has invalid UTF-8 chars + + udisks2: Fix memory corruption with duplicate mount paths + + build: Update GOA dependency to > 3.57.0 + + Some other fixes + + ftp: Use control connection address for PASV data. + (CVE-2026-28295, bsc#1258953) + + ftp: Reject paths containing CR/LF characters + (CVE-2026-28296, bsc#1258954) + +------------------------------------------------------------------- +Sat Feb 28 09:41:47 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 1.59.1: + + mtp: replace Android extension checks with capability checks + + dav: Add X-OC-Mtime header on push to preserve last modified + time + + udisks2: Use hash tables in the volume monitor to improve + performance + + onedrive: Check for identity instead of presentation identity + + build: Disable google option and mark as deprecated +- Guard google build behind a bcond to easily enable it. Disabled + by upstream as this depends on unmaintained libgdata and + libsoup2. + +------------------------------------------------------------------- Old: ---- gvfs-1.58.2.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio gvfs-1.60.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gvfs.spec ++++++ --- /var/tmp/diff_new_pack.5zHmCG/_old 2026-04-10 17:49:03.708043869 +0200 +++ /var/tmp/diff_new_pack.5zHmCG/_new 2026-04-10 17:49:03.708043869 +0200 @@ -18,14 +18,15 @@ %bcond_without cdda %bcond_without onedrive + Name: gvfs -Version: 1.58.2 +Version: 1.60.0 Release: 0 Summary: Virtual File System functionality for GLib License: GPL-3.0-only AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/gvfs -Source0: %{name}-%{version}.tar.zst +Source0: %{name}-%{version}.tar.xz Source1: README.SUSE Source99: baselibs.conf @@ -37,7 +38,7 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: libgcrypt-devel >= 1.2.2 -BuildRequires: meson >= 0.50.0 +BuildRequires: meson >= 0.60.0 BuildRequires: openssh BuildRequires: pkgconfig BuildRequires: xsltproc @@ -49,14 +50,13 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.83.0 -BuildRequires: pkgconfig(goa-1.0) >= 3.17.1 +BuildRequires: pkgconfig(goa-1.0) >= 3.57.0 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.33.0 BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libcap) -BuildRequires: pkgconfig(libgdata) >= 0.18.0 BuildRequires: pkgconfig(libgphoto2) >= 2.4.0 BuildRequires: pkgconfig(libimobiledevice-1.0) >= 1.2 BuildRequires: pkgconfig(libmtp) >= 1.1.12 @@ -159,15 +159,15 @@ not using GIO to access the GVfs filesystems. %package backend-goa -Summary: Google disk and GOA functionality for GLib +Summary: GNOME online accounts functionality for GLib License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Supplements: (gvfs and gnome-online-accounts) %description backend-goa -This package provides a gvfs backend that supports Google disk -and GNOME online accounts integration. +This package provides a gvfs backend that supports GNOME online +accounts integration. %package devel Summary: Development files for the GNOME Virtual file system @@ -285,8 +285,6 @@ %{_userunitdir}/gvfs-goa-volume-monitor.service %{_datadir}/%{name}/remote-volume-monitors/goa.monitor %{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service -%{_libexecdir}/%{name}/gvfsd-google -%{_datadir}/%{name}/mounts/google.mount %if %{with onedrive} %{_libexecdir}/gvfs/gvfsd-onedrive %{_datadir}/gvfs/mounts/onedrive.mount ++++++ _scmsync.obsinfo ++++++ mtime: 1774607026 commit: 9bf6fd3fbd2ae1727a49988b807016b1f9c6f7f7393548b52d4d7272660e455e url: https://src.opensuse.org/GNOME/gvfs revision: 9bf6fd3fbd2ae1727a49988b807016b1f9c6f7f7393548b52d4d7272660e455e projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5zHmCG/_old 2026-04-10 17:49:03.772046503 +0200 +++ /var/tmp/diff_new_pack.5zHmCG/_new 2026-04-10 17:49:03.772046503 +0200 @@ -3,18 +3,17 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gvfs.git</param> - <param name="revision">1.58.2</param> + <param name="revision">1.60.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">disable</param> </service> - <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> - <service name="set_version" mode="manual" /> + <service name="set_version" mode="manual"/> </services> - ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-27 11:41:01.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ gvfs.obsinfo ++++++ --- /var/tmp/diff_new_pack.5zHmCG/_old 2026-04-10 17:49:03.876050783 +0200 +++ /var/tmp/diff_new_pack.5zHmCG/_new 2026-04-10 17:49:03.880050948 +0200 @@ -1,5 +1,5 @@ name: gvfs -version: 1.58.2 -mtime: 1772266994 -commit: e6a4bf609bfbef0dc25fa41050963bdceed9be44 +version: 1.60.0 +mtime: 1773396946 +commit: d9f29d3e4238fc3c279b682269e2f7ca97bb8ec1
