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:           Thu Sep 17 12:38:35 UTC 2020

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

Log Message:
php-nextcloud: Update to 19.0.3

Changelog:
19.0.3
Changes

    Fix possible leaking scope in Flow (server#22410)
    Combine body-login rules in theming and fix twofactor and guest styling on bright colors (server#22427)
    Show better quota warning for group folders and external storage (server#22442)
    Add php docs build script (server#22448)
    Fix clicks on actions menu of non opaque file rows in acceptance tests (server#22503)
    Fix writing BLOBs to postgres with recent contacts interaction (server#22515)
    Set the mount id before calling storage wrapper (server#22519)
    Fix S3 error handling (server#22521)
    Only disable zip64 if the size is known (server#22537)
    Change free space calculation (server#22553)
    Do not keep the part file if the forbidden exception has no retry set (server#22560)
    Fix app password updating out of bounds (server#22569)
    Use the correct root to determinate the webroot for the resource (server#22579)
    Upgrade icewind/smb to 3.2.7 (server#22581)
    Bump elliptic from 6.4.1 to 6.5.3 (notifications#732)
    Fixes regression that prevented you from toggling the encryption flag (privacy#489)
    Match any non-whitespace character in filesystem pattern (serverinfo#229)
    Catch StorageNotAvailable exceptions (text#1001)
    Harden read only check on public endpoints (text#1017)
    Harden check when using token from memcache (text#1020)
    Sessionid is an int (text#1029)
    Only overwrite Ctrl-f when text is focussed (text#990)
    Set the X-Requested-With header on dav requests (viewer#582)

19.0.2
Changes

    Lower minimum search length to 2 characters (server#21782)
    Call openssl_pkey_export with $config and log errors. (server#21804)
    Improve error reporting on sharing errors (server#21806)
    Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840)
    Fix parsing of language code (server#21857)
    Fix typo in revokeShare() (server#21876)
    Discourage webauthn user interaction (server#21917)
    Encryption is ready if master key is enabled (server#21935)
    Disable fragile comments tests (server#21939)
    Do not double encode the userid in webauthn login (server#21953)
    Update icewind/smb to 3.2.6 (server#21955)
    Respect default share permissions (server#21967)
    allow admin to configure the max trashbin size (server#21975)
    Fix risky test in twofactor_backupcodes (server#21978)
    Fix PHPUnit deprecation warnings (server#21981)
    Fix moving files from external storage to object store trashbin (server#21983)
    Ignore whitespace in sharing by mail (server#21991)
    Properly fetch translation for remote wipe confirmation dialog (server#22036)
    Parse_url returns null in case a parameter is not found (server#22044)
    Bump elliptic from 6.5.2 to 6.5.3 (server#22050)
    Correctly remove usergroup shares on removing group members (server#22053)
    Fix height to big for iPhone when using many apps (server#22064)
    Reset the cookie internally in new API when abandoning paged results op (server#22069)
    Add Guzzle's InvalidArgumentException (server#22070)
    Contactsmanager shall limit number of results early (server#22091)
    Fix browser freeze on long password input (server#22094)
    Search also the email and displayname in user mangement for groups (server#22118)
    Ensured large image is unloaded from memory when generating previews (server#22121)
    Fix display of remote users in incoming share notifications (server#22131)
    Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171)
    Remove unexpected argument (server#22178)
    Do not exit if available space cannot be determined on file transfer (server#22181)
    Fix empty 'more' apps navigation after installing an app (server#22183)
    Fix default log_rotate_size in config.sample.php (server#22192)
    shortcut in reading nested group members when IN_CHAIN is available (server#22203)
    Fix chmod on file descriptor (server#22208)
    Do clearstatcache() on rmdir (server#22209)
    SSE enhancement of file signature (server#22210)
    Remove logging message carrying no valuable information (server#22215)
    Add app config option to disable "Email was changed by admin" activity (server#22232)
    Delete chunks if the move on an upload failed (server#22239)
    Silence duplicate session warnings (server#22247)
    Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252)
    Allow to disable share emails (server#22300)
    Show disabled user count in occ user:report (server#22302)
    Bump 3rdparty to last stable19 commit (server#22303)
    Fixing a logged deprecation message (server#22309)
    CalDAV: Add ability to limit sharing to owner (server#22333)
    Only copy the link when updating a share or no password was forced (server#22337)
    Remove encryption option for nextcloud external storage (server#22341)
    L10n:Correct appid for WebAuthn (server#22348)
    Properly search for users when limittogroups is enabled (server#22355)
    SSE: make legacy format opt in (server#22381)
    Update the CRL (server#22387)
    Fix missing FN from federated contact (server#22400)
    Fix event icon sizes and text alignment (server#22414)
    Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457)
    Add Guzzle's InvalidArgumentException (3rdparty#474)
    Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486)
    Fix cypress (viewer#545)
    Move to webpack vue global config & bump deps (viewer#558)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.33 -r1.34 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.40 pkgsrc/www/php-nextcloud/Makefile:1.41
--- pkgsrc/www/php-nextcloud/Makefile:1.40      Mon Aug 31 18:13:15 2020
+++ pkgsrc/www/php-nextcloud/Makefile   Thu Sep 17 12:38:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/08/31 18:13:15 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2020/09/17 12:38:35 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-19.0.1
+DISTNAME=      nextcloud-19.0.3
 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.32 pkgsrc/www/php-nextcloud/PLIST:1.33
--- pkgsrc/www/php-nextcloud/PLIST:1.32 Wed Aug 12 18:18:41 2020
+++ pkgsrc/www/php-nextcloud/PLIST      Thu Sep 17 12:38:35 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2020/08/12 18:18:41 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.33 2020/09/17 12:38:35 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -1906,6 +1906,7 @@ share/nextcloud/3rdparty/guzzlehttp/guzz
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/GuzzleException.php
+share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/SeekException.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
@@ -4834,6 +4835,8 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/es_AR.json
 share/nextcloud/apps/accessibility/l10n/es_CO.js
 share/nextcloud/apps/accessibility/l10n/es_CO.json
+share/nextcloud/apps/accessibility/l10n/es_EC.js
+share/nextcloud/apps/accessibility/l10n/es_EC.json
 share/nextcloud/apps/accessibility/l10n/es_MX.js
 share/nextcloud/apps/accessibility/l10n/es_MX.json
 share/nextcloud/apps/accessibility/l10n/et_EE.js
@@ -6073,6 +6076,7 @@ share/nextcloud/apps/encryption/lib/AppI
 share/nextcloud/apps/encryption/lib/Command/DisableMasterKey.php
 share/nextcloud/apps/encryption/lib/Command/EnableMasterKey.php
 share/nextcloud/apps/encryption/lib/Command/RecoverUser.php
+share/nextcloud/apps/encryption/lib/Command/ScanLegacyFormat.php
 share/nextcloud/apps/encryption/lib/Controller/RecoveryController.php
 share/nextcloud/apps/encryption/lib/Controller/SettingsController.php
 share/nextcloud/apps/encryption/lib/Controller/StatusController.php
@@ -6313,6 +6317,8 @@ share/nextcloud/apps/federation/l10n/bg.
 share/nextcloud/apps/federation/l10n/bg.json
 share/nextcloud/apps/federation/l10n/bg_BG.js
 share/nextcloud/apps/federation/l10n/bg_BG.json
+share/nextcloud/apps/federation/l10n/br.js
+share/nextcloud/apps/federation/l10n/br.json
 share/nextcloud/apps/federation/l10n/ca.js
 share/nextcloud/apps/federation/l10n/ca.json
 share/nextcloud/apps/federation/l10n/cs.js
@@ -8440,6 +8446,7 @@ share/nextcloud/apps/files_trashbin/lib/
 share/nextcloud/apps/files_trashbin/lib/Command/CleanUp.php
 share/nextcloud/apps/files_trashbin/lib/Command/Expire.php
 share/nextcloud/apps/files_trashbin/lib/Command/ExpireTrash.php
+share/nextcloud/apps/files_trashbin/lib/Command/Size.php
 share/nextcloud/apps/files_trashbin/lib/Controller/PreviewController.php
 share/nextcloud/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
 share/nextcloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
@@ -9528,6 +9535,8 @@ share/nextcloud/apps/oauth2/l10n/ar.js
 share/nextcloud/apps/oauth2/l10n/ar.json
 share/nextcloud/apps/oauth2/l10n/ast.js
 share/nextcloud/apps/oauth2/l10n/ast.json
+share/nextcloud/apps/oauth2/l10n/br.js
+share/nextcloud/apps/oauth2/l10n/br.json
 share/nextcloud/apps/oauth2/l10n/ca.js
 share/nextcloud/apps/oauth2/l10n/ca.json
 share/nextcloud/apps/oauth2/l10n/cs.js
@@ -10093,22 +10102,40 @@ share/nextcloud/apps/privacy/img/app.svg
 share/nextcloud/apps/privacy/img/control.svg
 share/nextcloud/apps/privacy/img/freedom.svg
 share/nextcloud/apps/privacy/img/knowledge.svg
+share/nextcloud/apps/privacy/js/chunks/0-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/0-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/0-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/0-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/1-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/1-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/1-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/1-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/2-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/2-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/2-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/2-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/3-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/3-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/3-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/3-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/5-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/5-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/5-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/5-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/6-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/6-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/6-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/6-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/7-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/7-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/7-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/7-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/8-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/8-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/8-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/8-779c9a1dd894d19ed27d.js.map
+share/nextcloud/apps/privacy/js/chunks/9-47c5d586fda355004f68.js
+share/nextcloud/apps/privacy/js/chunks/9-47c5d586fda355004f68.js.map
 share/nextcloud/apps/privacy/js/chunks/9-779c9a1dd894d19ed27d.js
 share/nextcloud/apps/privacy/js/chunks/9-779c9a1dd894d19ed27d.js.map
 share/nextcloud/apps/privacy/js/privacy.js
@@ -10119,6 +10146,8 @@ share/nextcloud/apps/privacy/l10n/ar.js
 share/nextcloud/apps/privacy/l10n/ar.json
 share/nextcloud/apps/privacy/l10n/bg.js
 share/nextcloud/apps/privacy/l10n/bg.json
+share/nextcloud/apps/privacy/l10n/br.js
+share/nextcloud/apps/privacy/l10n/br.json
 share/nextcloud/apps/privacy/l10n/ca.js
 share/nextcloud/apps/privacy/l10n/ca.json
 share/nextcloud/apps/privacy/l10n/cs.js
@@ -10619,6 +10648,8 @@ share/nextcloud/apps/settings/l10n/ast.j
 share/nextcloud/apps/settings/l10n/ast.json
 share/nextcloud/apps/settings/l10n/bg.js
 share/nextcloud/apps/settings/l10n/bg.json
+share/nextcloud/apps/settings/l10n/br.js
+share/nextcloud/apps/settings/l10n/br.json
 share/nextcloud/apps/settings/l10n/ca.js
 share/nextcloud/apps/settings/l10n/ca.json
 share/nextcloud/apps/settings/l10n/cs.js
@@ -11853,6 +11884,8 @@ share/nextcloud/apps/text/l10n/ast.js
 share/nextcloud/apps/text/l10n/ast.json
 share/nextcloud/apps/text/l10n/bg.js
 share/nextcloud/apps/text/l10n/bg.json
+share/nextcloud/apps/text/l10n/br.js
+share/nextcloud/apps/text/l10n/br.json
 share/nextcloud/apps/text/l10n/ca.js
 share/nextcloud/apps/text/l10n/ca.json
 share/nextcloud/apps/text/l10n/cs.js
@@ -12895,7 +12928,6 @@ share/nextcloud/apps/user_ldap/vendor/ui
 share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
 share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
 share/nextcloud/apps/viewer/.npmignore
-share/nextcloud/apps/viewer/.stylelintrc.js
 share/nextcloud/apps/viewer/COPYING
 share/nextcloud/apps/viewer/appinfo/app.php
 share/nextcloud/apps/viewer/appinfo/info.xml
@@ -12904,8 +12936,8 @@ share/nextcloud/apps/viewer/babel.config
 share/nextcloud/apps/viewer/composer.json
 share/nextcloud/apps/viewer/img/app.svg
 share/nextcloud/apps/viewer/img/plyr.svg
-share/nextcloud/apps/viewer/js/viewer.js
-share/nextcloud/apps/viewer/js/viewer.js.map
+share/nextcloud/apps/viewer/js/viewer-main.js
+share/nextcloud/apps/viewer/js/viewer-main.js.map
 share/nextcloud/apps/viewer/l10n/af.js
 share/nextcloud/apps/viewer/l10n/af.json
 share/nextcloud/apps/viewer/l10n/ar.js
@@ -13017,6 +13049,7 @@ share/nextcloud/apps/viewer/l10n/zh_TW.j
 share/nextcloud/apps/viewer/lib/AppInfo/Application.php
 share/nextcloud/apps/viewer/lib/Event/LoadViewer.php
 share/nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
+share/nextcloud/apps/viewer/stylelint.config.js
 share/nextcloud/apps/workflowengine/appinfo/app.php
 share/nextcloud/apps/workflowengine/appinfo/info.xml
 share/nextcloud/apps/workflowengine/appinfo/routes.php
@@ -13573,24 +13606,31 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_notes.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_schedule.rst.txt
-share/nextcloud/core/doc/admin/_static/ajax-loader.gif
 share/nextcloud/core/doc/admin/_static/basic.css
-share/nextcloud/core/doc/admin/_static/comment-bright.png
-share/nextcloud/core/doc/admin/_static/comment-close.png
-share/nextcloud/core/doc/admin/_static/comment.png
 share/nextcloud/core/doc/admin/_static/css/badge_only.css
+share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.eot
+share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.svg
+share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.ttf
+share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff2
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff
+share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff2
 share/nextcloud/core/doc/admin/_static/css/theme.css
 share/nextcloud/core/doc/admin/_static/custom.css
 share/nextcloud/core/doc/admin/_static/doctools.js
 share/nextcloud/core/doc/admin/_static/documentation_options.js
-share/nextcloud/core/doc/admin/_static/down-pressed.png
-share/nextcloud/core/doc/admin/_static/down.png
 share/nextcloud/core/doc/admin/_static/file.png
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/FontAwesome.otf
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
@@ -13607,8 +13647,14 @@ share/nextcloud/core/doc/admin/_static/f
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
 share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Light.woff
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Light.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Regular.woff
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Regular.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Thin.woff
+share/nextcloud/core/doc/admin/_static/fonts/Roboto-Slab-Thin.woff2
 share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
 share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
 share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
@@ -13622,8 +13668,19 @@ share/nextcloud/core/doc/admin/_static/f
 share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
 share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
 share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
-share/nextcloud/core/doc/admin/_static/jquery-3.2.1.js
+share/nextcloud/core/doc/admin/_static/fonts/lato-bold-italic.woff
+share/nextcloud/core/doc/admin/_static/fonts/lato-bold-italic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/lato-bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/lato-bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/lato-normal-italic.woff
+share/nextcloud/core/doc/admin/_static/fonts/lato-normal-italic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/lato-normal.woff
+share/nextcloud/core/doc/admin/_static/fonts/lato-normal.woff2
+share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/admin/_static/jquery.js
+share/nextcloud/core/doc/admin/_static/js/badge_only.js
+share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
+share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
 share/nextcloud/core/doc/admin/_static/js/modernizr.min.js
 share/nextcloud/core/doc/admin/_static/js/theme.js
 share/nextcloud/core/doc/admin/_static/language_data.js
@@ -13647,9 +13704,6 @@ share/nextcloud/core/doc/admin/_static/s
 share/nextcloud/core/doc/admin/_static/social/youtube.svg
 share/nextcloud/core/doc/admin/_static/underscore-1.3.1.js
 share/nextcloud/core/doc/admin/_static/underscore.js
-share/nextcloud/core/doc/admin/_static/up-pressed.png
-share/nextcloud/core/doc/admin/_static/up.png
-share/nextcloud/core/doc/admin/_static/websupport.js
 share/nextcloud/core/doc/admin/apps_management.html
 share/nextcloud/core/doc/admin/configuration_database/bigint_identifiers.html
 share/nextcloud/core/doc/admin/configuration_database/db_conversion.html
@@ -13878,24 +13932,31 @@ share/nextcloud/core/doc/user/_sources/u
 share/nextcloud/core/doc/user/_sources/userpreferences.rst.txt
 share/nextcloud/core/doc/user/_sources/webinterface.rst.txt
 share/nextcloud/core/doc/user/_sources/whats_new.rst.txt
-share/nextcloud/core/doc/user/_static/ajax-loader.gif
 share/nextcloud/core/doc/user/_static/basic.css
-share/nextcloud/core/doc/user/_static/comment-bright.png
-share/nextcloud/core/doc/user/_static/comment-close.png
-share/nextcloud/core/doc/user/_static/comment.png
 share/nextcloud/core/doc/user/_static/css/badge_only.css
+share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff
+share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff
+share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.eot
+share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.svg
+share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.ttf
+share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.woff
+share/nextcloud/core/doc/user/_static/css/fonts/fontawesome-webfont.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff
+share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff
+share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff
+share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff2
+share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff
+share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff2
 share/nextcloud/core/doc/user/_static/css/theme.css
 share/nextcloud/core/doc/user/_static/custom.css
 share/nextcloud/core/doc/user/_static/doctools.js
 share/nextcloud/core/doc/user/_static/documentation_options.js
-share/nextcloud/core/doc/user/_static/down-pressed.png
-share/nextcloud/core/doc/user/_static/down.png
 share/nextcloud/core/doc/user/_static/file.png
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/FontAwesome.otf
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
@@ -13912,8 +13973,14 @@ share/nextcloud/core/doc/user/_static/fo
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
 share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Bold.woff
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Light.woff
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Light.woff2
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Regular.woff
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Regular.woff2
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Thin.woff
+share/nextcloud/core/doc/user/_static/fonts/Roboto-Slab-Thin.woff2
 share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
 share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
 share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
@@ -13927,8 +13994,19 @@ share/nextcloud/core/doc/user/_static/fo
 share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
 share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
 share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
-share/nextcloud/core/doc/user/_static/jquery-3.2.1.js
+share/nextcloud/core/doc/user/_static/fonts/lato-bold-italic.woff
+share/nextcloud/core/doc/user/_static/fonts/lato-bold-italic.woff2
+share/nextcloud/core/doc/user/_static/fonts/lato-bold.woff
+share/nextcloud/core/doc/user/_static/fonts/lato-bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/lato-normal-italic.woff
+share/nextcloud/core/doc/user/_static/fonts/lato-normal-italic.woff2
+share/nextcloud/core/doc/user/_static/fonts/lato-normal.woff
+share/nextcloud/core/doc/user/_static/fonts/lato-normal.woff2
+share/nextcloud/core/doc/user/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/user/_static/jquery.js
+share/nextcloud/core/doc/user/_static/js/badge_only.js
+share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
+share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
 share/nextcloud/core/doc/user/_static/js/modernizr.min.js
 share/nextcloud/core/doc/user/_static/js/theme.js
 share/nextcloud/core/doc/user/_static/language_data.js
@@ -13952,9 +14030,6 @@ share/nextcloud/core/doc/user/_static/so
 share/nextcloud/core/doc/user/_static/social/youtube.svg
 share/nextcloud/core/doc/user/_static/underscore-1.3.1.js
 share/nextcloud/core/doc/user/_static/underscore.js
-share/nextcloud/core/doc/user/_static/up-pressed.png
-share/nextcloud/core/doc/user/_static/up.png
-share/nextcloud/core/doc/user/_static/websupport.js
 share/nextcloud/core/doc/user/contents.html
 share/nextcloud/core/doc/user/external_storage/external_storage.html
 share/nextcloud/core/doc/user/external_storage/index.html
@@ -14755,6 +14830,7 @@ share/nextcloud/lib/private/Authenticati
 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/Listeners/UserLoggedInListener.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
@@ -15250,6 +15326,7 @@ share/nextcloud/lib/private/Share20/Mana
 share/nextcloud/lib/private/Share20/ProviderFactory.php
 share/nextcloud/lib/private/Share20/Share.php
 share/nextcloud/lib/private/Share20/ShareHelper.php
+share/nextcloud/lib/private/Share20/UserRemovedListener.php
 share/nextcloud/lib/private/Streamer.php
 share/nextcloud/lib/private/SubAdmin.php
 share/nextcloud/lib/private/Support/CrashReport/Registry.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.33 pkgsrc/www/php-nextcloud/distinfo:1.34
--- pkgsrc/www/php-nextcloud/distinfo:1.33      Wed Aug 12 18:18:41 2020
+++ pkgsrc/www/php-nextcloud/distinfo   Thu Sep 17 12:38:35 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/08/12 18:18:41 ryoon Exp $
+$NetBSD: distinfo,v 1.34 2020/09/17 12:38:35 ryoon Exp $
 
-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
+SHA1 (nextcloud-19.0.3.tar.bz2) = c5338554afb25ff9eb6194ae9f6b2b5c37ce27d9
+RMD160 (nextcloud-19.0.3.tar.bz2) = e39727cba261606464b9de15d24f9a337d4b8409
+SHA512 (nextcloud-19.0.3.tar.bz2) = be4f489903ca7f777bda541a706d4c4f16a2a3ce56abc65525f72b0464592571ccdd9f8915457450ce37f90d51c944cab5c75b100433e3db3dcc154362c4d76f
+Size (nextcloud-19.0.3.tar.bz2) = 100074272 bytes



Home | Main Index | Thread Index | Old Index