pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q2] pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Aug 28 15:44:21 UTC 2020

Modified Files:
        pkgsrc/www/php-nextcloud [pkgsrc-2020Q2]: Makefile PLIST distinfo

Log Message:
Pullup ticket #6309 - requested by ryoon
www/php-nextcloud: security fix

Revisions pulled up:
- www/php-nextcloud/Makefile                                    1.39
- www/php-nextcloud/PLIST                                       1.32
- www/php-nextcloud/distinfo                                    1.33

---
   Module Name: pkgsrc
   Committed By:        ryoon
   Date:                Wed Aug 12 18:18:41 UTC 2020

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

   Log Message:
   php-nextcloud: Update to 19.0.1

   Changelog:
   Changes
       Improve group queries (server#21068)
       Do not read certificate bundle from data dir by default (server#21095)
       Fixes infinitely repeating LDPA search results with PHP <= 7.2
   (server#21111)
       Use the loginname to verify the old password in user password changes
   (server#21114)
       Make the translation sanitization optional (server#21126)
       Simplify getGroups, fixing wrong chunking logic (server#21128)
       Move the password confirmation form template to post (server#21131)
       Clear the statscache before fetching the metadata (server#21135)
       Fix reference to wrong class name (server#21148)
       Fix password changes in link and mail shares (server#21151)
       Do not only catch Exceptions but any Throwable during rmt share delete
   (server#21200)
       Normalize sftp path in read and write stream (server#21203)
       Fix the Talk verification (server#21210)
       Prevent harder to share your root (server#21226)
       Use \OC::$CLI instead of PHP_SAPI (server#21242)
       Fix empty event UUID reminder notifications (server#21247)
       Enable passwordless for everyone not only admins. (server#21287)
       Only use background fade if nextcloud blue is set (server#21308)
       Clear LDAP cache after user deletion (server#21333)
       Update icewind/smb to 3.2.5 (server#21342)
       Always sort shares in a reliable way (server#21352)
       Pass the proper share permissions to the create share call (server#21354)
       Reflect unreadable state in the UI (server#21356)
       Increase timeout of the appstore requests (server#21387)
       Fix pagination of contacts search (server#21405)
       Upload part size as S3 parameter instead of constant value (server#21409)
       Avoid duplicate matches in wide and exact results (server#21419)
       Clean up auth tokens when user is deleted (server#21427)
       Fix invalid usage of \Exception::getResult (server#21441)
       Disable Client-Side Monitoring on AWS storage (server#21447)
       Don't log Keys (server#21485)
       GetXbyY can still return false, e.g. when using ldap write support
   (server#21491)
       Acceptence tests shall specify which branch to pick when cloning apps
   (server#21493)
       Give up after 10 seconds in SCSS timeout (server#21495)
       Clarify that the email is always shared within the instance (server#21521)
       Allow to specify the cookie type for appframework responses (server#21526)
       Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
   (server#21538)
       Fix modal support for vue apps and dark theme (server#21541)
       Fix language in share notes email for users (server#21550)
       Fix obsolete usage of OCdialogs (server#21568)
       Comment was wrong, block is needed nevertheless (server#21571)
       Relax permissions mask check for detecting part file rename (server#21573)
       Fix share permission checkboxes enabled when permissions can not be set
   (server#21574)
       Fix strings being passed where arrays where expected (server#21583)
       Remove rescanDelay from directory mtime (server#21584)
       Precalculate the primary element color for dark mode too (server#21622)
       Update presign method to match with interface again. (server#21638)
       Log deprecated events as debug (server#21652)
       Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating
   (server#21655)
       Check if debugMode is defined before using it (server#21660)
       Fix static method call for s3 bucket compat check (server#21663)
       Add missing TarHeader.php (server#21664)
       Revert "Do not read certificate bundle from data dir by default"
   (server#21671)
       Change OAuth2 redirect link to relative link (server#21687)
       Changes the Birthday calendar color to slightly brighter one
   (server#21703)
       Fix releasing a shared lock multiple times (server#21710)
       Fix main bundle on IE11 (server#21726)
       Add a clear message why you could end up there (server#21751)
       Fix placeholder issues with multiplace spaces in the name (server#21770)
       Use the correct mountpoint to calculate (server#21772)
       Fix #21285 as oneliner (server#21779)
       Set the moment locale even earlier (server#21780)
       19.0.1 final (server#21801)
       Build source maps on production build again (server#21834)
       Add missing TarHeader.php (3rdparty#466)
       Allow downloads in sandboxed iframe (files_pdfviewer#187)
       Do not keep loading the slide list on every reopen (firstrunwizard#351)
       Allow to group push notifications via an event (notifications#651)
       Don't shutdown the notifications when it freezes by browser shutdown
   (notifications#666)
       Ignore old push devices (notifications#667)
       More buffer to the key size (notifications#672)
       Delete duplicates of the same push token hash (notifications#676)
       Fix wordwrap issue regression from #540, fix #679 (notifications#686)
       Don't push without internet connection (notifications#694)
       Also check for internet on delete push (notifications#697)
       Correct format for uptime is used (serverinfo#221)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.38.2.1 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.31 -r1.31.2.1 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.32 -r1.32.2.1 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.38 pkgsrc/www/php-nextcloud/Makefile:1.38.2.1
--- pkgsrc/www/php-nextcloud/Makefile:1.38      Mon Jun  8 22:15:42 2020
+++ pkgsrc/www/php-nextcloud/Makefile   Fri Aug 28 15:44:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/06/08 22:15:42 gdt Exp $
+# $NetBSD: Makefile,v 1.38.2.1 2020/08/28 15:44:21 bsiegert Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -10,7 +10,7 @@
 # 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-19.0.0
+DISTNAME=      nextcloud-19.0.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.31 pkgsrc/www/php-nextcloud/PLIST:1.31.2.1
--- pkgsrc/www/php-nextcloud/PLIST:1.31 Sat Jun  6 00:52:30 2020
+++ pkgsrc/www/php-nextcloud/PLIST      Fri Aug 28 15:44:21 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2020/06/06 00:52:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.31.2.1 2020/08/28 15:44:21 bsiegert Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -1340,6 +1340,7 @@ share/nextcloud/3rdparty/deepdiver/zipst
 share/nextcloud/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php
 share/nextcloud/3rdparty/deepdiver/zipstreamer/src/lib/Count64.php
 share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
+share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarHeader.php
 share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
 share/nextcloud/3rdparty/doctrine/annotations/CHANGELOG.md
 share/nextcloud/3rdparty/doctrine/annotations/LICENSE
@@ -4809,6 +4810,8 @@ share/nextcloud/apps/accessibility/l10n/
 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/br.js
+share/nextcloud/apps/accessibility/l10n/br.json
 share/nextcloud/apps/accessibility/l10n/ca.js
 share/nextcloud/apps/accessibility/l10n/ca.json
 share/nextcloud/apps/accessibility/l10n/cs.js
@@ -4821,6 +4824,8 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/de_DE.json
 share/nextcloud/apps/accessibility/l10n/el.js
 share/nextcloud/apps/accessibility/l10n/el.json
+share/nextcloud/apps/accessibility/l10n/en_GB.js
+share/nextcloud/apps/accessibility/l10n/en_GB.json
 share/nextcloud/apps/accessibility/l10n/eo.js
 share/nextcloud/apps/accessibility/l10n/eo.json
 share/nextcloud/apps/accessibility/l10n/es.js
@@ -4871,6 +4876,8 @@ share/nextcloud/apps/accessibility/l10n/
 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/ms_MY.js
+share/nextcloud/apps/accessibility/l10n/ms_MY.json
 share/nextcloud/apps/accessibility/l10n/nb.js
 share/nextcloud/apps/accessibility/l10n/nb.json
 share/nextcloud/apps/accessibility/l10n/nl.js
@@ -4899,6 +4906,8 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/sr%latin.json@localhost
 share/nextcloud/apps/accessibility/l10n/sv.js
 share/nextcloud/apps/accessibility/l10n/sv.json
+share/nextcloud/apps/accessibility/l10n/th.js
+share/nextcloud/apps/accessibility/l10n/th.json
 share/nextcloud/apps/accessibility/l10n/tr.js
 share/nextcloud/apps/accessibility/l10n/tr.json
 share/nextcloud/apps/accessibility/l10n/uk.js
@@ -6573,6 +6582,8 @@ share/nextcloud/apps/files/l10n/bn_BD.js
 share/nextcloud/apps/files/l10n/bn_BD.json
 share/nextcloud/apps/files/l10n/bn_IN.js
 share/nextcloud/apps/files/l10n/bn_IN.json
+share/nextcloud/apps/files/l10n/br.js
+share/nextcloud/apps/files/l10n/br.json
 share/nextcloud/apps/files/l10n/bs.js
 share/nextcloud/apps/files/l10n/bs.json
 share/nextcloud/apps/files/l10n/ca.js
@@ -7716,6 +7727,8 @@ share/nextcloud/apps/files_rightclick/l1
 share/nextcloud/apps/files_rightclick/l10n/bg.json
 share/nextcloud/apps/files_rightclick/l10n/bn_BD.js
 share/nextcloud/apps/files_rightclick/l10n/bn_BD.json
+share/nextcloud/apps/files_rightclick/l10n/br.js
+share/nextcloud/apps/files_rightclick/l10n/br.json
 share/nextcloud/apps/files_rightclick/l10n/bs.js
 share/nextcloud/apps/files_rightclick/l10n/bs.json
 share/nextcloud/apps/files_rightclick/l10n/ca.js
@@ -8235,6 +8248,8 @@ share/nextcloud/apps/files_trashbin/l10n
 share/nextcloud/apps/files_trashbin/l10n/bn_BD.json
 share/nextcloud/apps/files_trashbin/l10n/bn_IN.js
 share/nextcloud/apps/files_trashbin/l10n/bn_IN.json
+share/nextcloud/apps/files_trashbin/l10n/br.js
+share/nextcloud/apps/files_trashbin/l10n/br.json
 share/nextcloud/apps/files_trashbin/l10n/bs.js
 share/nextcloud/apps/files_trashbin/l10n/bs.json
 share/nextcloud/apps/files_trashbin/l10n/ca.js
@@ -8487,6 +8502,8 @@ share/nextcloud/apps/files_versions/l10n
 share/nextcloud/apps/files_versions/l10n/bn_BD.json
 share/nextcloud/apps/files_versions/l10n/bn_IN.js
 share/nextcloud/apps/files_versions/l10n/bn_IN.json
+share/nextcloud/apps/files_versions/l10n/br.js
+share/nextcloud/apps/files_versions/l10n/br.json
 share/nextcloud/apps/files_versions/l10n/bs.js
 share/nextcloud/apps/files_versions/l10n/bs.json
 share/nextcloud/apps/files_versions/l10n/ca.js
@@ -8740,6 +8757,8 @@ share/nextcloud/apps/firstrunwizard/l10n
 share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
 share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
 share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
+share/nextcloud/apps/firstrunwizard/l10n/br.js
+share/nextcloud/apps/firstrunwizard/l10n/br.json
 share/nextcloud/apps/firstrunwizard/l10n/bs.js
 share/nextcloud/apps/firstrunwizard/l10n/bs.json
 share/nextcloud/apps/firstrunwizard/l10n/ca.js
@@ -9145,6 +9164,8 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/ast.json
 share/nextcloud/apps/nextcloud_announcements/l10n/bg.js
 share/nextcloud/apps/nextcloud_announcements/l10n/bg.json
+share/nextcloud/apps/nextcloud_announcements/l10n/br.js
+share/nextcloud/apps/nextcloud_announcements/l10n/br.json
 share/nextcloud/apps/nextcloud_announcements/l10n/ca.js
 share/nextcloud/apps/nextcloud_announcements/l10n/ca.json
 share/nextcloud/apps/nextcloud_announcements/l10n/cs.js
@@ -9767,6 +9788,8 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/sv.json
 share/nextcloud/apps/password_policy/l10n/tr.js
 share/nextcloud/apps/password_policy/l10n/tr.json
+share/nextcloud/apps/password_policy/l10n/uk.js
+share/nextcloud/apps/password_policy/l10n/uk.json
 share/nextcloud/apps/password_policy/l10n/zh_CN.js
 share/nextcloud/apps/password_policy/l10n/zh_CN.json
 share/nextcloud/apps/password_policy/l10n/zh_TW.js
@@ -9836,7 +9859,6 @@ share/nextcloud/apps/password_policy/lis
 share/nextcloud/apps/password_policy/lists/list-9.php
 share/nextcloud/apps/password_policy/templates/settings-admin.php
 share/nextcloud/apps/photos/.npmignore
-share/nextcloud/apps/photos/.stylelintrc.js
 share/nextcloud/apps/photos/COPYING
 share/nextcloud/apps/photos/appinfo/app.php
 share/nextcloud/apps/photos/appinfo/info.xml
@@ -9844,6 +9866,7 @@ share/nextcloud/apps/photos/appinfo/rout
 share/nextcloud/apps/photos/appinfo/signature.json
 share/nextcloud/apps/photos/babel.config.js
 share/nextcloud/apps/photos/composer.json
+share/nextcloud/apps/photos/composer.lock
 share/nextcloud/apps/photos/css/icons.scss
 share/nextcloud/apps/photos/img/app.svg
 share/nextcloud/apps/photos/img/photos.svg
@@ -10053,6 +10076,7 @@ share/nextcloud/apps/photos/lib/Controll
 share/nextcloud/apps/photos/lib/Controller/PageController.php
 share/nextcloud/apps/photos/postcss.config.js
 share/nextcloud/apps/photos/screenshots/screenshot1.png
+share/nextcloud/apps/photos/stylelint.config.js
 share/nextcloud/apps/photos/templates/main.php
 share/nextcloud/apps/privacy/.eslintignore
 share/nextcloud/apps/privacy/.stylelintrc.js
@@ -10147,6 +10171,8 @@ share/nextcloud/apps/privacy/l10n/pl.js
 share/nextcloud/apps/privacy/l10n/pl.json
 share/nextcloud/apps/privacy/l10n/pt_BR.js
 share/nextcloud/apps/privacy/l10n/pt_BR.json
+share/nextcloud/apps/privacy/l10n/pt_PT.js
+share/nextcloud/apps/privacy/l10n/pt_PT.json
 share/nextcloud/apps/privacy/l10n/ro.js
 share/nextcloud/apps/privacy/l10n/ro.json
 share/nextcloud/apps/privacy/l10n/ru.js
@@ -10218,6 +10244,8 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/ast.json
 share/nextcloud/apps/recommendations/l10n/bg.js
 share/nextcloud/apps/recommendations/l10n/bg.json
+share/nextcloud/apps/recommendations/l10n/br.js
+share/nextcloud/apps/recommendations/l10n/br.json
 share/nextcloud/apps/recommendations/l10n/ca.js
 share/nextcloud/apps/recommendations/l10n/ca.json
 share/nextcloud/apps/recommendations/l10n/cs.js
@@ -11879,6 +11907,8 @@ share/nextcloud/apps/text/l10n/es_SV.js
 share/nextcloud/apps/text/l10n/es_SV.json
 share/nextcloud/apps/text/l10n/es_UY.js
 share/nextcloud/apps/text/l10n/es_UY.json
+share/nextcloud/apps/text/l10n/et_EE.js
+share/nextcloud/apps/text/l10n/et_EE.json
 share/nextcloud/apps/text/l10n/eu.js
 share/nextcloud/apps/text/l10n/eu.json
 share/nextcloud/apps/text/l10n/fa.js
@@ -11895,6 +11925,8 @@ share/nextcloud/apps/text/l10n/hr.js
 share/nextcloud/apps/text/l10n/hr.json
 share/nextcloud/apps/text/l10n/hu.js
 share/nextcloud/apps/text/l10n/hu.json
+share/nextcloud/apps/text/l10n/id.js
+share/nextcloud/apps/text/l10n/id.json
 share/nextcloud/apps/text/l10n/is.js
 share/nextcloud/apps/text/l10n/is.json
 share/nextcloud/apps/text/l10n/it.js
@@ -11909,6 +11941,8 @@ share/nextcloud/apps/text/l10n/lt_LT.js
 share/nextcloud/apps/text/l10n/lt_LT.json
 share/nextcloud/apps/text/l10n/lv.js
 share/nextcloud/apps/text/l10n/lv.json
+share/nextcloud/apps/text/l10n/mk.js
+share/nextcloud/apps/text/l10n/mk.json
 share/nextcloud/apps/text/l10n/mn.js
 share/nextcloud/apps/text/l10n/mn.json
 share/nextcloud/apps/text/l10n/nb.js
@@ -12256,6 +12290,8 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/uk.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/uk.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
@@ -12876,6 +12912,8 @@ share/nextcloud/apps/viewer/l10n/ar.js
 share/nextcloud/apps/viewer/l10n/ar.json
 share/nextcloud/apps/viewer/l10n/bg.js
 share/nextcloud/apps/viewer/l10n/bg.json
+share/nextcloud/apps/viewer/l10n/br.js
+share/nextcloud/apps/viewer/l10n/br.json
 share/nextcloud/apps/viewer/l10n/ca.js
 share/nextcloud/apps/viewer/l10n/ca.json
 share/nextcloud/apps/viewer/l10n/cs.js
@@ -13458,7 +13496,6 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt
-share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt
@@ -13632,7 +13669,6 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
 share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
 share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
-share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
 share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
@@ -13749,6 +13785,7 @@ share/nextcloud/core/doc/user/_images/co
 share/nextcloud/core/doc/user/_images/contact_picture.png
 share/nextcloud/core/doc/user/_images/contact_picture_options.png
 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_menu.png
 share/nextcloud/core/doc/user/_images/contacts_popup.png
@@ -13803,6 +13840,7 @@ share/nextcloud/core/doc/user/_images/sy
 share/nextcloud/core/doc/user/_images/totp_enable.png
 share/nextcloud/core/doc/user/_images/totp_login_1.png
 share/nextcloud/core/doc/user/_images/totp_login_2.png
+share/nextcloud/core/doc/user/_images/transfer_ownership-accept.png
 share/nextcloud/core/doc/user/_images/users-files.png
 share/nextcloud/core/doc/user/_images/video_player_2.png
 share/nextcloud/core/doc/user/_images/webdav_dolphin.png
@@ -13822,6 +13860,7 @@ share/nextcloud/core/doc/user/_sources/f
 share/nextcloud/core/doc/user/_sources/files/large_file_upload.rst.txt
 share/nextcloud/core/doc/user/_sources/files/projects.rst.txt
 share/nextcloud/core/doc/user/_sources/files/quota.rst.txt
+share/nextcloud/core/doc/user/_sources/files/transfer_ownership.rst.txt
 share/nextcloud/core/doc/user/_sources/files/version_control.rst.txt
 share/nextcloud/core/doc/user/_sources/index.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/calendar.rst.txt
@@ -13931,6 +13970,7 @@ share/nextcloud/core/doc/user/files/inde
 share/nextcloud/core/doc/user/files/large_file_upload.html
 share/nextcloud/core/doc/user/files/projects.html
 share/nextcloud/core/doc/user/files/quota.html
+share/nextcloud/core/doc/user/files/transfer_ownership.html
 share/nextcloud/core/doc/user/files/version_control.html
 share/nextcloud/core/doc/user/genindex.html
 share/nextcloud/core/doc/user/index.html
@@ -14159,6 +14199,12 @@ share/nextcloud/core/img/rss.svg
 share/nextcloud/core/img/twitter.svg
 share/nextcloud/core/js/backgroundjobs.js
 share/nextcloud/core/js/core.json
+share/nextcloud/core/js/dist/files_client.js
+share/nextcloud/core/js/dist/files_client.js.map
+share/nextcloud/core/js/dist/files_fileinfo.js
+share/nextcloud/core/js/dist/files_fileinfo.js.map
+share/nextcloud/core/js/dist/files_iedavclient.js
+share/nextcloud/core/js/dist/files_iedavclient.js.map
 share/nextcloud/core/js/dist/install.js
 share/nextcloud/core/js/dist/install.js.map
 share/nextcloud/core/js/dist/login.js
@@ -14219,6 +14265,8 @@ share/nextcloud/core/l10n/ast.js
 share/nextcloud/core/l10n/ast.json
 share/nextcloud/core/l10n/bg.js
 share/nextcloud/core/l10n/bg.json
+share/nextcloud/core/l10n/br.js
+share/nextcloud/core/l10n/br.json
 share/nextcloud/core/l10n/ca.js
 share/nextcloud/core/l10n/ca.json
 share/nextcloud/core/l10n/cs.js
@@ -14706,6 +14754,7 @@ share/nextcloud/lib/private/Authenticati
 share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php
 share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php
 share/nextcloud/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php
+share/nextcloud/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php
 share/nextcloud/lib/private/Authentication/Login/ALoginCommand.php
 share/nextcloud/lib/private/Authentication/Login/Chain.php
 share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.32 pkgsrc/www/php-nextcloud/distinfo:1.32.2.1
--- pkgsrc/www/php-nextcloud/distinfo:1.32      Sat Jun  6 00:52:30 2020
+++ pkgsrc/www/php-nextcloud/distinfo   Fri Aug 28 15:44:21 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2020/06/06 00:52:30 ryoon Exp $
+$NetBSD: distinfo,v 1.32.2.1 2020/08/28 15:44:21 bsiegert Exp $
 
-SHA1 (nextcloud-19.0.0.tar.bz2) = 20fb31652642f402db5df108206ba262e27e4cc8
-RMD160 (nextcloud-19.0.0.tar.bz2) = 3695c83ebb0fba23f225ddaa248f98d68c2ba858
-SHA512 (nextcloud-19.0.0.tar.bz2) = ac98083887ed59a3cf1003773c46270ba03ad631c4b1ed3608a3de349ecaaf32b9e084307d19bf67956d258fbf7acbe8739f32d34ce07db3c518a9bf5f50aa0d
-Size (nextcloud-19.0.0.tar.bz2) = 90077143 bytes
+SHA1 (nextcloud-19.0.1.tar.bz2) = b7b92dce212b854c81ff1ea6dbd021aef9e02af0
+RMD160 (nextcloud-19.0.1.tar.bz2) = 1ef8ef5cfb6fde45cfdde001574aaa2937f536a5
+SHA512 (nextcloud-19.0.1.tar.bz2) = aa4db108bff2b452123e5513bde03fe4c2f1da58c1987d74a246a69714fedf121ca9ed6151609d87c91dd6109419b764ba02c5c3c1669c5ddd5a49118e68f0c0
+Size (nextcloud-19.0.1.tar.bz2) = 90595211 bytes



Home | Main Index | Thread Index | Old Index