Hi. Update for net/nextcloudclient v3.6.6 Changelog v3.6.5: https://github.com/nextcloud/desktop/releases/v3.6.5 - do not assert when sharing to a circle by @mgallien in #5310 - [stable-3.6] Fix macOS shell integration class inits by @backportbot-nextcloud in #5311 - [stable-3.6] Drop dependency on Qt Quick Controls 1 by @backportbot-nextcloud in #5312 - [stable-3.6] Feature/allow forceoverrideurl via command line by @backportbot-nextcloud in #5332 - [stable-3.6] Fix typo by @backportbot-nextcloud in #5270 - [stable-3.6] check that we update local file mtime on changes from server by @backportbot-nextcloud in #5321 - [stable-3.6] fix regressions on pinState management when doing renames by @backportbot-nextcloud in #5333 - [stable-3.6] Always generate random initialization vector when uploading encrypted file by @backportbot-nextcloud in #5334 - [stable-3.6] Fix SyncEngineTest failure when localstate is destroyed. by @backportbot-nextcloud in #5336 - [stable-3.6] Bugfix/e2ee vulnerability empty metadatakeys by @backportbot-nextcloud in #5335
Changelog v3.6.6: https://github.com/nextcloud/desktop/releases/v3.6.6 - Revert "Fix(l10n): capital_abcd Update translations from Transifex" 33f3975 Obrigado! -- Adriano Index: Makefile =================================================================== RCS file: /cvs/ports/net/nextcloudclient/Makefile,v retrieving revision 1.43 diff -u -p -r1.43 Makefile --- Makefile 10 Dec 2022 09:17:40 -0000 1.43 +++ Makefile 21 Jan 2023 15:33:47 -0000 @@ -2,7 +2,7 @@ USE_WXNEEDED = Yes COMMENT = desktop sync client for Nextcloud -V = 3.6.4 +V = 3.6.6 DISTNAME = nextcloudclient-${V} GH_ACCOUNT = nextcloud @@ -13,9 +13,9 @@ CATEGORIES = net HOMEPAGE = https://nextcloud.com -SHARED_LIBS += nextcloudsync 8.0 # 3.6.4 +SHARED_LIBS += nextcloudsync 8.1 # 3.6.6 SHARED_LIBS += nextcloud_csync 2.2 # 3.6.0 -SHARED_LIBS += nextcloudsync_vfs_suffix 0.0 # 3.5.3 +SHARED_LIBS += nextcloudsync_vfs_suffix 0.1 # 3.6.6 MAINTAINER = Adriano Barbosa <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/net/nextcloudclient/distinfo,v retrieving revision 1.35 diff -u -p -r1.35 distinfo --- distinfo 10 Dec 2022 09:17:40 -0000 1.35 +++ distinfo 21 Jan 2023 15:33:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (nextcloudclient-3.6.4.tar.gz) = aElprRGcmph58qBAoTv1frm5+NXbEGDWvj0Omn4m5cs= -SIZE (nextcloudclient-3.6.4.tar.gz) = 15451930 +SHA256 (nextcloudclient-3.6.6.tar.gz) = BLO+mrYu7HuByXHcUMTkBmbuLXbBnLctmtUuWk0u3Uc= +SIZE (nextcloudclient-3.6.6.tar.gz) = 15497450
