pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-owncloud



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon Sep  3 19:09:19 UTC 2018

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

Log Message:
Update to owncloud 10.0.9

>From the changelog:

10.0.9 - 2018-07-17

Added
Added account module middleware to be able to plug in logic after authentication - #31883 #31933
occ user:list now takes a list of attributes to display - #31115
Added Symfony events for user preference changes - #31266
Added Symfony events for public links shared by email - #31632
Added Symfony events for accept and reject for local shares - #31702
Added support for Imprint and Privacy Policy URLs in web UI and email footers - #31666 #31699 #31730 #31766
Added HTML template for lost password email - #31144
Received local shares can now trigger a notification to accept or reject them, also visible in "Shared with you" section - #31613 #31886
Rejected shares can now be accepted again in the "Shared with you" section - #31613
Provide original exception via logging events - #31623
Share autocomplete now displays useful tooltip when typing less characters - #31729
Added public Webdav API for versions using a new "meta" DAV endpoint - #31729 #29637 #31805 #31801
Added support for retrieving file previews using Webdav endpoint - #29319 #30192 #31748 #31788 #31862 #31865
Added versioning support for primary object store - #29607 #31285 #31595

Changed
Updated ca-bundle.crt - #31734
Bump symfony to 3.4.8 and other pending minor bumps - #31221
Bump karma from 2.0.0 to 2.0.2 in /build - #31253
Bump karma-jasmine from 1.1.1 to 1.1.2 in /build - #31378
Bump karma-coverage from 1.1.1 to 1.1.2 in /build - #31380
Bump zendframework/zend-inputfilter from 2.8.1 to 2.8.2 - #31431
Bump icewind/smb from 1.1.0 to 3.0.0 in /apps/files_external/3rdparty - #31521
Bump symfony 3.4.9 to 3.4.11 - #31571
Update jsdoc requirement to ~3.5.5 - #30036
Removed example theme which now lives in the theme-example repository - #31447
A user who is a member of multiple groups is now excluded from sharing if at least one of their group is configured for exclusion - #31737 #31822
Changed back default minimum search characters to 2 for share autocomplete due to confusion - #31729
Files app UI now uses new versions API through the "meta" DAV endpoint - #29607

Removed
Removed old private ajax API for previews, deprecated by DAV endpoint support - #30254
Bookmarks certificate was removed - #31878

Fixed
Adjustments for the notifications messages of the sharing apps - #31947
Disable jquery globalEval - #31972
Work around Edge browser memory leak in web UI chunked upload - #31884
Don't fail if ISqlMigration doesn't return anything - #31779
Fixed restoring of versions for single file shares - #31681
Group admins are not able to create groups any more using provisioning API - #31738
Fix Oracle for queries using ILIKE operator - #31466
Improve user-sync command help description - #31691
Fix deletion and restoration of files in trashbin in some partial selection scenarios - #31700
Do not load the code of disabled theme apps - #31478
Fix encrypt-all and decrypt-all commands to keep shares when encrypting - #31600 #31590
Proceed with encrypt-all command by enabling user-keys if no mode is selected by user - #31612
Validate maximum length of a username - #31664
Save timezone as given during login - #31493
Fix checksum computation to not apply on read-write streams to avoid potential mismatch results - #31619
Exclude uploads directory from read-only cache mask, fixes guest app chunked uploads - #31596
Properly normalize paths for event, no &$magic needed - #31689
Use the correct user id in login related Symfony events - #31605
Fix public link dialog issue when collaborative tags app is disabled - #31581
Fix updating public link share in transfer ownership command - #31176 #31953
Do not set the password again if it hasn't changed - #31370
Use correct l10n to translate 'password was changed' email - #31553
Improve text in settings/personal App Password - #31539
Fix default language code example - #31448
Fix double slash in versioning file copy events - #31452
Split public password enforced capabilities based on a config - #31499
Fix bogus exceptions related to missing DAV nodes after deletion - #31479
Fix enabling of users by group admins in the web UI - #31489
Fix AccountMapper to return an object or throw an exception - #31445
Proper handling of exceptions in UserManager - #31446
Properly cache non-existing user in UserManager - #31446
Update verify checksums console output to flow more naturally - #31449
Subadmin shouldn't be able to add users to their groups via API - #31337
Catch duplicate inserts in token table - #31460 #31794 #32041
Fix overflowing public share names in the share panel - #31369
Fix occ user:sync to sync quota from preferences after upgrade if backend provided no quota - #31360
Fix for Redis dev editions - #31282
Fix mail debug message recipient field - #31227
Prevent infinite loop in case of error in "log" event handler - #31247
Fix HTTP status code when uploading virus-infected files - #31260
Add back robots.txt in the release - #31248


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/php-owncloud/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/php-owncloud/PLIST \
    pkgsrc/www/php-owncloud/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-owncloud/Makefile
