Accepting request 880763 from home:Vogtinator:branches:KDE:Extra

- Update to version 5.0.1:
  * Changes to a directory while iterating it (opendir/readdir) don't break the
    iteration anymore
  * Some ioslaves with incompatible behaviour (they claim "/" is a regular file)
    are rejected now. Previously, mounting those succeeded, but accessing files
    failed. Now mounting fails immediately and the fallback code is triggered.
  * Mixup of UDS_URL/UDS_TARGET_URL got fixed. Now the baloosearch:/ protocol
    works and doesn't cause a crash anymore. Additionally, the relevant code got
    hardened.
- Install by default: supplement dolphin

OBS-URL: https://build.opensuse.org/request/show/880763
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-fuse?expand=0&rev=9
This commit is contained in:
Christophe Giboudeaux 2021-03-25 06:48:10 +00:00 committed by Git OBS Bridge
parent ec952e66d9
commit 8410265277
6 changed files with 37 additions and 21 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIew/110ms56CC+b70nwsGvIdi60FAl/odX8ACgkQ0nwsGvId
i63aRxAAjYprJRz2U1O4TOZD0+hhEKK0F+KE0LOMUKQ5gGjX+LqJiGyCd3Hx5TI6
PqWc1rMnmVRZWeXoEeVtnTVfGuq+0snrmQFkjAl48aCSDc8t2+NZI/gIjbYnR85e
SIsKCVlbRebxZZIWe84SBguxDsuDLw38N1uNskDJSJ2De9QKv2cgceoMHepEkcwb
Vm4Cl1smizZGE4cegbQ4TLD6N8wuvn7rTt3/PC8rsXO1SmSWVFkYYvgqBavhwVfC
5m3b9AlIXohzLmsvrPXPoK01rGg2580Itvj/kAeRi59DSltaJLUQuu3r0VI/vaCS
ArlGcVyguq6pZmzSDF8IziRSFD/xL/WYTsJHkiZCMtrZDQNQVnoRX0Bii3waaKdq
+U5c2omwyoM3eDN4cvZbz/0dm0THoMJyfwE6MOPF79UdzTm4X6u0JbgCLBk7p7EY
qKViIvIFO/MiRJGM3kU5TpxmnEZMfJs3CwG8YUrH+iC76N22Qs1WknYqZYqkjfAq
YP7M3hTNA2AgoIBL9C2TaNGhh41v285g5LwghFiaKKq9NCZMSeTX1Iec9iJBxvJb
gv3ZSGbPuhaWBVBZD2QjqpUfzm4El0DNfJaVMP2BFtbUc5Xa82ixuNiDxaULbXNr
lrmCBSZ9S8XFCKFezEW/uYzh8Tu0MEUf0UQp4WUh80fBG1G8tZY=
=TqAg
-----END PGP SIGNATURE-----

3
kio-fuse-5.0.1.tar.xz Normal file
View File

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

16
kio-fuse-5.0.1.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIew/110ms56CC+b70nwsGvIdi60FAmBXVNwACgkQ0nwsGvId
i63wfQ//QSKe+GUX+nR3ygq65oKoDgmx82+92BbB1/EZY3EhpsWnSGXWwhGdiyBK
3lb9ZTs8qVt2vkcvaREyob1VIHdvkMRL7BzuX9ox9Xte8NhxlxFFICpXYyk2fh+u
tJs82usVqyBE4O8o+xNymRVs7kuBRMjNnYmzhsUv9HLgSVKPb42l67bPJbHAC6JM
1MRdZifEuH8ed9CrvBcPXMfWhQR4EHAqUvHt9J8cJxlQieX8aQhixGao5HH24s7F
uWHaiU4NioJdM/eOdBaXIBJDvWq4duTDHjHSwQl+KF56xYWQGqLVNtWVVBCyE111
GHnUM6ywD4Fsizi9FkwB0dmL2jH1SzWiCuaLn0Ejf6Vp4D9y1+bs9gAp7pT/w0IG
dqGhY7wcyY2DUZMCljf85A1igYFUMrh2I4xdQL40ThEgnuj4Rd+YCrc4KiEDEqF2
DwroQ4tjEhlYTXRIP+aL5DyTYi7JBYqC22lAF6D7IEFxnnVL+A97IfHkK3O9ZzDX
0vc0FgB6H3+G6Ntsbg8QpQ8gwXDkqkiBB4G5u98rNSZyIMZ9Dda+qTHke5croj7h
hWOsVUmlSyjEXYoIaCpXzHyjyIPHlk2WEG8L3QCDx9hfyTdzdYtrS6rzxp32+XRn
GZSPra6rZvfVipPV0r1yqwOQ3PY76EB0DaApWv7MslTD9J8+RO8=
=wPOw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 21 14:37:43 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to version 5.0.1:
* Changes to a directory while iterating it (opendir/readdir) don't break the
iteration anymore
* Some ioslaves with incompatible behaviour (they claim "/" is a regular file)
are rejected now. Previously, mounting those succeeded, but accessing files
failed. Now mounting fails immediately and the fallback code is triggered.
* Mixup of UDS_URL/UDS_TARGET_URL got fixed. Now the baloosearch:/ protocol
works and doesn't cause a crash anymore. Additionally, the relevant code got
hardened.
- Install by default: supplement dolphin
-------------------------------------------------------------------
Sat Dec 26 20:39:54 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package kio-fuse
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_without lang
Name: kio-fuse
Version: 5.0.0
Version: 5.0.1
Release: 0
Summary: Access KIO over the regular filesystem
License: GPL-3.0-or-later
@ -38,6 +38,8 @@ BuildRequires: pkgconfig(fuse3)
Requires: fuse3
# For %%check
BuildRequires: kio-extras5
# While kio itself can make use of this, it's most likely used through dolphin
Supplements: dolphin
%description
kio-fuse is a daemon which makes KIO URLs accessible to KIO unaware