Hi.
Update for net/nextcloudclient v3.7.4
Changelog: https://github.com/nextcloud/desktop/releases/v3.7.4
* check German translation for wrong wording
* Fix "Create new folder" menu entries in settings not working
correctly on macOS
* Clean up account creation and deletion code
* Fix share dialog infinite loading
* fix edit locally job not finding the user account: wrong user id
* skip e2e encrypted files with empty filename in metadata
* Always discover blacklisted folders to avoid data loss when
modifying selectivesync list.
* use new connect syntax
* with cfapi when dehydrating files add missing flag
* Fix avatars not showing up in settings dialog account actions until
clicked on
* Fix text labels in Sync Status component
* Fix infinite loading in the share dialog when public link shares are
disabled on the server
* Ci/clang tidy checks init variables
* Display 'Search globally' as the last sharees list element
* Resize WebView widget once the loginpage rendered
* Bugfix/do not restore virtual files
* Fix display of 2FA notification.
Obrigado!
--
Adriano
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile 4 Mar 2023 08:48:19 -0000 1.46
+++ Makefile 13 Mar 2023 13:41:31 -0000
@@ -2,9 +2,8 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.7.3
+V = 3.7.4
DISTNAME = nextcloudclient-${V}
-REVISION = 0
GH_ACCOUNT = nextcloud
GH_PROJECT = desktop
@@ -14,7 +13,7 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 9.0 # 3.7.3
+SHARED_LIBS += nextcloudsync 9.1 # 3.7.4
SHARED_LIBS += nextcloud_csync 3.0 # 3.7.3
SHARED_LIBS += nextcloudsync_vfs_suffix 0.1 # 3.6.6
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo 26 Feb 2023 08:03:44 -0000 1.37
+++ distinfo 13 Mar 2023 13:41:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.7.3.tar.gz) = THagH+MkmjtsyCF6IN3huxKzhuvJr4LiYj4S3iyG6Ag=
-SIZE (nextcloudclient-3.7.3.tar.gz) = 15681186
+SHA256 (nextcloudclient-3.7.4.tar.gz) = DXuIizFSk5U6wzy264+qO7xbYgGJbFTHG0ZI7E1v9Zc=
+SIZE (nextcloudclient-3.7.4.tar.gz) = 15701243
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.9
diff -u -p -r1.9 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 9 Sep 2022 06:53:21 -0000 1.9
+++ patches/patch-CMakeLists_txt 13 Mar 2023 13:41:31 -0000
@@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -270,4 +270,4 @@ elseif(BUILD_CLIENT)
+@@ -282,4 +282,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()
No comments:
Post a Comment