diff -u pkgsrc/www/php-owncloud/Makefile:1.69 pkgsrc/www/php-owncloud/Makefile:1.70
--- pkgsrc/www/php-owncloud/Makefile:1.69       Mon Sep  3 18:34:18 2018
+++ pkgsrc/www/php-owncloud/Makefile    Mon Sep  3 19:09:19 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.69 2018/09/03 18:34:18 hauke Exp $
+# $NetBSD: Makefile,v 1.70 2018/09/03 19:09:19 hauke Exp $
 #
 
-DISTNAME=      owncloud-10.0.8
+DISTNAME=      owncloud-10.0.9
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   2
+#PKGREVISION=  1
 CATEGORIES=    www
 MASTER_SITES=  http://download.owncloud.org/community/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/php-owncloud/PLIST
diff -u pkgsrc/www/php-owncloud/PLIST:1.43 pkgsrc/www/php-owncloud/PLIST:1.44
--- pkgsrc/www/php-owncloud/PLIST:1.43  Thu Jun 21 23:22:51 2018
+++ pkgsrc/www/php-owncloud/PLIST       Mon Sep  3 19:09:19 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2018/06/21 23:22:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.44 2018/09/03 19:09:19 hauke Exp $
 share/owncloud/.htaccess
 share/owncloud/.user.ini
 share/owncloud/AUTHORS
@@ -438,7 +438,9 @@ share/owncloud/apps/dav/lib/Connector/Sa
 share/owncloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
 share/owncloud/apps/dav/lib/Connector/Sabre/ValidateRequestPlugin.php
 share/owncloud/apps/dav/lib/DAV/AbstractCustomPropertiesBackend.php
+share/owncloud/apps/dav/lib/DAV/CopyPlugin.php
 share/owncloud/apps/dav/lib/DAV/FileCustomPropertiesBackend.php
+share/owncloud/apps/dav/lib/DAV/FileCustomPropertiesPlugin.php
 share/owncloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
 share/owncloud/apps/dav/lib/DAV/MiscCustomPropertiesBackend.php
 share/owncloud/apps/dav/lib/DAV/PublicAuth.php
@@ -450,10 +452,17 @@ share/owncloud/apps/dav/lib/DAV/Sharing/
 share/owncloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
 share/owncloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
 share/owncloud/apps/dav/lib/Files/FilesHome.php
+share/owncloud/apps/dav/lib/Files/ICopySource.php
+share/owncloud/apps/dav/lib/Files/IFileNode.php
+share/owncloud/apps/dav/lib/Files/IProvidesAdditionalHeaders.php
+share/owncloud/apps/dav/lib/Files/PreviewPlugin.php
 share/owncloud/apps/dav/lib/Files/RootCollection.php
 share/owncloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
 share/owncloud/apps/dav/lib/Files/Xml/FilterRequest.php
 share/owncloud/apps/dav/lib/HookManager.php
+share/owncloud/apps/dav/lib/Meta/MetaFile.php
+share/owncloud/apps/dav/lib/Meta/MetaFolder.php
+share/owncloud/apps/dav/lib/Meta/RootCollection.php
 share/owncloud/apps/dav/lib/Repair/RemoveInvalidShares.php
 share/owncloud/apps/dav/lib/RootCollection.php
 share/owncloud/apps/dav/lib/Server.php
@@ -2162,23 +2171,30 @@ share/owncloud/apps/files_external/3rdpa
 share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php
 share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
 share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/.scrutinizer.yml
 share/owncloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
+share/owncloud/apps/files_external/3rdparty/icewind/smb/Makefile
 share/owncloud/apps/files_external/3rdparty/icewind/smb/README.md
 share/owncloud/apps/files_external/3rdparty/icewind/smb/composer.json
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Connection.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Change.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
@@ -2187,21 +2203,33 @@ share/owncloud/apps/files_external/3rdpa
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IAuth.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IServer.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeState.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Parser.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Server.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Share.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/System.php
 share/owncloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
 share/owncloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
 share/owncloud/apps/files_external/3rdparty/icewind/streams/.travis.yml
 share/owncloud/apps/files_external/3rdparty/icewind/streams/LICENCE
@@ -2473,6 +2501,7 @@ share/owncloud/apps/files_sharing/css/sh
 share/owncloud/apps/files_sharing/css/sharetabview.css
 share/owncloud/apps/files_sharing/css/upload.css
 share/owncloud/apps/files_sharing/img/app.svg
