Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2021-11-23 22:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and      /work/SRC/openSUSE:Factory/.sshfs.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshfs"

Tue Nov 23 22:10:17 2021 rev:37 rq:932788 version:3.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes      2021-10-30 
23:14:18.343082943 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new.1895/sshfs.changes    2021-11-23 
22:12:27.090504648 +0100
@@ -1,0 +2,6 @@
+Sun Oct 31 08:27:15 UTC 2021 - [email protected]
+
+- Add fix-typo-in-ssh_opts.patch (boo#1191886)
+  Required for kdeconnect-kde + openssh >= 8.8
+
+-------------------------------------------------------------------

New:
----
  fix-typo-in-ssh_opts.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sshfs.spec ++++++
--- /var/tmp/diff_new_pack.cXB84j/_old  2021-11-23 22:12:27.614502914 +0100
+++ /var/tmp/diff_new_pack.cXB84j/_new  2021-11-23 22:12:27.614502914 +0100
@@ -26,6 +26,8 @@
 Source:         
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
 Source2:        
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc
 Source3:        %{name}.keyring
+# PATCH-FIX-UPSTREAM fix-typo-in-ssh_opts.patch -- based on PR 269, boo#1191886
+Patch0:         fix-typo-in-ssh_opts.patch
 BuildRequires:  fuse3-devel >= 3.1.0
 BuildRequires:  meson
 BuildRequires:  pkgconfig >= 0.9.0
@@ -40,7 +42,7 @@
 openssh (ssh).
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson

++++++ fix-typo-in-ssh_opts.patch ++++++
>From 508e8cb0e2b439f43e708c7a309eda2b8e31deb1 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <[email protected]>
Date: Tue, 5 Oct 2021 23:46:04 +0200
Subject: [PATCH] Fix typo in ssh_opts

Add a missing comma that prevents using the PubkeyAcceptedKeyTypes option
---
 sshfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshfs.c b/sshfs.c
index 8addecb..5513266 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -432,7 +432,7 @@ static const char *ssh_opts[] = {
        "ProxyCommand",
        "ProxyJump",
        "ProxyUseFdpass",
-       "PubkeyAcceptedKeyTypes"
+       "PubkeyAcceptedKeyTypes",
        "PubkeyAuthentication",
        "RekeyLimit",
        "RevokedHostKeys",

Reply via email to