pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Dec 16 13:53:43 UTC 2020

Modified Files:
        pkgsrc/www/php-nextcloud: Makefile PLIST distinfo

Log Message:
php-nextcloud: Update to 20.0.4

Changelog:
Version 20.0.4 December 17 2020

Changes

  * Avoid dashboard crash when accessibility app is not installed (server#
    24636)
  * Bump ini from 1.3.5 to 1.3.7 (server#24649)
  * Handle owncloud migration to latest release (server#24653)
  * Use string for storing a OCM remote id (server#24654)
  * Fix MySQL database size calculation (serverinfo#262)
  * Bump cypress-io/github-action@v2 (viewer#722)
  * Fix] sidebar opening animation (viewer#723)
  * Fix not.exist cypress and TESTING checks (viewer#725)

Note: the main improvement in this very small release is the migration support.

Version 20.0.3 December 10 2020

Changes

  * Check quota of subdirectories when uploading to them (server#24181)
  * CircleId too short in some request (server#24196)
  * Missing level in ScopedPsrLogger (server#24212)
  * Fix nextcloud logo in email notifications misalignment (server#24228)
  * Allow selecting multiple columns with SELECT DISTINCT (server#24230)
  * Use file name instead of path in 'not allowed to share' message (server#
    24231)
  * Fix setting images through occ for theming (server#24232)
  * Use regex when searching on single file shares (server#24239)
  * Harden EncryptionLegacyCipher a bit (server#24249)
  * Update ScanLegacyFormat.php (server#24258)
  * Simple typo in comments (server#24259)
  * Use correct year for generated birthdays events (server#24263)
  * Delete files that exceed trashbin size immediately (server#24297)
  * Update sabre/xml to fix XML parsing errors (server#24311)
  * Only check path for being accessible when the storage is a object home
    (server#24325)
  * Avoid empty null default with value that will be inserted anyways (server#
    24333)
  * Fix contacts menu position and show uid as a tooltip (server#24342)
  * Fix the config key on the sharing expire checkbox (server#24346)
  * Set the display name of federated sharees from addressbook (server#24353)
  * Catch storage not available in versions expire command (server#24367)
  * Use proper bundles for files client and fileinfo (server#24377)
  * Properly encode path when fetching inherited shares (server#24387)
  * Formatting remote sharer should take protocol, path into account (server#
    24391)
  * Make sure we add new line between vcf groups exports (server#24443)
  * Fix public calendars shared to circles (server#24446)
  * Store scss variables under a different prefix for each theming config
    version (server#24453)
  * External storages: save group ids not display names in configuration
    (server#24455)
  * Use correct l10n source in files_sharing JS code (server#24462)
  * Set frame-ancestors to none if none are filled (server#24477)
  * Move the password fiels of chaging passwords to post (server#24478)
  * Move the global password for files external to post (server#24479)
  * Only attempt to move to trash if a file is not in appdata (server#24483)
  * Fix loading mtime of new file in conflict dialog in firefox (server#24491)
  * Harden setup check for TLS version if host is not reachable (server#24502)
  * Fix file size computation on 32bit platforms (server#24509)
  * Allow subscription to indicate that a userlimit is reached (server#24511)
  * Set mountid for personal external storage mounts (server#24513)
  * Only execute plain mimetype check for directories and do the fallback…
    (server#24517)
  * Fix vsprint parameter (server#24527)
  * Replace abandoned log normalizer with our fork (server#24530)
  * Add icon to user limit notification (server#24531)
  * Also run repair steps when encryption is disabled but a legacy key is
    present (server#24532)
  * [3rdparty][security] Archive TAR to 1.4.11 (server#24534)
  * Generate a new session id if the decrypting the session data fails (server#
    24553)
  * Revert "Do not read certificate bundle from data dir by default" (server#
    24556)
  * Dont use system composer for autoload checker (server#24557)
  * Remember me is not an app_password (server#24563)
  * Do not load nonexisting setup.js (server#24582)
  * Update sabre/xml to fix XML parsing errors (3rdparty#529)
  * Use composer v1 on CI (3rdparty#532)
  * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536)
  * Replace abandoned log normalizer with our fork (3rdparty#543)
  * Allow nullable values as subject params (activity#535)
  * Don't log when unknown array is null (notifications#803)
  * Feat/virtual grid (photos#550)
  * Make sure we have a string to localecompare to (photos#583)
  * Always get recommendations for dashboard if enabled (recommendations#336)
  * Properly fetch oracle database information (serverinfo#258)
  * Also register to urlChanged event to update RichWorkspace (text#1181)
  * Move away from GET (text#1214)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/php-nextcloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.45 pkgsrc/www/php-nextcloud/Makefile:1.46
--- pkgsrc/www/php-nextcloud/Makefile:1.45      Fri Dec  4 20:45:49 2020
+++ pkgsrc/www/php-nextcloud/Makefile   Wed Dec 16 13:53:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/12/04 20:45:49 nia Exp $
+# $NetBSD: Makefile,v 1.46 2020/12/16 13:53:43 ryoon Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -10,9 +10,8 @@
 # contained 18.0.2, then during April to June it is ok to update to
 # later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
 # update to 20.
-DISTNAME=      nextcloud-20.0.2
+DISTNAME=      nextcloud-20.0.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.36 pkgsrc/www/php-nextcloud/PLIST:1.37
--- pkgsrc/www/php-nextcloud/PLIST:1.36 Sun Nov 29 05:10:13 2020
+++ pkgsrc/www/php-nextcloud/PLIST      Wed Dec 16 13:53:43 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2020/11/29 05:10:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.37 2020/12/16 13:53:43 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -2056,9 +2056,6 @@ share/nextcloud/3rdparty/icewind/streams
 share/nextcloud/3rdparty/icewind/streams/src/Url.php
 share/nextcloud/3rdparty/icewind/streams/src/UrlCallBack.php
 share/nextcloud/3rdparty/icewind/streams/src/Wrapper.php
-share/nextcloud/3rdparty/interfasys/lognormalizer/AUTHORS.md
-share/nextcloud/3rdparty/interfasys/lognormalizer/COPYING
-share/nextcloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php
 share/nextcloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
 share/nextcloud/3rdparty/jeremeamia/SuperClosure/composer.json
 share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
@@ -2371,6 +2368,8 @@ share/nextcloud/3rdparty/mtdowling/jmesp
 share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
 share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
 share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
+share/nextcloud/3rdparty/nextcloud/lognormalizer/COPYING
+share/nextcloud/3rdparty/nextcloud/lognormalizer/src/Normalizer.php
 share/nextcloud/3rdparty/nikic/php-parser/.gitattributes
 share/nextcloud/3rdparty/nikic/php-parser/LICENSE
 share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md
@@ -5203,6 +5202,7 @@ share/nextcloud/apps/activity/lib/Migrat
 share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132545.php
 share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132546.php
 share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132547.php
+share/nextcloud/apps/activity/lib/Migration/Version2011Date20201207091915.php
 share/nextcloud/apps/activity/lib/Navigation.php
 share/nextcloud/apps/activity/lib/NotificationGenerator.php
 share/nextcloud/apps/activity/lib/Settings/Admin.php
@@ -5238,6 +5238,8 @@ share/nextcloud/apps/admin_audit/l10n/de
 share/nextcloud/apps/admin_audit/l10n/de.json
 share/nextcloud/apps/admin_audit/l10n/de_DE.js
 share/nextcloud/apps/admin_audit/l10n/de_DE.json
+share/nextcloud/apps/admin_audit/l10n/en_GB.js
+share/nextcloud/apps/admin_audit/l10n/en_GB.json
 share/nextcloud/apps/admin_audit/l10n/es.js
 share/nextcloud/apps/admin_audit/l10n/es.json
 share/nextcloud/apps/admin_audit/l10n/es_CO.js
@@ -5250,6 +5252,8 @@ share/nextcloud/apps/admin_audit/l10n/fr
 share/nextcloud/apps/admin_audit/l10n/fr.json
 share/nextcloud/apps/admin_audit/l10n/gl.js
 share/nextcloud/apps/admin_audit/l10n/gl.json
+share/nextcloud/apps/admin_audit/l10n/hr.js
+share/nextcloud/apps/admin_audit/l10n/hr.json
 share/nextcloud/apps/admin_audit/l10n/hu.js
 share/nextcloud/apps/admin_audit/l10n/hu.json
 share/nextcloud/apps/admin_audit/l10n/id.js
@@ -5258,6 +5262,8 @@ share/nextcloud/apps/admin_audit/l10n/it
 share/nextcloud/apps/admin_audit/l10n/it.json
 share/nextcloud/apps/admin_audit/l10n/ja.js
 share/nextcloud/apps/admin_audit/l10n/ja.json
+share/nextcloud/apps/admin_audit/l10n/ko.js
+share/nextcloud/apps/admin_audit/l10n/ko.json
 share/nextcloud/apps/admin_audit/l10n/nb.js
 share/nextcloud/apps/admin_audit/l10n/nb.json
 share/nextcloud/apps/admin_audit/l10n/nl.js
@@ -5278,6 +5284,8 @@ share/nextcloud/apps/admin_audit/l10n/tr
 share/nextcloud/apps/admin_audit/l10n/tr.json
 share/nextcloud/apps/admin_audit/l10n/zh_CN.js
 share/nextcloud/apps/admin_audit/l10n/zh_CN.json
+share/nextcloud/apps/admin_audit/l10n/zh_TW.js
+share/nextcloud/apps/admin_audit/l10n/zh_TW.json
 share/nextcloud/apps/admin_audit/lib/Actions/Action.php
 share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
 share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
@@ -5314,22 +5322,30 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/l10n/de_DE.json
 share/nextcloud/apps/cloud_federation_api/l10n/el.js
 share/nextcloud/apps/cloud_federation_api/l10n/el.json
+share/nextcloud/apps/cloud_federation_api/l10n/en_GB.js
+share/nextcloud/apps/cloud_federation_api/l10n/en_GB.json
 share/nextcloud/apps/cloud_federation_api/l10n/es.js
 share/nextcloud/apps/cloud_federation_api/l10n/es.json
 share/nextcloud/apps/cloud_federation_api/l10n/fr.js
 share/nextcloud/apps/cloud_federation_api/l10n/fr.json
 share/nextcloud/apps/cloud_federation_api/l10n/gl.js
 share/nextcloud/apps/cloud_federation_api/l10n/gl.json
+share/nextcloud/apps/cloud_federation_api/l10n/hr.js
+share/nextcloud/apps/cloud_federation_api/l10n/hr.json
 share/nextcloud/apps/cloud_federation_api/l10n/is.js
 share/nextcloud/apps/cloud_federation_api/l10n/is.json
 share/nextcloud/apps/cloud_federation_api/l10n/it.js
 share/nextcloud/apps/cloud_federation_api/l10n/it.json
 share/nextcloud/apps/cloud_federation_api/l10n/mk.js
 share/nextcloud/apps/cloud_federation_api/l10n/mk.json
+share/nextcloud/apps/cloud_federation_api/l10n/nl.js
+share/nextcloud/apps/cloud_federation_api/l10n/nl.json
 share/nextcloud/apps/cloud_federation_api/l10n/pl.js
 share/nextcloud/apps/cloud_federation_api/l10n/pl.json
 share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js
 share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.json
+share/nextcloud/apps/cloud_federation_api/l10n/ru.js
+share/nextcloud/apps/cloud_federation_api/l10n/ru.json
 share/nextcloud/apps/cloud_federation_api/l10n/sk.js
 share/nextcloud/apps/cloud_federation_api/l10n/sk.json
 share/nextcloud/apps/cloud_federation_api/l10n/sl.js
@@ -5606,6 +5622,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/de_DE.json
 share/nextcloud/apps/contactsinteraction/l10n/el.js
 share/nextcloud/apps/contactsinteraction/l10n/el.json
+share/nextcloud/apps/contactsinteraction/l10n/en_GB.js
+share/nextcloud/apps/contactsinteraction/l10n/en_GB.json
 share/nextcloud/apps/contactsinteraction/l10n/es.js
 share/nextcloud/apps/contactsinteraction/l10n/es.json
 share/nextcloud/apps/contactsinteraction/l10n/eu.js
@@ -5616,10 +5634,16 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/fr.json
 share/nextcloud/apps/contactsinteraction/l10n/gl.js
 share/nextcloud/apps/contactsinteraction/l10n/gl.json
+share/nextcloud/apps/contactsinteraction/l10n/hr.js
+share/nextcloud/apps/contactsinteraction/l10n/hr.json
 share/nextcloud/apps/contactsinteraction/l10n/it.js
 share/nextcloud/apps/contactsinteraction/l10n/it.json
+share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
+share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json
 share/nextcloud/apps/contactsinteraction/l10n/mk.js
 share/nextcloud/apps/contactsinteraction/l10n/mk.json
+share/nextcloud/apps/contactsinteraction/l10n/nl.js
+share/nextcloud/apps/contactsinteraction/l10n/nl.json
 share/nextcloud/apps/contactsinteraction/l10n/pl.js
 share/nextcloud/apps/contactsinteraction/l10n/pl.json
 share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js
@@ -5729,6 +5753,8 @@ share/nextcloud/apps/dashboard/l10n/tr.j
 share/nextcloud/apps/dashboard/l10n/tr.json
 share/nextcloud/apps/dashboard/l10n/zh_CN.js
 share/nextcloud/apps/dashboard/l10n/zh_CN.json
+share/nextcloud/apps/dashboard/l10n/zh_TW.js
+share/nextcloud/apps/dashboard/l10n/zh_TW.json
 share/nextcloud/apps/dashboard/lib/Controller/DashboardController.php
 share/nextcloud/apps/dashboard/lib/Controller/LayoutApiController.php
 share/nextcloud/apps/dashboard/lib/Service/BackgroundService.php
@@ -6539,6 +6565,7 @@ share/nextcloud/apps/federatedfilesharin
 share/nextcloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
 share/nextcloud/apps/federatedfilesharing/lib/Listeners/LoadAdditionalScriptsListener.php
 share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php
+share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php
 share/nextcloud/apps/federatedfilesharing/lib/Notifications.php
 share/nextcloud/apps/federatedfilesharing/lib/Notifier.php
 share/nextcloud/apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
@@ -8148,7 +8175,6 @@ share/nextcloud/apps/files_rightclick/sc
 share/nextcloud/apps/files_rightclick/screenshots/folder.png
 share/nextcloud/apps/files_rightclick/screenshots/picture.png
 share/nextcloud/apps/files_sharing/appinfo/app.php
-share/nextcloud/apps/files_sharing/appinfo/database.xml
 share/nextcloud/apps/files_sharing/appinfo/info.xml
 share/nextcloud/apps/files_sharing/appinfo/routes.php
 share/nextcloud/apps/files_sharing/appinfo/signature.json
@@ -8453,6 +8479,7 @@ share/nextcloud/apps/files_sharing/lib/M
 share/nextcloud/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
 share/nextcloud/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
 share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php
+share/nextcloud/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php
 share/nextcloud/apps/files_sharing/lib/MountProvider.php
 share/nextcloud/apps/files_sharing/lib/Notification/Listener.php
 share/nextcloud/apps/files_sharing/lib/Notification/Notifier.php
@@ -9434,12 +9461,16 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/de.json
 share/nextcloud/apps/lookup_server_connector/l10n/de_DE.js
 share/nextcloud/apps/lookup_server_connector/l10n/de_DE.json
+share/nextcloud/apps/lookup_server_connector/l10n/en_GB.js
+share/nextcloud/apps/lookup_server_connector/l10n/en_GB.json
 share/nextcloud/apps/lookup_server_connector/l10n/es.js
 share/nextcloud/apps/lookup_server_connector/l10n/es.json
 share/nextcloud/apps/lookup_server_connector/l10n/fr.js
 share/nextcloud/apps/lookup_server_connector/l10n/fr.json
 share/nextcloud/apps/lookup_server_connector/l10n/gl.js
 share/nextcloud/apps/lookup_server_connector/l10n/gl.json
+share/nextcloud/apps/lookup_server_connector/l10n/hr.js
+share/nextcloud/apps/lookup_server_connector/l10n/hr.json
 share/nextcloud/apps/lookup_server_connector/l10n/it.js
 share/nextcloud/apps/lookup_server_connector/l10n/it.json
 share/nextcloud/apps/lookup_server_connector/l10n/nl.js
@@ -10203,12 +10234,10 @@ share/nextcloud/apps/photos/js/photos-0.
 share/nextcloud/apps/photos/js/photos-0.js.map
 share/nextcloud/apps/photos/js/photos-1.js
 share/nextcloud/apps/photos/js/photos-1.js.map
-share/nextcloud/apps/photos/js/photos-11.js
-share/nextcloud/apps/photos/js/photos-11.js.map
+share/nextcloud/apps/photos/js/photos-10.js
+share/nextcloud/apps/photos/js/photos-10.js.map
 share/nextcloud/apps/photos/js/photos-2.js
 share/nextcloud/apps/photos/js/photos-2.js.map
-share/nextcloud/apps/photos/js/photos-3.js
-share/nextcloud/apps/photos/js/photos-3.js.map
 share/nextcloud/apps/photos/js/photos-4.js
 share/nextcloud/apps/photos/js/photos-4.js.map
 share/nextcloud/apps/photos/js/photos-5.js
@@ -10223,6 +10252,7 @@ share/nextcloud/apps/photos/js/photos-9.
 share/nextcloud/apps/photos/js/photos-9.js.map
 share/nextcloud/apps/photos/js/photos-main.js
 share/nextcloud/apps/photos/js/photos-main.js.map
+share/nextcloud/apps/photos/js/photos-service-worker.js
 share/nextcloud/apps/photos/l10n/af.js
 share/nextcloud/apps/photos/l10n/af.json
 share/nextcloud/apps/photos/l10n/ar.js
@@ -10405,6 +10435,7 @@ share/nextcloud/apps/photos/l10n/zh_TW.j
 share/nextcloud/apps/photos/l10n/zh_TW.json
 share/nextcloud/apps/photos/lib/AppInfo/Application.php
 share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
+share/nextcloud/apps/photos/lib/Controller/ApiController.php
 share/nextcloud/apps/photos/lib/Controller/PageController.php
 share/nextcloud/apps/photos/postcss.config.js
 share/nextcloud/apps/photos/screenshots/screenshot1.png
@@ -10605,6 +10636,8 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/fr.json
 share/nextcloud/apps/provisioning_api/l10n/gl.js
 share/nextcloud/apps/provisioning_api/l10n/gl.json
+share/nextcloud/apps/provisioning_api/l10n/hr.js
+share/nextcloud/apps/provisioning_api/l10n/hr.json
 share/nextcloud/apps/provisioning_api/l10n/it.js
 share/nextcloud/apps/provisioning_api/l10n/it.json
 share/nextcloud/apps/provisioning_api/l10n/nl.js
@@ -10984,8 +11017,6 @@ share/nextcloud/apps/settings/js/vue-set
 share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map
 share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js
 share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js.map
-share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js
-share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js.map
 share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js
 share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js.map
 share/nextcloud/apps/settings/js/vue-settings-nextcloud-pdf.js
@@ -10998,8 +11029,6 @@ share/nextcloud/apps/settings/js/vue-set
 share/nextcloud/apps/settings/js/vue-settings-users-949e04a80c66e7d41667.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js.map
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-users-3a6581e78bc592eedd33.js
@@ -13360,10 +13389,14 @@ share/nextcloud/apps/user_status/l10n/fr
 share/nextcloud/apps/user_status/l10n/fr.json
 share/nextcloud/apps/user_status/l10n/gl.js
 share/nextcloud/apps/user_status/l10n/gl.json
+share/nextcloud/apps/user_status/l10n/hr.js
+share/nextcloud/apps/user_status/l10n/hr.json
 share/nextcloud/apps/user_status/l10n/is.js
 share/nextcloud/apps/user_status/l10n/is.json
 share/nextcloud/apps/user_status/l10n/it.js
 share/nextcloud/apps/user_status/l10n/it.json
+share/nextcloud/apps/user_status/l10n/ko.js
+share/nextcloud/apps/user_status/l10n/ko.json
 share/nextcloud/apps/user_status/l10n/lt_LT.js
 share/nextcloud/apps/user_status/l10n/lt_LT.json
 share/nextcloud/apps/user_status/l10n/mk.js
@@ -13655,6 +13688,8 @@ share/nextcloud/apps/weather_status/l10n
 share/nextcloud/apps/weather_status/l10n/fr.json
 share/nextcloud/apps/weather_status/l10n/gl.js
 share/nextcloud/apps/weather_status/l10n/gl.json
+share/nextcloud/apps/weather_status/l10n/hr.js
+share/nextcloud/apps/weather_status/l10n/hr.json
 share/nextcloud/apps/weather_status/l10n/hu.js
 share/nextcloud/apps/weather_status/l10n/hu.json
 share/nextcloud/apps/weather_status/l10n/is.js
@@ -14029,7 +14064,8 @@ share/nextcloud/core/Migrations/Version2
 share/nextcloud/core/Migrations/Version20000Date20201109081918.php
 share/nextcloud/core/Migrations/Version20000Date20201109081919.php
 share/nextcloud/core/Migrations/Version20000Date20201111081915.php
-share/nextcloud/core/Notification/RemoveLinkSharesNotifier.php
+share/nextcloud/core/Migrations/Version21000Date20201120141228.php
+share/nextcloud/core/Notification/CoreNotifier.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
 share/nextcloud/core/ajax/update.php
 share/nextcloud/core/css/apps.scss
@@ -14093,6 +14129,7 @@ share/nextcloud/core/doc/admin/_images/e
 share/nextcloud/core/doc/admin/_images/external-sites-3.png
 share/nextcloud/core/doc/admin/_images/external-sites-4.png
 share/nextcloud/core/doc/admin/_images/external-sites-5.png
+share/nextcloud/core/doc/admin/_images/externalStorages_variables.png
 share/nextcloud/core/doc/admin/_images/federation-0.png
 share/nextcloud/core/doc/admin/_images/federation-1.png
 share/nextcloud/core/doc/admin/_images/federation-2.png
@@ -14489,6 +14526,7 @@ share/nextcloud/core/doc/user/_images/co
 share/nextcloud/core/doc/user/_images/contact_picture_set.png
 share/nextcloud/core/doc/user/_images/contact_uploadbutton.png
 share/nextcloud/core/doc/user/_images/contacts_empty.png
+share/nextcloud/core/doc/user/_images/contacts_link.png
 share/nextcloud/core/doc/user/_images/contacts_menu.png
 share/nextcloud/core/doc/user/_images/contacts_popup.png
 share/nextcloud/core/doc/user/_images/create_public_share-6.png
@@ -15892,8 +15930,14 @@ share/nextcloud/lib/private/Repair/NC20/
 share/nextcloud/lib/private/Repair/NC20/EncryptionMigration.php
 share/nextcloud/lib/private/Repair/NC20/ShippedDashboardEnable.php
 share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php
+share/nextcloud/lib/private/Repair/Owncloud/CleanPreviews.php
+share/nextcloud/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
+share/nextcloud/lib/private/Repair/Owncloud/InstallCoreBundle.php
+share/nextcloud/lib/private/Repair/Owncloud/MoveAvatars.php
+share/nextcloud/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
+share/nextcloud/lib/private/Repair/Owncloud/UpdateLanguageCodes.php
 share/nextcloud/lib/private/Repair/RemoveLinkShares.php
 share/nextcloud/lib/private/Repair/RepairInvalidShares.php
 share/nextcloud/lib/private/Repair/RepairMimeTypes.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.37 pkgsrc/www/php-nextcloud/distinfo:1.38
--- pkgsrc/www/php-nextcloud/distinfo:1.37      Sun Nov 29 05:10:13 2020
+++ pkgsrc/www/php-nextcloud/distinfo   Wed Dec 16 13:53:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2020/11/29 05:10:13 ryoon Exp $
+$NetBSD: distinfo,v 1.38 2020/12/16 13:53:43 ryoon Exp $
 
-SHA1 (nextcloud-20.0.2.tar.bz2) = 4be1200a5248f442619d20e689f790bb0d4d623c
-RMD160 (nextcloud-20.0.2.tar.bz2) = cc47b2ffeae18152619d5ad24ae35ac57049fedb
-SHA512 (nextcloud-20.0.2.tar.bz2) = bc06d5b312c974f60cdd9fe7c69566a93445dee1a89023442b43c02984aedd3e2ad8aea7f3fe365a0a4114d545ad91cf0de0ac1483c808425bf2c7aeefd1ac9f
-Size (nextcloud-20.0.2.tar.bz2) = 119446810 bytes
+SHA1 (nextcloud-20.0.4.tar.bz2) = d7d1ce13187c02273162c9af3bc9d82688c78d91
+RMD160 (nextcloud-20.0.4.tar.bz2) = 61a645deedf7cce57bd7264199431d11a22f033f
+SHA512 (nextcloud-20.0.4.tar.bz2) = edf1fb3ffad93006852f45beafa9a5a1b7c7d476c98372bced271414af1a3e5883dd37e298ff47cb5ddcb8b7331e20698e211bba9733e184c8335545a8fdad4d
+Size (nextcloud-20.0.4.tar.bz2) = 119992554 bytes



Home | Main Index | Thread Index | Old Index