+share/owncloud/apps/files_sharing/img/folder-waiting.svg
 share/owncloud/apps/files_sharing/js/PublicUploadView.js
 share/owncloud/apps/files_sharing/js/app.js
 share/owncloud/apps/files_sharing/js/authenticate.js
@@ -2676,7 +2705,9 @@ share/owncloud/apps/files_sharing/lib/IS
 share/owncloud/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
 share/owncloud/apps/files_sharing/lib/Migration.php
 share/owncloud/apps/files_sharing/lib/MountProvider.php
+share/owncloud/apps/files_sharing/lib/Notifier.php
 share/owncloud/apps/files_sharing/lib/Scanner.php
+share/owncloud/apps/files_sharing/lib/Service/NotificationPublisher.php
 share/owncloud/apps/files_sharing/lib/ShareBackend/File.php
 share/owncloud/apps/files_sharing/lib/ShareBackend/Folder.php
 share/owncloud/apps/files_sharing/lib/SharedMount.php
@@ -2881,15 +2912,10 @@ share/owncloud/apps/files_trashbin/lib/S
 share/owncloud/apps/files_trashbin/lib/Trashbin.php
 share/owncloud/apps/files_trashbin/list.php
 share/owncloud/apps/files_trashbin/templates/index.php
-share/owncloud/apps/files_versions/ajax/getVersions.php
-share/owncloud/apps/files_versions/ajax/preview.php
-share/owncloud/apps/files_versions/ajax/rollbackVersion.php
 share/owncloud/apps/files_versions/appinfo/app.php
 share/owncloud/apps/files_versions/appinfo/info.xml
-share/owncloud/apps/files_versions/appinfo/routes.php
 share/owncloud/apps/files_versions/appinfo/signature.json
 share/owncloud/apps/files_versions/css/versions.css
-share/owncloud/apps/files_versions/download.php
 share/owncloud/apps/files_versions/img/app.svg
 share/owncloud/apps/files_versions/js/filesplugin.js
 share/owncloud/apps/files_versions/js/versioncollection.js
@@ -3248,12 +3274,14 @@ share/owncloud/apps/market/vendor/compos
 share/owncloud/apps/market/vendor/composer/autoload_real.php
 share/owncloud/apps/market/vendor/composer/autoload_static.php
 share/owncloud/apps/market/vendor/composer/installed.json
+share/owncloud/apps/notifications/.drone.yml
 share/owncloud/apps/notifications/CHANGELOG.md
 share/owncloud/apps/notifications/COPYING
 share/owncloud/apps/notifications/Makefile
 share/owncloud/apps/notifications/appinfo/Migrations/Version20170801085340.php
 share/owncloud/apps/notifications/appinfo/Migrations/Version20170801152524.php
 share/owncloud/apps/notifications/appinfo/Migrations/Version20180119080933.php
+share/owncloud/apps/notifications/appinfo/Migrations/Version20180604132522.php
 share/owncloud/apps/notifications/appinfo/app.php
 share/owncloud/apps/notifications/appinfo/info.xml
 share/owncloud/apps/notifications/appinfo/routes.php
@@ -3452,20 +3480,6 @@ share/owncloud/apps/systemtags/lib/Activ
 share/owncloud/apps/systemtags/lib/Activity/Listener.php
 share/owncloud/apps/systemtags/list.php
 share/owncloud/apps/systemtags/templates/list.php
-share/owncloud/apps/theme-example/appinfo/info.xml
-share/owncloud/apps/theme-example/appinfo/signature.json
-share/owncloud/apps/theme-example/core/css/styles.css
-share/owncloud/apps/theme-example/core/img/favicon-touch.png
-share/owncloud/apps/theme-example/core/img/favicon-touch.svg
-share/owncloud/apps/theme-example/core/img/favicon.ico
-share/owncloud/apps/theme-example/core/img/favicon.png
-share/owncloud/apps/theme-example/core/img/favicon.svg
-share/owncloud/apps/theme-example/core/img/logo-icon.png
-share/owncloud/apps/theme-example/core/img/logo-icon.svg
-share/owncloud/apps/theme-example/core/img/logo-mail.gif
-share/owncloud/apps/theme-example/core/img/logo.png
-share/owncloud/apps/theme-example/core/img/logo.svg
-share/owncloud/apps/theme-example/defaults.php
 share/owncloud/apps/updatenotification/appinfo/app.php
 share/owncloud/apps/updatenotification/appinfo/info.xml
 share/owncloud/apps/updatenotification/appinfo/routes.php
