- Make sftp optional
- inherit pkgconfig

This removes a default runtime recommendation on openssh

Major changes in 1.58.2
=======================
* client: Fix use-after-free when creating async proxy failed (Ondrej Holy)
* daemon: Fix race on subscribers list when on thread (Ondrej Holy)
* ftp: Validate fe_size when parsing symlink target (Ondrej Holy)
* ftp: Check localtime() return value before use (Ondrej Holy)
* CVE-2026-28295: ftp: Use control connection address for PASV data (Ondrej 
Holy)
* CVE-2026-28296: ftp: Reject paths containing CR/LF characters (Ondrej Holy)
* gphoto2: Use g_try_realloc() instead of g_realloc() (Ondrej Holy)
* cdda: Reject path traversal in mount URI host (Ondrej Holy)
* client: Fail when URI has invalid UTF-8 chars (Ondrej Holy)
* Some other fixes (correctmost, Ondrej Holy)

Signed-off-by: Markus Volk <[email protected]>
---
 .../recipes-gnome/gvfs/{gvfs_1.58.1.bb => gvfs_1.58.2.bb}  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.58.1.bb => gvfs_1.58.2.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb 
b/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.2.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.58.2.bb
index 6dfed59d86..fe5cb1fcfe 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.58.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem"
 LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
 
-inherit gnomebase gsettings bash-completion gettext upstream-version-is-even 
features_check
+inherit gnomebase gsettings bash-completion gettext upstream-version-is-even 
features_check pkgconfig
 
 DEPENDS += "\
     dbus \
@@ -18,7 +18,7 @@ DEPENDS += "\
 RDEPENDS:${PN} += "gsettings-desktop-schemas"
 
 SRC_URI = 
"https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
-SRC_URI[archive.sha256sum] = 
"fc537d6bbab1ffa76972df7d4a1819b0c0fe19ebd1dfe82421d1f32e14b5dc3b"
+SRC_URI[archive.sha256sum] = 
"ad9d5bf0b45caf232520df0adee51eb650200b0370680f80a350ead9d1d61ddf"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
@@ -44,8 +44,6 @@ FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp 
${datadir}/gvfs/mounts/ftp.mount"
 FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount"
 FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash 
${datadir}/gvfs/mounts/trash.mount"
 
-RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh"
-
 PACKAGECONFIG ?= "libgphoto2 \
                   ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
                   
${@bb.utils.contains('DISTRO_FEATURES','polkit','udisks2','',d)} \
@@ -68,6 +66,7 @@ PACKAGECONFIG[libgphoto2] = "-Dgphoto2=true, -Dgphoto2=false, 
libgphoto2"
 PACKAGECONFIG[nfs] = "-Dnfs=true, -Dnfs=false,libnfs"
 PACKAGECONFIG[onedrive] = "-Donedrive=true, -Donedrive=false, msgraph"
 PACKAGECONFIG[samba] = "-Dsmb=true, -Dsmb=false, samba"
+PACKAGECONFIG[sftp] = "-Dsftp=true, -Dsftp=false,,openssh-sftp openssh-ssh"
 PACKAGECONFIG[systemd] = "-Dsystemduserunitdir=${systemd_user_unitdir} 
-Dtmpfilesdir=${libdir}/tmpfiles.d, -Dsystemduserunitdir=no -Dtmpfilesdir=no, 
systemd"
 
 # needs meta-filesystems
-- 
2.53.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125001): 
https://lists.openembedded.org/g/openembedded-devel/message/125001
Mute This Topic: https://lists.openembedded.org/mt/118226850/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to