Hi.
Update for net/nextcloudclient v3.8.0

Changelog: https://github.com/nextcloud/desktop/releases/v3.8.1
* [desktop#5570] sort encrypted files by their id to compute checksum
* [desktop#5573] try different permutation to try to recover the
  broken checksum
* [desktop#5578] Fix unit tests SecureFileDrop
* [desktop#5582] Do not display error status and messages when
  aborting a sync during hydration request in VFS mode
* [desktop#5589] in case server has no private key, let e2ee init fail
* [desktop#5592] Edit locally. Restart current folder sync immediately
  after file opened.
* [desktop#5597] Alway add the item at the end of the layout.
* [desktop#5599] properly preserve the format of e2ee metadata during
  DB operations

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- Makefile    15 Apr 2023 10:58:22 -0000      1.49
+++ Makefile    19 Apr 2023 20:04:17 -0000
@@ -2,9 +2,8 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.8.0
+V =            3.8.1
 DISTNAME =     nextcloudclient-${V}
-REVISION =     0
 
 GH_ACCOUNT =   nextcloud
 GH_PROJECT =   desktop
@@ -14,8 +13,8 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             10.0 # 3.8.0
-SHARED_LIBS +=  nextcloud_csync           3.1 # 3.8.0
+SHARED_LIBS +=  nextcloudsync             10.1 # 3.8.1
+SHARED_LIBS +=  nextcloud_csync           4.0 # 3.8.1
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  0.1 # 3.6.6
 
 MAINTAINER =   Adriano Barbosa <barbosa....@gmail.com>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.39
diff -u -p -r1.39 distinfo
--- distinfo    1 Apr 2023 17:52:07 -0000       1.39
+++ distinfo    19 Apr 2023 20:04:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.8.0.tar.gz) = 
YSpgRSJpMILOMEBWVUMAeRIrdqx0wnffuz5aYqI5U/Q=
-SIZE (nextcloudclient-3.8.0.tar.gz) = 15729588
+SHA256 (nextcloudclient-3.8.1.tar.gz) = 
+RmgnCYQOd24/LbBDxCxxqijH2S/m4sU/0a10C5Civw=
+SIZE (nextcloudclient-3.8.1.tar.gz) = 15738143

Reply via email to