@@ -3687,6 +3701,7 @@ share/owncloud/core/Controller/SetupCont
 share/owncloud/core/Controller/TokenController.php
 share/owncloud/core/Controller/TwoFactorChallengeController.php
 share/owncloud/core/Controller/UserController.php
+share/owncloud/core/Middleware/AccountModuleMiddleware.php
 share/owncloud/core/Middleware/TwoFactorMiddleware.php
 share/owncloud/core/Migrations/Version20170101010100.php
 share/owncloud/core/Migrations/Version20170101215145.php
@@ -3706,9 +3721,9 @@ share/owncloud/core/Migrations/Version20
 share/owncloud/core/Migrations/Version20170928120000.php
 share/owncloud/core/Migrations/Version20171026130750.php
 share/owncloud/core/Migrations/Version20180123131835.php
+share/owncloud/core/Migrations/Version20180302155233.php
 share/owncloud/core/Migrations/Version20180319102121.php
 share/owncloud/core/ajax/appconfig.php
-share/owncloud/core/ajax/preview.php
 share/owncloud/core/ajax/share.php
 share/owncloud/core/ajax/update.php
 share/owncloud/core/css/apps.css
@@ -3779,12 +3794,8 @@ share/owncloud/core/doc/admin/_images/dr
 share/owncloud/core/doc/admin/_images/dropbox-oc.png
 share/owncloud/core/doc/admin/_images/dropbox-share-available.png
 share/owncloud/core/doc/admin/_images/enable-app.png
-share/owncloud/core/doc/admin/_images/encryption1.png
 share/owncloud/core/doc/admin/_images/encryption10.png
 share/owncloud/core/doc/admin/_images/encryption12.png
-share/owncloud/core/doc/admin/_images/encryption14.png
-share/owncloud/core/doc/admin/_images/encryption15.png
-share/owncloud/core/doc/admin/_images/encryption3.png
 share/owncloud/core/doc/admin/_images/encryption7.png
 share/owncloud/core/doc/admin/_images/encryption8.png
 share/owncloud/core/doc/admin/_images/encryption9.png
@@ -3821,6 +3832,7 @@ share/owncloud/core/doc/admin/_images/im
 share/owncloud/core/doc/admin/_images/impersonating-a-user.png
 share/owncloud/core/doc/admin/_images/import-ssl-cert-1.png
 share/owncloud/core/doc/admin/_images/import-ssl-cert-2.png
+share/owncloud/core/doc/admin/_images/import-ssl-root-certificates-admin.png
 share/owncloud/core/doc/admin/_images/import-the-virtual-appliance.png
 share/owncloud/core/doc/admin/_images/install-clamav.png
 share/owncloud/core/doc/admin/_images/install-wizard-a.png
@@ -3856,6 +3868,7 @@ share/owncloud/core/doc/admin/_images/ow
 share/owncloud/core/doc/admin/_images/owncloud-market-custom-groups.png
 share/owncloud/core/doc/admin/_images/owncloud-ui-login.png
 share/owncloud/core/doc/admin/_images/owncloud-update-app-installation-notes.png
+share/owncloud/core/doc/admin/_images/owncloud-webui-legal-urls-configuration.png
 share/owncloud/core/doc/admin/_images/password-policy-app.png
 share/owncloud/core/doc/admin/_images/phpinfo.png
 share/owncloud/core/doc/admin/_images/picking-a-user-to-impersonate.png
@@ -3924,6 +3937,8 @@ share/owncloud/core/doc/admin/_sources/a
 share/owncloud/core/doc/admin/_sources/appliance/Clamav.rst.txt
 share/owncloud/core/doc/admin/_sources/appliance/Collabora.rst.txt
 share/owncloud/core/doc/admin/_sources/appliance/certificates.rst.txt
+share/owncloud/core/doc/admin/_sources/appliance/enterprise-trial.rst.txt
+share/owncloud/core/doc/admin/_sources/appliance/firewall.rst.txt
 share/owncloud/core/doc/admin/_sources/appliance/howto-update-owncloud.rst.txt
 share/owncloud/core/doc/admin/_sources/appliance/index.rst.txt
 share/owncloud/core/doc/admin/_sources/appliance/installation.rst.txt
@@ -3937,6 +3952,7 @@ share/owncloud/core/doc/admin/_sources/c
 share/owncloud/core/doc/admin/_sources/configuration/files/big_file_upload_configuration.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/files/default_files_configuration.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/files/encryption_configuration.rst.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/encryption_configuration_quick_guide.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/amazons3.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/auth_mechanisms.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/dropbox.rst.txt
