summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-12-28 23:07:58 +0000
committerryoon <ryoon@pkgsrc.org>2019-12-28 23:07:58 +0000
commit636af67dd17e22948c78e0c85d7b2335f7c5e32d (patch)
tree50dbb6ff7d3e6b8b88f28819456ed90545a0ac2b
parent98c484e46fca4ae06015ef7f158feb41827e7426 (diff)
downloadpkgsrc-636af67dd17e22948c78e0c85d7b2335f7c5e32d.tar.gz
Update to 17.0.2
Changelog: Version 17.0.2 December 20 2019 Changes Actually return the quote when getting global storage info (server#17851) Also set X-OC-Mtime header for files that are smaller than 10MB (server#17858) FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position (server#17883) Fix reshare with circle (server#17916) Bump icewind/searchdav (server#17919) Make timeout a optional parameter (server#17925) Check quota before transfer ownership (server#17928) Re-acquired expired shared locks on large file uploads (server#17945) Pass through ServerNotAvailableException on app init (server#17952) Do not check for updates if we have no internet (server#18036) Convert more columns to bigint (server#18040) Fix installing with MySQL 8.0.4+ (server#18043) Uid can be false when the user record does not exit (server#18047) Update the CRL (server#18050) Make chunksize (used to check for gone LDAP users) configurable (server#18054) Remove objectstore credentials (server#18075) Incorrect integer value: '' for column 'password_invalid' while migra… (server#18100) Trim the login name (server#18156) Delay creation of the cert bundle (server#18186) Handle token insert conflicts (server#18189) Throw an invalid token exception is token is marked outdated (server#18198) Backport #18120 (server#18205) Mark "Talk" active on /call/token URLs (server#18221) Allow to unfavorite all files (server#18247) Hide the tooltip if the list row is rerendered (server#18252) Move overwritehost check to isTrustedDomain (server#18306) Convert various columns in oc_mounts to bigint (server#18307) Do not disable authentication apps (server#18332) Sharee API GS fixes (server#18337) Handle IPv6 addresses with an explict incoming interface at the end (server#18352) Adding share type circles (server#18355) Fix restoring shared versions (server#18358) Support more IPv6 addresses in the RefreshWebcalJob (server#18366) Bump the CRL (server#18375) Allow to detect mimetype by content (server#18386) Bump serialize-javascript and handlebars (server#18419) Update icewind/searchdav to 1.0.2 (3rdparty#351) Is_dir can be null on blacklisted files (activity#407) Remove debug log (activity#412) Stable17 Use @nextcloud/axios so the csrf token gets refreshed (notifications#471) Fix header icon hover & focus feedback (notifications#495) Fix cutting of multibyte characters (notifications#499) Do not send push notifications when nothing was deleted (notifications#506) Version 17.0.1 November 9 2019 Changes Always use the folder icon depending on the mount type if not a share mount (server#17156) Fix "create folder" icon overlaying home icon (server#17219) Fix directory detection for s3 (server#17273) Fix user with id 0 to be able to comment (server#17274) Handle moveFromStorage within the same storage even when storage wrap… (server#17277) Dont delete cache entries if deleting an object from object store failed (server#17281) Correctly detect the mimetype from uploads (server#17295) Add (hidden) option to configure smb timeout (server#17298) Position fixed for .toastify.toast (server#17300) Fix fetching additional search results on scrolling down (server#17305) Bring the default font size up to 15px (server#17309) Use handlebars from node_modules (on CI) (server#17348) Reduce adressbook change events and handling (server#17351) Fix typo in "which" (server#17358) Fix updating and deleting authtokens (server#17415) Allow removing federated shares of locally reshared files (server#17418) Fix oauth client redirect (server#17438) Don't call basename on null (server#17444) Fix axios csrf token update event (server#17453) Use @nextcloud/axios to keep the CSRF token in sync (server#17455) Kill ui-regression ci job (server#17457) Force hide tooltips on sidebar close (server#17493) Only cache the mimetype if the file exists (server#17538) Set the proper filename for version downloads (server#17541) Load additional scripts on help page (server#17578) Let SCSS cleanup only run once (server#17579) Pass on direct query parameter during login (server#17581) Added documentation links on settings pages (server#17589) Include the share in the Files_Sharing::loadAdditionalScripts event (server#17597) Treat LDAP error 50 as auth issue, prevents lost server connection errors (server#17617) Hide strange Everyone and Disabled group numbers with LDAP (server#17621) Fix browser back button (server#17638) Fix filename overlapping on mobile (server#17676) Harden middleware check (server#17681) Fix jsConfigHelper lang/locale mixup (server#17686) Fix weird KDE bug with loginflowv2 (server#17688) Make sure limit is never negative (server#17716) Fix DAV mimetype search (server#17731) Return null from migration to match with typehint (server#17742) Do not show 'Get your own free account' on services under subscription (server#17748) Fix action menu on mobile (server#17766) Bring back external storage group select delete (server#17767) Switch to Files Node API for zip generation (server#17840) Use correct route to generate (nextcloud_announcements#56) Name of the collector is `Php`. (survey_client#98) Update version on master (viewer#232) Bump eslint-plugin-node from 9.2.0 to 10.0.0 (viewer#235) Bump @babel/core from 7.5.5 to 7.6.0 (viewer#236) Bump @babel/preset-env from 7.5.5 to 7.6.0 (viewer#237) Bump webpack-cli from 3.3.7 to 3.3.8 (viewer#238) Bump webpack from 4.39.3 to 4.40.1 (viewer#242) Bump webpack from 4.40.1 to 4.40.2 (viewer#245) Bump webpack-cli from 3.3.8 to 3.3.9 (viewer#250) Bump eslint-config-nextcloud from 0.0.5 to 0.0.6 (viewer#258) Bump url-loader from 2.1.0 to 2.2.0 (viewer#259)
-rw-r--r--www/php-nextcloud/Makefile4
-rw-r--r--www/php-nextcloud/PLIST64
-rw-r--r--www/php-nextcloud/distinfo10
3 files changed, 56 insertions, 22 deletions
diff --git a/www/php-nextcloud/Makefile b/www/php-nextcloud/Makefile
index 09afc2b2f44..3ec704487a1 100644
--- a/www/php-nextcloud/Makefile
+++ b/www/php-nextcloud/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2019/10/05 13:07:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2019/12/28 23:07:58 ryoon Exp $
#
-DISTNAME= nextcloud-17.0.0
+DISTNAME= nextcloud-17.0.2
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
diff --git a/www/php-nextcloud/PLIST b/www/php-nextcloud/PLIST
index a2fc57fc786..99377e8beed 100644
--- a/www/php-nextcloud/PLIST
+++ b/www/php-nextcloud/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2019/10/05 13:07:59 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/12/28 23:07:58 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/LICENSE INFO
@@ -4076,6 +4076,8 @@ share/nextcloud/apps/accessibility/js/accessibility.js
share/nextcloud/apps/accessibility/js/accessibility.js.map
share/nextcloud/apps/accessibility/l10n/af.js
share/nextcloud/apps/accessibility/l10n/af.json
+share/nextcloud/apps/accessibility/l10n/ar.js
+share/nextcloud/apps/accessibility/l10n/ar.json
share/nextcloud/apps/accessibility/l10n/bg.js
share/nextcloud/apps/accessibility/l10n/bg.json
share/nextcloud/apps/accessibility/l10n/ca.js
@@ -4128,6 +4130,8 @@ share/nextcloud/apps/accessibility/l10n/ko.js
share/nextcloud/apps/accessibility/l10n/ko.json
share/nextcloud/apps/accessibility/l10n/lt_LT.js
share/nextcloud/apps/accessibility/l10n/lt_LT.json
+share/nextcloud/apps/accessibility/l10n/lv.js
+share/nextcloud/apps/accessibility/l10n/lv.json
share/nextcloud/apps/accessibility/l10n/mk.js
share/nextcloud/apps/accessibility/l10n/mk.json
share/nextcloud/apps/accessibility/l10n/nb.js
@@ -4823,6 +4827,8 @@ share/nextcloud/apps/dav/l10n/lt_LT.js
share/nextcloud/apps/dav/l10n/lt_LT.json
share/nextcloud/apps/dav/l10n/lv.js
share/nextcloud/apps/dav/l10n/lv.json
+share/nextcloud/apps/dav/l10n/mk.js
+share/nextcloud/apps/dav/l10n/mk.json
share/nextcloud/apps/dav/l10n/nb.js
share/nextcloud/apps/dav/l10n/nb.json
share/nextcloud/apps/dav/l10n/nb_NO.js
@@ -7681,6 +7687,7 @@ share/nextcloud/apps/files_versions/lib/Controller/PreviewController.php
share/nextcloud/apps/files_versions/lib/Events/CreateVersionEvent.php
share/nextcloud/apps/files_versions/lib/Expiration.php
share/nextcloud/apps/files_versions/lib/Hooks.php
+share/nextcloud/apps/files_versions/lib/Sabre/Plugin.php
share/nextcloud/apps/files_versions/lib/Sabre/RestoreFolder.php
share/nextcloud/apps/files_versions/lib/Sabre/RootCollection.php
share/nextcloud/apps/files_versions/lib/Sabre/VersionCollection.php
@@ -7738,8 +7745,6 @@ share/nextcloud/apps/firstrunwizard/l10n/az.json
share/nextcloud/apps/firstrunwizard/l10n/bg.js
share/nextcloud/apps/firstrunwizard/l10n/bg.json
share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
-share/nextcloud/apps/firstrunwizard/l10n/bs.js
-share/nextcloud/apps/firstrunwizard/l10n/bs.json
share/nextcloud/apps/firstrunwizard/l10n/ca.js
share/nextcloud/apps/firstrunwizard/l10n/ca.json
share/nextcloud/apps/firstrunwizard/l10n/cs.js
@@ -7828,8 +7833,6 @@ share/nextcloud/apps/firstrunwizard/l10n/km.php
share/nextcloud/apps/firstrunwizard/l10n/ko.js
share/nextcloud/apps/firstrunwizard/l10n/ko.json
share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
-share/nextcloud/apps/firstrunwizard/l10n/lb.js
-share/nextcloud/apps/firstrunwizard/l10n/lb.json
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
share/nextcloud/apps/firstrunwizard/l10n/lv.js
@@ -8280,8 +8283,6 @@ share/nextcloud/apps/logreader/js/Providers/LogProvider.js
share/nextcloud/apps/logreader/js/Search.js
share/nextcloud/apps/logreader/js/index.js
share/nextcloud/apps/logreader/js/unserialize.js
-share/nextcloud/apps/logreader/l10n/af.js
-share/nextcloud/apps/logreader/l10n/af.json
share/nextcloud/apps/logreader/l10n/ar.js
share/nextcloud/apps/logreader/l10n/ar.json
share/nextcloud/apps/logreader/l10n/ast.js
@@ -8342,8 +8343,6 @@ share/nextcloud/apps/logreader/l10n/et_EE.js
share/nextcloud/apps/logreader/l10n/et_EE.json
share/nextcloud/apps/logreader/l10n/eu.js
share/nextcloud/apps/logreader/l10n/eu.json
-share/nextcloud/apps/logreader/l10n/fa.js
-share/nextcloud/apps/logreader/l10n/fa.json
share/nextcloud/apps/logreader/l10n/fi.js
share/nextcloud/apps/logreader/l10n/fi.json
share/nextcloud/apps/logreader/l10n/fr.js
@@ -8392,8 +8391,6 @@ share/nextcloud/apps/logreader/l10n/sr.js
share/nextcloud/apps/logreader/l10n/sr.json
share/nextcloud/apps/logreader/l10n/sv.js
share/nextcloud/apps/logreader/l10n/sv.json
-share/nextcloud/apps/logreader/l10n/th.js
-share/nextcloud/apps/logreader/l10n/th.json
share/nextcloud/apps/logreader/l10n/tr.js
share/nextcloud/apps/logreader/l10n/tr.json
share/nextcloud/apps/logreader/l10n/zh_CN.js
@@ -8533,6 +8530,8 @@ share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json
share/nextcloud/apps/nextcloud_announcements/l10n/lv.js
share/nextcloud/apps/nextcloud_announcements/l10n/lv.json
+share/nextcloud/apps/nextcloud_announcements/l10n/mk.js
+share/nextcloud/apps/nextcloud_announcements/l10n/mk.json
share/nextcloud/apps/nextcloud_announcements/l10n/nb.js
share/nextcloud/apps/nextcloud_announcements/l10n/nb.json
share/nextcloud/apps/nextcloud_announcements/l10n/nl.js
@@ -8856,6 +8855,8 @@ share/nextcloud/apps/oauth2/l10n/ru.js
share/nextcloud/apps/oauth2/l10n/ru.json
share/nextcloud/apps/oauth2/l10n/sk.js
share/nextcloud/apps/oauth2/l10n/sk.json
+share/nextcloud/apps/oauth2/l10n/sl.js
+share/nextcloud/apps/oauth2/l10n/sl.json
share/nextcloud/apps/oauth2/l10n/sq.js
share/nextcloud/apps/oauth2/l10n/sq.json
share/nextcloud/apps/oauth2/l10n/sr.js
@@ -9143,6 +9144,10 @@ share/nextcloud/apps/privacy/l10n/pt_BR.js
share/nextcloud/apps/privacy/l10n/pt_BR.json
share/nextcloud/apps/privacy/l10n/ru.js
share/nextcloud/apps/privacy/l10n/ru.json
+share/nextcloud/apps/privacy/l10n/sk.js
+share/nextcloud/apps/privacy/l10n/sk.json
+share/nextcloud/apps/privacy/l10n/sl.js
+share/nextcloud/apps/privacy/l10n/sl.json
share/nextcloud/apps/privacy/l10n/sr.js
share/nextcloud/apps/privacy/l10n/sr.json
share/nextcloud/apps/privacy/l10n/sv.js
@@ -9151,6 +9156,8 @@ share/nextcloud/apps/privacy/l10n/tr.js
share/nextcloud/apps/privacy/l10n/tr.json
share/nextcloud/apps/privacy/l10n/zh_CN.js
share/nextcloud/apps/privacy/l10n/zh_CN.json
+share/nextcloud/apps/privacy/l10n/zh_TW.js
+share/nextcloud/apps/privacy/l10n/zh_TW.json
share/nextcloud/apps/privacy/lib/Controller/AdminController.php
share/nextcloud/apps/privacy/lib/Controller/PersonalController.php
share/nextcloud/apps/privacy/lib/Migration/Version100Date20190217131943.php
@@ -9210,6 +9217,8 @@ share/nextcloud/apps/recommendations/l10n/el.js
share/nextcloud/apps/recommendations/l10n/el.json
share/nextcloud/apps/recommendations/l10n/es.js
share/nextcloud/apps/recommendations/l10n/es.json
+share/nextcloud/apps/recommendations/l10n/eu.js
+share/nextcloud/apps/recommendations/l10n/eu.json
share/nextcloud/apps/recommendations/l10n/fi.js
share/nextcloud/apps/recommendations/l10n/fi.json
share/nextcloud/apps/recommendations/l10n/fr.js
@@ -9250,6 +9259,8 @@ share/nextcloud/apps/recommendations/l10n/ru.js
share/nextcloud/apps/recommendations/l10n/ru.json
share/nextcloud/apps/recommendations/l10n/sk.js
share/nextcloud/apps/recommendations/l10n/sk.json
+share/nextcloud/apps/recommendations/l10n/sl.js
+share/nextcloud/apps/recommendations/l10n/sl.json
share/nextcloud/apps/recommendations/l10n/sr.js
share/nextcloud/apps/recommendations/l10n/sr.json
share/nextcloud/apps/recommendations/l10n/sv.js
@@ -10473,14 +10484,20 @@ share/nextcloud/apps/text/l10n/ca.js
share/nextcloud/apps/text/l10n/ca.json
share/nextcloud/apps/text/l10n/cs.js
share/nextcloud/apps/text/l10n/cs.json
+share/nextcloud/apps/text/l10n/da.js
+share/nextcloud/apps/text/l10n/da.json
share/nextcloud/apps/text/l10n/de.js
share/nextcloud/apps/text/l10n/de.json
share/nextcloud/apps/text/l10n/de_DE.js
share/nextcloud/apps/text/l10n/de_DE.json
share/nextcloud/apps/text/l10n/el.js
share/nextcloud/apps/text/l10n/el.json
+share/nextcloud/apps/text/l10n/eo.js
+share/nextcloud/apps/text/l10n/eo.json
share/nextcloud/apps/text/l10n/es.js
share/nextcloud/apps/text/l10n/es.json
+share/nextcloud/apps/text/l10n/es_MX.js
+share/nextcloud/apps/text/l10n/es_MX.json
share/nextcloud/apps/text/l10n/eu.js
share/nextcloud/apps/text/l10n/eu.json
share/nextcloud/apps/text/l10n/fa.js
@@ -10511,8 +10528,12 @@ share/nextcloud/apps/text/l10n/pt_BR.js
share/nextcloud/apps/text/l10n/pt_BR.json
share/nextcloud/apps/text/l10n/pt_PT.js
share/nextcloud/apps/text/l10n/pt_PT.json
+share/nextcloud/apps/text/l10n/ro.js
+share/nextcloud/apps/text/l10n/ro.json
share/nextcloud/apps/text/l10n/ru.js
share/nextcloud/apps/text/l10n/ru.json
+share/nextcloud/apps/text/l10n/sk.js
+share/nextcloud/apps/text/l10n/sk.json
share/nextcloud/apps/text/l10n/sq.js
share/nextcloud/apps/text/l10n/sq.json
share/nextcloud/apps/text/l10n/sr.js
@@ -10644,6 +10665,8 @@ share/nextcloud/apps/theming/l10n/lt_LT.js
share/nextcloud/apps/theming/l10n/lt_LT.json
share/nextcloud/apps/theming/l10n/lv.js
share/nextcloud/apps/theming/l10n/lv.json
+share/nextcloud/apps/theming/l10n/mk.js
+share/nextcloud/apps/theming/l10n/mk.json
share/nextcloud/apps/theming/l10n/mn.js
share/nextcloud/apps/theming/l10n/mn.json
share/nextcloud/apps/theming/l10n/nb.js
@@ -11423,6 +11446,14 @@ share/nextcloud/apps/viewer/appinfo/app.php
share/nextcloud/apps/viewer/appinfo/info.xml
share/nextcloud/apps/viewer/appinfo/signature.json
share/nextcloud/apps/viewer/img/app.svg
+share/nextcloud/apps/viewer/js/chunks/0-46a26cbede8ce1c05803.js
+share/nextcloud/apps/viewer/js/chunks/0-46a26cbede8ce1c05803.js.map
+share/nextcloud/apps/viewer/js/chunks/0-4781b5f3c63244a59ec5.js
+share/nextcloud/apps/viewer/js/chunks/0-4781b5f3c63244a59ec5.js.map
+share/nextcloud/apps/viewer/js/chunks/0-5cfb84d66715d0aa06b9.js
+share/nextcloud/apps/viewer/js/chunks/0-5cfb84d66715d0aa06b9.js.map
+share/nextcloud/apps/viewer/js/chunks/0-aadd90ccc9081e33d1d4.js
+share/nextcloud/apps/viewer/js/chunks/0-aadd90ccc9081e33d1d4.js.map
share/nextcloud/apps/viewer/js/viewer.js
share/nextcloud/apps/viewer/js/viewer.js.map
share/nextcloud/apps/viewer/l10n/af.js
@@ -11580,6 +11611,8 @@ share/nextcloud/apps/workflowengine/l10n/es_UY.js
share/nextcloud/apps/workflowengine/l10n/es_UY.json
share/nextcloud/apps/workflowengine/l10n/et_EE.js
share/nextcloud/apps/workflowengine/l10n/et_EE.json
+share/nextcloud/apps/workflowengine/l10n/eu.js
+share/nextcloud/apps/workflowengine/l10n/eu.json
share/nextcloud/apps/workflowengine/l10n/fa.js
share/nextcloud/apps/workflowengine/l10n/fa.json
share/nextcloud/apps/workflowengine/l10n/fi.js
@@ -11836,8 +11869,6 @@ share/nextcloud/core/doc/admin/_images/2-updates.png
share/nextcloud/core/doc/admin/_images/2fa-admin-settings.png
share/nextcloud/core/doc/admin/_images/2fa-app-install.png
share/nextcloud/core/doc/admin/_images/add_storage.png
-share/nextcloud/core/doc/admin/_images/admin_filehandling-1.png
-share/nextcloud/core/doc/admin/_images/admin_filehandling-2.png
share/nextcloud/core/doc/admin/_images/amazons3.png
share/nextcloud/core/doc/admin/_images/antivirus-app.png
share/nextcloud/core/doc/admin/_images/antivirus-config.png
@@ -11946,6 +11977,7 @@ share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_suppo
share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_details.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.rst.txt
@@ -11969,6 +12001,7 @@ share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configurat
share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_server/bruteforce_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.rst.txt
@@ -12128,6 +12161,7 @@ share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html
share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
+share/nextcloud/core/doc/admin/configuration_files/encryption_details.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html
@@ -12151,6 +12185,7 @@ share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
+share/nextcloud/core/doc/admin/configuration_server/bruteforce_configuration.html
share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
share/nextcloud/core/doc/admin/configuration_server/email_configuration.html
@@ -12816,8 +12851,6 @@ share/nextcloud/core/l10n/hr.js
share/nextcloud/core/l10n/hr.json
share/nextcloud/core/l10n/hu.js
share/nextcloud/core/l10n/hu.json
-share/nextcloud/core/l10n/id.js
-share/nextcloud/core/l10n/id.json
share/nextcloud/core/l10n/is.js
share/nextcloud/core/l10n/is.json
share/nextcloud/core/l10n/it.js
@@ -13202,6 +13235,7 @@ share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
+share/nextcloud/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
share/nextcloud/lib/private/Authentication/Exceptions/WipeTokenException.php
diff --git a/www/php-nextcloud/distinfo b/www/php-nextcloud/distinfo
index f4766f610d2..6bcc8f1c481 100644
--- a/www/php-nextcloud/distinfo
+++ b/www/php-nextcloud/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/10/05 13:07:59 ryoon Exp $
+$NetBSD: distinfo,v 1.26 2019/12/28 23:07:58 ryoon Exp $
-SHA1 (nextcloud-17.0.0.tar.bz2) = e9fc95e539f8c8f44eccabb2c9bc1cc22712426b
-RMD160 (nextcloud-17.0.0.tar.bz2) = 10b5dbe341e94f85c1d3caa0b14f656df5f6e904
-SHA512 (nextcloud-17.0.0.tar.bz2) = d271d6220c72473f0ccc1ca776fb883e0d2cf4e338a7aa0143cce8d8ffeecf825eb5e41d42467d22922995dc6adb2751831158923e0dea29405dbb11bea85b04
-Size (nextcloud-17.0.0.tar.bz2) = 64500339 bytes
+SHA1 (nextcloud-17.0.2.tar.bz2) = 225f0ee3cb5e5c2577553c02dfea59c2ef247799
+RMD160 (nextcloud-17.0.2.tar.bz2) = 6dfb65a5f3f7d69d9a1794cc094ccbcbe836bced
+SHA512 (nextcloud-17.0.2.tar.bz2) = ea3788958b37e68c88e03d8a39c0284f14fb82e1e4e20f59df1d6acbdd2eb8a50f791ea48abbe2a91f9fa59de93237763f19ded441973bc2834a64721a210aa1
+Size (nextcloud-17.0.2.tar.bz2) = 65475747 bytes