Hi.
Update for net/nextcloudclient v3.10.2
Changelog: https://github.com/nextcloud/desktop/releases/v3.10.2
- Fix folder wizard warning color for local path in dark mode by
@backportbot-nextcloud in #6068
- Bugfix/remove dead oauth code by @claucambra in #6075
- Open Nextcloud after installation on macOS by @backportbot-nextcloud
in #6076
- Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086
- Bugfix/legacy migration by @backportbot-nextcloud in #6095
- Prevent empty password being passed into share creation by
@tobiasKaminsky in #6107
- Unhide discovery logs for file deleted on the server and for
discovered file by @backportbot-nextcloud in #6116
- manpages by @hefee in #6122
- Fix chunk v2 destination header by @backportbot-nextcloud in #6141
- Bugfix/restore folders recursively by @backportbot-nextcloud in
#6143
- Show more informative error message when VFS hydration fails.
Displaya popup and put an error into activity list. More detailed
logs. by @backportbot-nextcloud in #6153
- Do not show failure popul for VFS when hydration finished with code
200 or 204. by @backportbot-nextcloud in #6163
- Upgrade to Mac OS 12.0.0. by @backportbot-nextcloud in #6171
- Enforce virtual file type when it is falsely marked as non-virtual.
Added more logs for scenarios when virtual placeholder gets marked
as non-virtual. by @backportbot-nextcloud in #6172
- we require version 12.0+ for macOS by @backportbot-nextcloud in
#6175
- Fix crash when clicking on import legacy account dialog 'Skip'
button. by @backportbot-nextcloud in #6208
- avoid restore algorithm by setting the data fingerprint from sync DB
by @backportbot-nextcloud in #6241
- Fix crash. Remove unnecessary dependency injection causing crash. by
@backportbot-nextcloud in #6252
- Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI.
by @allexzander in #6253
- Bugfix/vfs toggle fix by @allexzander in #6251
- maintain lock state if unlock happens during sync by
@backportbot-nextcloud in #6259
- avoid modifying a placeholder (virtual files) when not needed by
@backportbot-nextcloud in #6262
- Fix build with latest NextcloudKit, caused by search for XCTest and
friends by @backportbot-nextcloud in #6266
- Feature. Do not allow move of external storage mounted folders. by
@allexzander in #6268
Obrigado!
--
Adriano
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile
--- Makefile 27 Oct 2023 20:22:48 -0000 1.56
+++ Makefile 9 Dec 2023 12:38:18 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.10.1
+V = 3.10.2
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -13,9 +13,9 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 14.0 # 3.10.1
-SHARED_LIBS += nextcloud_csync 6.2 # 3.10.1
-SHARED_LIBS += nextcloudsync_vfs_suffix 1.0 # 3.9.0
+SHARED_LIBS += nextcloudsync 15.0 # 3.10.2
+SHARED_LIBS += nextcloud_csync 7.0 # 3.10.2
+SHARED_LIBS += nextcloudsync_vfs_suffix 2.0 # 3.10.2
MAINTAINER = Adriano Barbosa <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.45
diff -u -p -r1.45 distinfo
--- distinfo 27 Oct 2023 20:22:48 -0000 1.45
+++ distinfo 9 Dec 2023 12:38:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.10.1.tar.gz) =
ETVZQfKy2Dpyhow91hAewZaObKu2eDSgaEuoYPrtzuQ=
-SIZE (nextcloudclient-3.10.1.tar.gz) = 13519993
+SHA256 (nextcloudclient-3.10.2.tar.gz) =
6BmYAZf6UFmaQo4oFegwEE0OfHJFcGWvoTV+bSZ/w8A=
+SIZE (nextcloudclient-3.10.2.tar.gz) = 13523354