@@ -3976,10 +3992,12 @@ share/owncloud/core/doc/admin/_sources/c
 share/owncloud/core/doc/admin/_sources/configuration/server/index_php_less_urls.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/knowledgebase_configuration.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/language_configuration.rst.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/legal_settings_configuration.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/logging_configuration.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/oc_server_tuning.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/occ_command.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/reverse_proxy_configuration.rst.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/security/oauth2.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/security/password-policy.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/security_setup_warnings.rst.txt
 share/owncloud/core/doc/admin/_sources/configuration/server/thirdparty_php_configuration.rst.txt
@@ -4143,6 +4161,8 @@ share/owncloud/core/doc/admin/appliance/
 share/owncloud/core/doc/admin/appliance/Clamav.html
 share/owncloud/core/doc/admin/appliance/Collabora.html
 share/owncloud/core/doc/admin/appliance/certificates.html
+share/owncloud/core/doc/admin/appliance/enterprise-trial.html
+share/owncloud/core/doc/admin/appliance/firewall.html
 share/owncloud/core/doc/admin/appliance/howto-update-owncloud.html
 share/owncloud/core/doc/admin/appliance/index.html
 share/owncloud/core/doc/admin/appliance/installation.html
@@ -4156,6 +4176,7 @@ share/owncloud/core/doc/admin/configurat
 share/owncloud/core/doc/admin/configuration/files/big_file_upload_configuration.html
 share/owncloud/core/doc/admin/configuration/files/default_files_configuration.html
 share/owncloud/core/doc/admin/configuration/files/encryption_configuration.html
+share/owncloud/core/doc/admin/configuration/files/encryption_configuration_quick_guide.html
 share/owncloud/core/doc/admin/configuration/files/external_storage/amazons3.html
 share/owncloud/core/doc/admin/configuration/files/external_storage/auth_mechanisms.html
 share/owncloud/core/doc/admin/configuration/files/external_storage/dropbox.html
@@ -4195,10 +4216,12 @@ share/owncloud/core/doc/admin/configurat
 share/owncloud/core/doc/admin/configuration/server/index_php_less_urls.html
 share/owncloud/core/doc/admin/configuration/server/knowledgebase_configuration.html
 share/owncloud/core/doc/admin/configuration/server/language_configuration.html
+share/owncloud/core/doc/admin/configuration/server/legal_settings_configuration.html
 share/owncloud/core/doc/admin/configuration/server/logging_configuration.html
 share/owncloud/core/doc/admin/configuration/server/oc_server_tuning.html
 share/owncloud/core/doc/admin/configuration/server/occ_command.html
 share/owncloud/core/doc/admin/configuration/server/reverse_proxy_configuration.html
+share/owncloud/core/doc/admin/configuration/server/security/oauth2.html
 share/owncloud/core/doc/admin/configuration/server/security/password-policy.html
 share/owncloud/core/doc/admin/configuration/server/security_setup_warnings.html
 share/owncloud/core/doc/admin/configuration/server/thirdparty_php_configuration.html
@@ -4938,6 +4961,7 @@ share/owncloud/core/templates/filetempla
 share/owncloud/core/templates/filetemplates/template.odp
 share/owncloud/core/templates/filetemplates/template.ods
 share/owncloud/core/templates/filetemplates/template.odt
+share/owncloud/core/templates/html.mail.footer.php
 share/owncloud/core/templates/installation.php
 share/owncloud/core/templates/internalaltmail.php
 share/owncloud/core/templates/internalmail.php
@@ -4946,11 +4970,13 @@ share/owncloud/core/templates/layout.gue
 share/owncloud/core/templates/layout.noscript.warning.php
 share/owncloud/core/templates/layout.user.php
 share/owncloud/core/templates/login.php
+share/owncloud/core/templates/lostpassword/altemail.php
 share/owncloud/core/templates/lostpassword/email.php
 share/owncloud/core/templates/lostpassword/notify.php
 share/owncloud/core/templates/lostpassword/resetpassword.php
 share/owncloud/core/templates/mail.php
 share/owncloud/core/templates/message.html
+share/owncloud/core/templates/plain.mail.footer.php
 share/owncloud/core/templates/singleuser.user.php
 share/owncloud/core/templates/tags.html
 share/owncloud/core/templates/twofactorselectchallenge.php
@@ -9577,6 +9603,17 @@ share/owncloud/lib/composer/symfony/rout
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/file_resource.yml
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/foo.xml
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/foo1.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/bar.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/bar.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/baz.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/baz.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/import_multiple.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/import_multiple.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/import_single.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/import_single.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl_bar.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/incomplete.yml
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_defaults.xml
 share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_in_list_defaults.xml
