5 Commits

6 changed files with 45 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57e7ff954f083db6361c7eee6db810d8d36689426e6357c16b36d953839710e4
size 56656

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEpWUJy2s1hagUsac1x2FBU27HezYFAmUNcdgACgkQx2FBU27H
ezY+yQf/e9da0iEbG9IwbNZfH+LNQdhhgelKm9tnsP2RKPsH64o97e7dV0V/oQ6u
wU3ZtxqKbvfPa96BSC6pDbc48FwbwsOiaYc45DhTypZ+S/Nud8IX7jkjKShb83P2
cczHfHAuyny/HnLZAMSRGMXNXPUf6C69lUkUxwp5V+Y1hov659XO/Gxa0vIJCAF4
T1CAN+WGStogKEuZvaNWRo+qJ+USfwTHLJEaDmzqjtcmOP7sg05VHzMN/qm/ToEZ
Tdhiv28k61zw+8dXPPknzpKdjmqmewALfhR5xMICA8iKX9IQoM3ArtjWWxbL3a6M
exgSgm17o1qrlVGxIGN7yusE+sAVbw==
=Ce2t
-----END PGP SIGNATURE-----

3
sshfs-3.7.5.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e45db63c2d00919db3174134fa234c6e0682d6fe573c46312d1d53d1d61a8bb
size 51604

11
sshfs-3.7.5.tar.xz.asc Normal file
View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEpWUJy2s1hagUsac1x2FBU27HezYFAmkTlQoACgkQx2FBU27H
ezY57Af+JPqTzZvQOrOmcCLzxvpvTZ1w88ZrqAMSGW/RbPVGHJnF+t0RgU8wFKgK
xQx/ZxGTEcA0jmM0EsIG+e3Sfyih2csb7JkGoArPapH2MHCnGUJEmJ83jFStS24t
uOOFEu5jMv37D8Un9uuoKoGF40gQ7G89GK7AzvYlVg53nDF0CWmzhz3bdlW+ANtl
fzDFeUa6it3l8H8ykJLRuchm9l67bDIlof+TYpaV3ADgehAbEtpZ1ohROqFcDR06
YFcsZ9kztIoV3OsxWgzK5FUm1bmUjNdvE4kq5W0Zq+LZU3qfZw37FJzgWgEKz8iV
yZQGkCywk1PWGdJYe1eGsq+O8eAz5g==
=lsOL
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Dec 24 11:04:01 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 3.7.5:
* Implement connect to vsock
* use latest major version for actions/checkout
* Fix memleak in cache after readlink
* Fill stat info when returning cached data for readdir
* ipv6 support for directport connection
- reverts to original fork
-------------------------------------------------------------------
Thu Jul 17 10:16:07 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Don't globstar files in shared directory _bindir.
-------------------------------------------------------------------
Wed Jul 9 16:09:35 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
- build the man page
-------------------------------------------------------------------
Mon Oct 9 20:24:31 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,8 @@
#
# spec file for package sshfs
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +18,19 @@
Name: sshfs
Version: 3.7.4a
Version: 3.7.5
Release: 0
Summary: Filesystem client based on SSH file transfer protocol
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://github.com/deadbeefsociety/sshfs
Source0: https://github.com/deadbeefsociety/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/deadbeefsociety/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc
URL: https://github.com/libfuse/sshfs
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/%{name}-%{version}.tar.xz.asc
Source2: sshfs.keyring
BuildRequires: fuse3-devel >= 3.1.0
BuildRequires: meson
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: python3-docutils
BuildRequires: pkgconfig(fuse3) >= 3.1.0
BuildRequires: pkgconfig(glib-2.0)
Requires: fuse3 >= 3.1.0
@@ -52,8 +54,9 @@ openssh (ssh).
%files
%license COPYING
%doc AUTHORS
%{_bindir}/*
%{_bindir}/sshfs
%{_sbindir}/mount.fuse.sshfs
%{_sbindir}/mount.sshfs
%{_mandir}/man1/sshfs.1%{?ext_man}
%changelog