Update to 10.4.1
Changes: https://owncloud.org/changelog/server/ https://doc.owncloud.org/server/admin_manual/release_notes.html
This commit is contained in:
parent
6bf9bd285a
commit
05978bebf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532306
3 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= owncloud
|
||||
PORTVERSION= 10.4.0
|
||||
PORTVERSION= 10.4.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://download.owncloud.org/community/ \
|
||||
LOCAL/sunpoet
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1582888988
|
||||
SHA256 (owncloud-10.4.0.tar.bz2) = ec6ac9a507f4196453da4526f44cc079b96f7e7863bafe4eb6ba373962907bb6
|
||||
SIZE (owncloud-10.4.0.tar.bz2) = 20426453
|
||||
TIMESTAMP = 1587445360
|
||||
SHA256 (owncloud-10.4.1.tar.bz2) = 63f32048225c6bc4534c6757e8beee65fc845a35126899e85d787a3ba4073d48
|
||||
SIZE (owncloud-10.4.1.tar.bz2) = 20439397
|
||||
|
|
|
@ -1485,6 +1485,7 @@
|
|||
%%WWWDIR%%/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
|
||||
%%WWWDIR%%/apps/files/lib/BackgroundJob/ScanFiles.php
|
||||
%%WWWDIR%%/apps/files/lib/Capabilities.php
|
||||
%%WWWDIR%%/apps/files/lib/Command/CheckCache.php
|
||||
%%WWWDIR%%/apps/files/lib/Command/DeleteOrphanedFiles.php
|
||||
%%WWWDIR%%/apps/files/lib/Command/Scan.php
|
||||
%%WWWDIR%%/apps/files/lib/Command/TransferOwnership.php
|
||||
|
@ -2171,7 +2172,6 @@
|
|||
%%WWWDIR%%/apps/files_sharing/l10n/zh_HK.json
|
||||
%%WWWDIR%%/apps/files_sharing/l10n/zh_TW.js
|
||||
%%WWWDIR%%/apps/files_sharing/l10n/zh_TW.json
|
||||
%%WWWDIR%%/apps/files_sharing/lib/API/Remote.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Activity.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
|
||||
|
@ -2179,6 +2179,7 @@
|
|||
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controller/NotificationController.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controller/PersonalSettingsController.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteOcsController.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controller/Share20OcsController.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesController.php
|
||||
%%WWWDIR%%/apps/files_sharing/lib/Controllers/ExternalSharesController.php
|
||||
|
@ -6595,6 +6596,7 @@
|
|||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerInterface.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerTrait.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/NullLogger.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/Test/DummyTest.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/Test/TestLogger.php
|
||||
%%WWWDIR%%/lib/composer/psr/log/composer.json
|
||||
|
@ -7801,6 +7803,7 @@
|
|||
%%WWWDIR%%/lib/composer/symfony/console/Exception/InvalidArgumentException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Exception/InvalidOptionException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Exception/LogicException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Exception/MissingInputException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Exception/NamespaceNotFoundException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Exception/RuntimeException.php
|
||||
%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatter.php
|
||||
|
|
Loading…
Reference in a new issue