@@ -9812,13 +9849,9 @@ share/owncloud/lib/composer/symfony/tran
 share/owncloud/lib/composer/symfony/translation/composer.json
 share/owncloud/lib/composer/symfony/translation/phpunit.xml.dist
 share/owncloud/lib/composer/zendframework/zend-filter/CHANGELOG.md
-share/owncloud/lib/composer/zendframework/zend-filter/CONDUCT.md
-share/owncloud/lib/composer/zendframework/zend-filter/CONTRIBUTING.md
 share/owncloud/lib/composer/zendframework/zend-filter/LICENSE.md
 share/owncloud/lib/composer/zendframework/zend-filter/README.md
 share/owncloud/lib/composer/zendframework/zend-filter/composer.json
-share/owncloud/lib/composer/zendframework/zend-filter/mkdocs.yml
-share/owncloud/lib/composer/zendframework/zend-filter/phpcs.xml
 share/owncloud/lib/composer/zendframework/zend-filter/src/AbstractDateDropdown.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/AbstractFilter.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/AbstractUnicode.php
@@ -9865,6 +9898,7 @@ share/owncloud/lib/composer/zendframewor
 share/owncloud/lib/composer/zendframework/zend-filter/src/FilterInterface.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/FilterPluginManager.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/FilterPluginManagerFactory.php
+share/owncloud/lib/composer/zendframework/zend-filter/src/FilterProviderInterface.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/HtmlEntities.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/Inflector.php
 share/owncloud/lib/composer/zendframework/zend-filter/src/Int.php
@@ -9963,16 +9997,9 @@ share/owncloud/lib/composer/zendframewor
 share/owncloud/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreator.php
 share/owncloud/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreatorCommand.php
 share/owncloud/lib/composer/zendframework/zend-stdlib/CHANGELOG.md
-share/owncloud/lib/composer/zendframework/zend-stdlib/CONDUCT.md
-share/owncloud/lib/composer/zendframework/zend-stdlib/CONTRIBUTING.md
 share/owncloud/lib/composer/zendframework/zend-stdlib/LICENSE.md
 share/owncloud/lib/composer/zendframework/zend-stdlib/README.md
-share/owncloud/lib/composer/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php
-share/owncloud/lib/composer/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php
-share/owncloud/lib/composer/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php
 share/owncloud/lib/composer/zendframework/zend-stdlib/composer.json
-share/owncloud/lib/composer/zendframework/zend-stdlib/mkdocs.yml
-share/owncloud/lib/composer/zendframework/zend-stdlib/phpcs.xml
 share/owncloud/lib/composer/zendframework/zend-stdlib/src/AbstractOptions.php
 share/owncloud/lib/composer/zendframework/zend-stdlib/src/ArrayObject.php
 share/owncloud/lib/composer/zendframework/zend-stdlib/src/ArraySerializableInterface.php
@@ -10388,6 +10415,7 @@ share/owncloud/lib/private/AppHelper.php
 share/owncloud/lib/private/Archive/Archive.php
 share/owncloud/lib/private/Archive/TAR.php
 share/owncloud/lib/private/Archive/ZIP.php
+share/owncloud/lib/private/Authentication/AccountModule/Manager.php
 share/owncloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
 share/owncloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
 share/owncloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
@@ -10531,12 +10559,19 @@ share/owncloud/lib/private/Files/Externa
 share/owncloud/lib/private/Files/External/VisibilityTrait.php
 share/owncloud/lib/private/Files/FileInfo.php
 share/owncloud/lib/private/Files/Filesystem.php
+share/owncloud/lib/private/Files/Meta/MetaFileIdNode.php
+share/owncloud/lib/private/Files/Meta/MetaFileVersionNode.php
+share/owncloud/lib/private/Files/Meta/MetaRootNode.php
+share/owncloud/lib/private/Files/Meta/MetaVersionCollection.php
 share/owncloud/lib/private/Files/Mount/CacheMountProvider.php
 share/owncloud/lib/private/Files/Mount/LocalHomeMountProvider.php
 share/owncloud/lib/private/Files/Mount/Manager.php
 share/owncloud/lib/private/Files/Mount/MountPoint.php
 share/owncloud/lib/private/Files/Mount/MoveableMount.php
 share/owncloud/lib/private/Files/Mount/ObjectHomeMountProvider.php
+share/owncloud/lib/private/Files/Node/AbstractFile.php
+share/owncloud/lib/private/Files/Node/AbstractFolder.php
+share/owncloud/lib/private/Files/Node/AbstractNode.php
 share/owncloud/lib/private/Files/Node/File.php
 share/owncloud/lib/private/Files/Node/Folder.php
 share/owncloud/lib/private/Files/Node/HookConnector.php
@@ -10591,6 +10626,7 @@ share/owncloud/lib/private/Group/Group.p
 share/owncloud/lib/private/Group/Manager.php
 share/owncloud/lib/private/Group/MetaData.php
 share/owncloud/lib/private/HTTPHelper.php
+share/owncloud/lib/private/Helper/EnvironmentHelper.php
 share/owncloud/lib/private/HintException.php
 share/owncloud/lib/private/Hooks/BasicEmitter.php
 share/owncloud/lib/private/Hooks/Emitter.php
@@ -10679,7 +10715,6 @@ share/owncloud/lib/private/Preview/PDF.p
 share/owncloud/lib/private/Preview/PNG.php
 share/owncloud/lib/private/Preview/Photoshop.php
 share/owncloud/lib/private/Preview/Postscript.php
-share/owncloud/lib/private/Preview/Provider.php
 share/owncloud/lib/private/Preview/SVG.php
 share/owncloud/lib/private/Preview/StarOffice.php
 share/owncloud/lib/private/Preview/TIFF.php
@@ -10879,6 +10914,9 @@ share/owncloud/lib/public/AppFramework/O
 share/owncloud/lib/public/AppFramework/QueryException.php
 share/owncloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php
 share/owncloud/lib/public/AppFramework/Utility/ITimeFactory.php
+share/owncloud/lib/public/Authentication/Exceptions/AccountCheckException.php
+share/owncloud/lib/public/Authentication/IAccountModule.php
+share/owncloud/lib/public/Authentication/IAccountModuleController.php
 share/owncloud/lib/public/Authentication/IApacheBackend.php
 share/owncloud/lib/public/Authentication/IAuthModule.php
 share/owncloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
@@ -10961,6 +10999,8 @@ share/owncloud/lib/public/Files/Forbidde
 share/owncloud/lib/public/Files/IHomeStorage.php
 share/owncloud/lib/public/Files/IMimeTypeDetector.php
 share/owncloud/lib/public/Files/IMimeTypeLoader.php
+share/owncloud/lib/public/Files/IPreviewNode.php
+share/owncloud/lib/public/Files/IProvidesAdditionalHeaders.php
 share/owncloud/lib/public/Files/IRootFolder.php
 share/owncloud/lib/public/Files/InvalidCharacterInPathException.php
 share/owncloud/lib/public/Files/InvalidContentException.php
@@ -10974,6 +11014,7 @@ share/owncloud/lib/public/Files/NotEnoug
 share/owncloud/lib/public/Files/NotFoundException.php
 share/owncloud/lib/public/Files/NotPermittedException.php
 share/owncloud/lib/public/Files/ObjectStore/IObjectStore.php
+share/owncloud/lib/public/Files/ObjectStore/IVersionedObjectStorage.php
 share/owncloud/lib/public/Files/ReservedWordException.php
 share/owncloud/lib/public/Files/Storage.php
 share/owncloud/lib/public/Files/Storage/CacheableFlysystemAdapter.php
@@ -10981,6 +11022,7 @@ share/owncloud/lib/public/Files/Storage/
 share/owncloud/lib/public/Files/Storage/ILockingStorage.php
 share/owncloud/lib/public/Files/Storage/IStorage.php
 share/owncloud/lib/public/Files/Storage/IStorageFactory.php
+share/owncloud/lib/public/Files/Storage/IVersionedStorage.php
 share/owncloud/lib/public/Files/Storage/PolyFill/CopyDirectory.php
 share/owncloud/lib/public/Files/Storage/StorageAdapter.php
 share/owncloud/lib/public/Files/StorageAuthException.php
@@ -11053,6 +11095,7 @@ share/owncloud/lib/public/Notification/I
 share/owncloud/lib/public/Notification/INotifier.php
 share/owncloud/lib/public/PreConditionNotMetException.php
 share/owncloud/lib/public/Preview/IProvider.php
+share/owncloud/lib/public/Preview/IProvider2.php
 share/owncloud/lib/public/Response.php
 share/owncloud/lib/public/Route/IRoute.php
 share/owncloud/lib/public/Route/IRouter.php
@@ -11078,6 +11121,7 @@ share/owncloud/lib/public/Share/Events/S
 share/owncloud/lib/public/Share/Exceptions/GenericShareException.php
 share/owncloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
 share/owncloud/lib/public/Share/Exceptions/ShareNotFound.php
+share/owncloud/lib/public/Share/Exceptions/TransferSharesException.php
 share/owncloud/lib/public/Share/IManager.php
 share/owncloud/lib/public/Share/IProviderFactory.php
 share/owncloud/lib/public/Share/IShare.php
@@ -11121,6 +11165,7 @@ share/owncloud/resources/config/ca-bundl
 share/owncloud/resources/config/mimetypealiases.dist.json
 share/owncloud/resources/config/mimetypemapping.dist.json
 share/owncloud/resources/config/readme.md
+share/owncloud/robots.txt
 share/owncloud/settings/Application.php
 share/owncloud/settings/ChangePassword/Controller.php
 share/owncloud/settings/Controller/AppSettingsController.php
@@ -11130,6 +11175,7 @@ share/owncloud/settings/Controller/Check
 share/owncloud/settings/Controller/CorsController.php
 share/owncloud/settings/Controller/EncryptionController.php
 share/owncloud/settings/Controller/GroupsController.php
+share/owncloud/settings/Controller/LegalSettingsController.php
 share/owncloud/settings/Controller/LogSettingsController.php
 share/owncloud/settings/Controller/MailSettingsController.php
 share/owncloud/settings/Controller/SettingsPageController.php
@@ -11141,6 +11187,7 @@ share/owncloud/settings/Panels/Admin/Cer
 share/owncloud/settings/Panels/Admin/Encryption.php
 share/owncloud/settings/Panels/Admin/FileSharing.php
 share/owncloud/settings/Panels/Admin/Legacy.php
+share/owncloud/settings/Panels/Admin/Legal.php
 share/owncloud/settings/Panels/Admin/Logging.php
 share/owncloud/settings/Panels/Admin/Mail.php
 share/owncloud/settings/Panels/Admin/SecurityWarning.php
@@ -11186,6 +11233,7 @@ share/owncloud/settings/js/panels/authto
 share/owncloud/settings/js/panels/backgroundjobs.js
 share/owncloud/settings/js/panels/cors.js
 share/owncloud/settings/js/panels/encryption.js
+share/owncloud/settings/js/panels/legal.js
 share/owncloud/settings/js/panels/mail.js
 share/owncloud/settings/js/panels/profile.js
 share/owncloud/settings/js/panels/setupchecks.js
@@ -11377,6 +11425,7 @@ share/owncloud/settings/templates/panels
 share/owncloud/settings/templates/panels/admin/certificates.php
 share/owncloud/settings/templates/panels/admin/encryption.php
 share/owncloud/settings/templates/panels/admin/filesharing.php
+share/owncloud/settings/templates/panels/admin/legal.php
 share/owncloud/settings/templates/panels/admin/logging.php
 share/owncloud/settings/templates/panels/admin/mail.php
 share/owncloud/settings/templates/panels/admin/securitywarning.php
Index: pkgsrc/www/php-owncloud/distinfo
diff -u pkgsrc/www/php-owncloud/distinfo:1.43 pkgsrc/www/php-owncloud/distinfo:1.44
--- pkgsrc/www/php-owncloud/distinfo:1.43       Thu Jun 21 23:22:51 2018
+++ pkgsrc/www/php-owncloud/distinfo    Mon Sep  3 19:09:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2018/06/21 23:22:51 ryoon Exp $
+$NetBSD: distinfo,v 1.44 2018/09/03 19:09:19 hauke Exp $
 
-SHA1 (owncloud-10.0.8.tar.bz2) = 49099663f1de431bbfd3d7ef2a578c1390685ea7
-RMD160 (owncloud-10.0.8.tar.bz2) = ee33aa4bc023a409ccf3ce1fe2788a4562d0e860
-SHA512 (owncloud-10.0.8.tar.bz2) = aebefb0051a1478f6da307c92d983c131b2e15c496fcc628569282875e2b21554a94e5f4ad335a11c1eb18be1987b15eaa033fdfa62cfdc1467a905b7e96211a
-Size (owncloud-10.0.8.tar.bz2) = 40671279 bytes
+SHA1 (owncloud-10.0.9.tar.bz2) = 4a3e6708cea6a9297acb7b30844681395de06853
+RMD160 (owncloud-10.0.9.tar.bz2) = 3428ba9594b0980386aeffd72f8ae6e7d33adb37
+SHA512 (owncloud-10.0.9.tar.bz2) = 756903ba98ca7612987e51d4f0d38452b8c38a3970ae6ac7ec0d30e469cd7cb7cf1a4a95dbe1a782c3ebddfdf3c2194193853b9f55cb75a9f0ef4c5a437c420b
+Size (owncloud-10.0.9.tar.bz2) = 40769945 bytes



Home | Main Index | Thread Index | Old Index