On 21-09-30 19:45:38, James Cook wrote:
> On Thu, Sep 30, 2021 at 10:02:17AM -0700, Chris Bennett wrote:
> > Hi,
> >
> > I'm getting that the certs are expired, but https works fine in Firefox,
> > including when looking at the full chain.
> >
> >
> > openssl s_client -servername mail.strengthcouragewisdom.rocks -connect mail.strengthcouragewisdom.rocks:imaps
> >
> > openssl s_client -servername mail.strengthcouragewisdom.rocks -connect mail.strengthcouragewisdom.rocks:https
> >
> > However are not happy. I force updated my ssl certs, syspatch, pkg_add
> > -u and rebooted.
> >
> > I didn't rebuild dh.pem for dovecot.
> >
> > Is this just a DNS propagation issue?
> > Or should I do something further myself?
> >
> > Thanks
> > Chris Bennett
>
> A certificate in LetsEncrypt's chain expired today or yesterday. The
> issue is a bit complicated.
>
>
> There's a page here:
>
> https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
>
> and a forum thread here:
>
> https://community.letsencrypt.org/t/help-thread-for-dst-root-ca-x3-expiration-september-2021/149190
>
>
> Summary: generally, newer clients and web browsers will not give the
> cert expired error, because the middle certificate on the chain is a
> root cert in its own right. Other clients, including as far as I can
> tell the LibreSSL version included in OpenBSD 6.9, are more strict and
> reject the whole chain because the last certificate in the chain
> expired.
>
> E.g. I just tried "ftp -o x
> 'https://mail.strengthcouragewisdom.rocks/'" on -current and it
> worked.
Current uses the new X.509 verifier and is not impacted by this problem.
> LetsEncrypt does not want to remove that last one from the chain
> because older Android phones don't have that middle certificate as a
> root CA.
>
> Some post(s) in the thread claim it is possible to request an alternate
> chain from LetsEncrypt, if you want one that doesn't end with the
> expired one. I couldn't find this functionality in OpenBSD's
> acme-client. However, I tried manually editing the fullchain pem file
> downloaded by acme-client, deleting the third of three certificates in
> the file, and now my older clients are happy (but presumably old
> Android phones will not be happy).
Let's Encrypt is supplying alternate certificate chains. When you
fetch the certificate from the ACME order, HTTP Link headers with
'rel="alternate"' are potentially provided and these can be fetched
in the same way as the primary certificate chain. Unfortunately,
acme-client does not currently support this (not to mention that
chain selection also becomes messy from a application/configuration
stand point).
Friday, October 01, 2021
UPDATE: Nextcloud-22.2.0
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 27 Aug 2021 13:38:54 -0000 1.2
+++ Makefile 1 Oct 2021 07:06:49 -0000
@@ -1,5 +1,5 @@
# $OpenBSD: Makefile,v 1.2 2021/08/27 13:38:54 robert Exp $
-NC_VERSION= 22.1.1
+NC_VERSION= 22.2.0
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 27 Aug 2021 13:38:54 -0000 1.2
+++ distinfo 1 Oct 2021 07:06:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-22.1.1.tar.bz2) = 5VtuuXf7U5CB4zp9jxluOEMOszfMdr8DeaZjpJf73ls=
-SIZE (nextcloud-22.1.1.tar.bz2) = 145195483
+SHA256 (nextcloud-22.2.0.tar.bz2) = Jz26POQ1AbiX6LeJlrUDKeMdorVAKGasILMYza3fPh8=
+SIZE (nextcloud-22.2.0.tar.bz2) = 131241307
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 27 Aug 2021 13:38:54 -0000 1.2
+++ pkg/PLIST 1 Oct 2021 07:06:56 -0000
@@ -2718,6 +2718,8 @@ nextcloud/3rdparty/brick/math/
nextcloud/3rdparty/brick/math/LICENSE
nextcloud/3rdparty/brick/math/SECURITY.md
nextcloud/3rdparty/brick/math/composer.json
+nextcloud/3rdparty/brick/math/psalm-baseline.xml
+nextcloud/3rdparty/brick/math/psalm.xml
nextcloud/3rdparty/brick/math/src/
nextcloud/3rdparty/brick/math/src/BigDecimal.php
nextcloud/3rdparty/brick/math/src/BigInteger.php
@@ -3168,6 +3170,7 @@ nextcloud/3rdparty/doctrine/dbal/src/Typ
nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeType.php
nextcloud/3rdparty/doctrine/dbal/src/VersionAwarePlatformDriver.php
nextcloud/3rdparty/doctrine/event-manager/
+nextcloud/3rdparty/doctrine/event-manager/.doctrine-project.json
nextcloud/3rdparty/doctrine/event-manager/LICENSE
nextcloud/3rdparty/doctrine/event-manager/README.md
nextcloud/3rdparty/doctrine/event-manager/composer.json
@@ -6085,6 +6088,7 @@ nextcloud/3rdparty/psr/log/Psr/Log/Logge
nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
+nextcloud/3rdparty/psr/log/README.md
nextcloud/3rdparty/psr/log/composer.json
nextcloud/3rdparty/punic/
nextcloud/3rdparty/punic/punic/
@@ -6663,6 +6667,7 @@ nextcloud/3rdparty/punic/punic/punic.php
nextcloud/3rdparty/ralouphie/
nextcloud/3rdparty/ralouphie/getallheaders/
nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
+nextcloud/3rdparty/ralouphie/getallheaders/README.md
nextcloud/3rdparty/ralouphie/getallheaders/composer.json
nextcloud/3rdparty/ralouphie/getallheaders/src/
nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
@@ -7720,6 +7725,7 @@ nextcloud/3rdparty/symfony/console/Teste
nextcloud/3rdparty/symfony/console/composer.json
nextcloud/3rdparty/symfony/event-dispatcher/
nextcloud/3rdparty/symfony/event-dispatcher-contracts/
+nextcloud/3rdparty/symfony/event-dispatcher-contracts/.gitignore
nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
nextcloud/3rdparty/symfony/event-dispatcher-contracts/LICENSE
@@ -12953,6 +12959,8 @@ nextcloud/apps/files_pdfviewer/js/pdfjs/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ru/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/viewer.properties
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sco/
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sco/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sk/
@@ -12973,6 +12981,8 @@ nextcloud/apps/files_pdfviewer/js/pdfjs/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ta/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/viewer.properties
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tg/
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tg/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tl/
@@ -15484,32 +15494,37 @@ nextcloud/apps/photos/img/app.svg
nextcloud/apps/photos/img/photos.svg
nextcloud/apps/photos/img/yourphotos.svg
nextcloud/apps/photos/js/
-nextcloud/apps/photos/js/photos-0.js
-nextcloud/apps/photos/js/photos-0.js.map
-nextcloud/apps/photos/js/photos-1.js
-nextcloud/apps/photos/js/photos-1.js.map
-nextcloud/apps/photos/js/photos-10.js
-nextcloud/apps/photos/js/photos-10.js.map
-nextcloud/apps/photos/js/photos-2.js
-nextcloud/apps/photos/js/photos-2.js.map
-nextcloud/apps/photos/js/photos-3.js
-nextcloud/apps/photos/js/photos-3.js.map
-nextcloud/apps/photos/js/photos-4.js
-nextcloud/apps/photos/js/photos-4.js.map
-nextcloud/apps/photos/js/photos-5.js
-nextcloud/apps/photos/js/photos-5.js.map
-nextcloud/apps/photos/js/photos-6.js
-nextcloud/apps/photos/js/photos-6.js.map
-nextcloud/apps/photos/js/photos-7.js
-nextcloud/apps/photos/js/photos-7.js.map
-nextcloud/apps/photos/js/photos-8.js
-nextcloud/apps/photos/js/photos-8.js.map
-nextcloud/apps/photos/js/photos-9.js
-nextcloud/apps/photos/js/photos-9.js.map
nextcloud/apps/photos/js/photos-main.js
nextcloud/apps/photos/js/photos-main.js.LICENSE.txt
nextcloud/apps/photos/js/photos-main.js.map
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js.map
nextcloud/apps/photos/js/photos-service-worker.js
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.map
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.map
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.map
nextcloud/apps/photos/l10n/
nextcloud/apps/photos/l10n/af.js
nextcloud/apps/photos/l10n/af.json
@@ -15918,6 +15933,7 @@ nextcloud/apps/provisioning_api/lib/Cont
nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
+nextcloud/apps/provisioning_api/lib/Controller/VerificationController.php
nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
nextcloud/apps/provisioning_api/lib/Listener/
nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
@@ -19828,6 +19844,7 @@ nextcloud/core/Migrations/Version21000Da
nextcloud/core/Migrations/Version21000Date20210309185126.php
nextcloud/core/Migrations/Version21000Date20210309185127.php
nextcloud/core/Migrations/Version22000Date20210216080825.php
+nextcloud/core/Migrations/Version23000Date20210906132259.php
nextcloud/core/Notification/
nextcloud/core/Notification/CoreNotifier.php
nextcloud/core/Service/
@@ -20105,52 +20122,12 @@ nextcloud/core/doc/admin/_static/custom.
nextcloud/core/doc/admin/_static/doctools.js
nextcloud/core/doc/admin/_static/documentation_options.js
nextcloud/core/doc/admin/_static/file.png
-nextcloud/core/doc/admin/_static/fonts/
-nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/
-nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
nextcloud/core/doc/admin/_static/jquery-3.5.1.js
nextcloud/core/doc/admin/_static/jquery.js
nextcloud/core/doc/admin/_static/js/
nextcloud/core/doc/admin/_static/js/badge_only.js
nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
nextcloud/core/doc/admin/_static/js/html5shiv.min.js
-nextcloud/core/doc/admin/_static/js/modernizr.min.js
nextcloud/core/doc/admin/_static/js/theme.js
nextcloud/core/doc/admin/_static/language_data.js
nextcloud/core/doc/admin/_static/logo-blue.pdf
@@ -20457,52 +20434,12 @@ nextcloud/core/doc/user/_static/custom.c
nextcloud/core/doc/user/_static/doctools.js
nextcloud/core/doc/user/_static/documentation_options.js
nextcloud/core/doc/user/_static/file.png
-nextcloud/core/doc/user/_static/fonts/
-nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/
-nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/
-nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
nextcloud/core/doc/user/_static/jquery-3.5.1.js
nextcloud/core/doc/user/_static/jquery.js
nextcloud/core/doc/user/_static/js/
nextcloud/core/doc/user/_static/js/badge_only.js
nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
nextcloud/core/doc/user/_static/js/html5shiv.min.js
-nextcloud/core/doc/user/_static/js/modernizr.min.js
nextcloud/core/doc/user/_static/js/theme.js
nextcloud/core/doc/user/_static/language_data.js
nextcloud/core/doc/user/_static/logo-blue.pdf
@@ -21049,6 +20986,7 @@ nextcloud/core/templates/
nextcloud/core/templates/403.php
nextcloud/core/templates/404.php
nextcloud/core/templates/429.php
+nextcloud/core/templates/confirmation.php
nextcloud/core/templates/error.php
nextcloud/core/templates/exception.php
nextcloud/core/templates/filepicker.html
@@ -21075,6 +21013,7 @@ nextcloud/core/templates/loginflowv2/gra
nextcloud/core/templates/message.html
nextcloud/core/templates/publicshareauth.php
nextcloud/core/templates/recommendedapps.php
+nextcloud/core/templates/success.php
nextcloud/core/templates/tags.html
nextcloud/core/templates/twofactorselectchallenge.php
nextcloud/core/templates/twofactorsetupchallenge.php
@@ -22048,13 +21987,17 @@ nextcloud/lib/private/Security/Normalize
nextcloud/lib/private/Security/Normalizer/IpAddress.php
nextcloud/lib/private/Security/RateLimiting/
nextcloud/lib/private/Security/RateLimiting/Backend/
+nextcloud/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php
nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
-nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
+nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php
nextcloud/lib/private/Security/RateLimiting/Exception/
nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
nextcloud/lib/private/Security/RateLimiting/Limiter.php
nextcloud/lib/private/Security/SecureRandom.php
nextcloud/lib/private/Security/TrustedDomainHelper.php
+nextcloud/lib/private/Security/VerificationToken/
+nextcloud/lib/private/Security/VerificationToken/CleanUpJob.php
+nextcloud/lib/private/Security/VerificationToken/VerificationToken.php
nextcloud/lib/private/Server.php
nextcloud/lib/private/ServerContainer.php
nextcloud/lib/private/ServerNotAvailableException.php
@@ -22736,6 +22679,9 @@ nextcloud/lib/public/Security/ICredentia
nextcloud/lib/public/Security/ICrypto.php
nextcloud/lib/public/Security/IHasher.php
nextcloud/lib/public/Security/ISecureRandom.php
+nextcloud/lib/public/Security/VerificationToken/
+nextcloud/lib/public/Security/VerificationToken/IVerificationToken.php
+nextcloud/lib/public/Security/VerificationToken/InvalidTokenException.php
nextcloud/lib/public/Session/
nextcloud/lib/public/Session/Exceptions/
nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
Hello,
Update for Nextcloud to 22.2.0:
https://nextcloud.com/changelog/#latest22
OK? Comments?
Cheers.-
--
%gonzalo
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 27 Aug 2021 13:38:54 -0000 1.2
+++ Makefile 1 Oct 2021 07:06:49 -0000
@@ -1,5 +1,5 @@
# $OpenBSD: Makefile,v 1.2 2021/08/27 13:38:54 robert Exp $
-NC_VERSION= 22.1.1
+NC_VERSION= 22.2.0
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 27 Aug 2021 13:38:54 -0000 1.2
+++ distinfo 1 Oct 2021 07:06:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-22.1.1.tar.bz2) = 5VtuuXf7U5CB4zp9jxluOEMOszfMdr8DeaZjpJf73ls=
-SIZE (nextcloud-22.1.1.tar.bz2) = 145195483
+SHA256 (nextcloud-22.2.0.tar.bz2) = Jz26POQ1AbiX6LeJlrUDKeMdorVAKGasILMYza3fPh8=
+SIZE (nextcloud-22.2.0.tar.bz2) = 131241307
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/22/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 27 Aug 2021 13:38:54 -0000 1.2
+++ pkg/PLIST 1 Oct 2021 07:06:56 -0000
@@ -2718,6 +2718,8 @@ nextcloud/3rdparty/brick/math/
nextcloud/3rdparty/brick/math/LICENSE
nextcloud/3rdparty/brick/math/SECURITY.md
nextcloud/3rdparty/brick/math/composer.json
+nextcloud/3rdparty/brick/math/psalm-baseline.xml
+nextcloud/3rdparty/brick/math/psalm.xml
nextcloud/3rdparty/brick/math/src/
nextcloud/3rdparty/brick/math/src/BigDecimal.php
nextcloud/3rdparty/brick/math/src/BigInteger.php
@@ -3168,6 +3170,7 @@ nextcloud/3rdparty/doctrine/dbal/src/Typ
nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeType.php
nextcloud/3rdparty/doctrine/dbal/src/VersionAwarePlatformDriver.php
nextcloud/3rdparty/doctrine/event-manager/
+nextcloud/3rdparty/doctrine/event-manager/.doctrine-project.json
nextcloud/3rdparty/doctrine/event-manager/LICENSE
nextcloud/3rdparty/doctrine/event-manager/README.md
nextcloud/3rdparty/doctrine/event-manager/composer.json
@@ -6085,6 +6088,7 @@ nextcloud/3rdparty/psr/log/Psr/Log/Logge
nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
+nextcloud/3rdparty/psr/log/README.md
nextcloud/3rdparty/psr/log/composer.json
nextcloud/3rdparty/punic/
nextcloud/3rdparty/punic/punic/
@@ -6663,6 +6667,7 @@ nextcloud/3rdparty/punic/punic/punic.php
nextcloud/3rdparty/ralouphie/
nextcloud/3rdparty/ralouphie/getallheaders/
nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
+nextcloud/3rdparty/ralouphie/getallheaders/README.md
nextcloud/3rdparty/ralouphie/getallheaders/composer.json
nextcloud/3rdparty/ralouphie/getallheaders/src/
nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
@@ -7720,6 +7725,7 @@ nextcloud/3rdparty/symfony/console/Teste
nextcloud/3rdparty/symfony/console/composer.json
nextcloud/3rdparty/symfony/event-dispatcher/
nextcloud/3rdparty/symfony/event-dispatcher-contracts/
+nextcloud/3rdparty/symfony/event-dispatcher-contracts/.gitignore
nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
nextcloud/3rdparty/symfony/event-dispatcher-contracts/LICENSE
@@ -12953,6 +12959,8 @@ nextcloud/apps/files_pdfviewer/js/pdfjs/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ru/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/viewer.properties
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sco/
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sco/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sk/
@@ -12973,6 +12981,8 @@ nextcloud/apps/files_pdfviewer/js/pdfjs/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ta/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/viewer.properties
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tg/
+nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tg/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/viewer.properties
nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tl/
@@ -15484,32 +15494,37 @@ nextcloud/apps/photos/img/app.svg
nextcloud/apps/photos/img/photos.svg
nextcloud/apps/photos/img/yourphotos.svg
nextcloud/apps/photos/js/
-nextcloud/apps/photos/js/photos-0.js
-nextcloud/apps/photos/js/photos-0.js.map
-nextcloud/apps/photos/js/photos-1.js
-nextcloud/apps/photos/js/photos-1.js.map
-nextcloud/apps/photos/js/photos-10.js
-nextcloud/apps/photos/js/photos-10.js.map
-nextcloud/apps/photos/js/photos-2.js
-nextcloud/apps/photos/js/photos-2.js.map
-nextcloud/apps/photos/js/photos-3.js
-nextcloud/apps/photos/js/photos-3.js.map
-nextcloud/apps/photos/js/photos-4.js
-nextcloud/apps/photos/js/photos-4.js.map
-nextcloud/apps/photos/js/photos-5.js
-nextcloud/apps/photos/js/photos-5.js.map
-nextcloud/apps/photos/js/photos-6.js
-nextcloud/apps/photos/js/photos-6.js.map
-nextcloud/apps/photos/js/photos-7.js
-nextcloud/apps/photos/js/photos-7.js.map
-nextcloud/apps/photos/js/photos-8.js
-nextcloud/apps/photos/js/photos-8.js.map
-nextcloud/apps/photos/js/photos-9.js
-nextcloud/apps/photos/js/photos-9.js.map
nextcloud/apps/photos/js/photos-main.js
nextcloud/apps/photos/js/photos-main.js.LICENSE.txt
nextcloud/apps/photos/js/photos-main.js.map
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js.map
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js
+nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js.map
nextcloud/apps/photos/js/photos-service-worker.js
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.map
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.map
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.map
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.LICENSE.txt
+nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.map
nextcloud/apps/photos/l10n/
nextcloud/apps/photos/l10n/af.js
nextcloud/apps/photos/l10n/af.json
@@ -15918,6 +15933,7 @@ nextcloud/apps/provisioning_api/lib/Cont
nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
+nextcloud/apps/provisioning_api/lib/Controller/VerificationController.php
nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
nextcloud/apps/provisioning_api/lib/Listener/
nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
@@ -19828,6 +19844,7 @@ nextcloud/core/Migrations/Version21000Da
nextcloud/core/Migrations/Version21000Date20210309185126.php
nextcloud/core/Migrations/Version21000Date20210309185127.php
nextcloud/core/Migrations/Version22000Date20210216080825.php
+nextcloud/core/Migrations/Version23000Date20210906132259.php
nextcloud/core/Notification/
nextcloud/core/Notification/CoreNotifier.php
nextcloud/core/Service/
@@ -20105,52 +20122,12 @@ nextcloud/core/doc/admin/_static/custom.
nextcloud/core/doc/admin/_static/doctools.js
nextcloud/core/doc/admin/_static/documentation_options.js
nextcloud/core/doc/admin/_static/file.png
-nextcloud/core/doc/admin/_static/fonts/
-nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/
-nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
-nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
-nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
nextcloud/core/doc/admin/_static/jquery-3.5.1.js
nextcloud/core/doc/admin/_static/jquery.js
nextcloud/core/doc/admin/_static/js/
nextcloud/core/doc/admin/_static/js/badge_only.js
nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
nextcloud/core/doc/admin/_static/js/html5shiv.min.js
-nextcloud/core/doc/admin/_static/js/modernizr.min.js
nextcloud/core/doc/admin/_static/js/theme.js
nextcloud/core/doc/admin/_static/language_data.js
nextcloud/core/doc/admin/_static/logo-blue.pdf
@@ -20457,52 +20434,12 @@ nextcloud/core/doc/user/_static/custom.c
nextcloud/core/doc/user/_static/doctools.js
nextcloud/core/doc/user/_static/documentation_options.js
nextcloud/core/doc/user/_static/file.png
-nextcloud/core/doc/user/_static/fonts/
-nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/
-nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
-nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/
-nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
-nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
nextcloud/core/doc/user/_static/jquery-3.5.1.js
nextcloud/core/doc/user/_static/jquery.js
nextcloud/core/doc/user/_static/js/
nextcloud/core/doc/user/_static/js/badge_only.js
nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
nextcloud/core/doc/user/_static/js/html5shiv.min.js
-nextcloud/core/doc/user/_static/js/modernizr.min.js
nextcloud/core/doc/user/_static/js/theme.js
nextcloud/core/doc/user/_static/language_data.js
nextcloud/core/doc/user/_static/logo-blue.pdf
@@ -21049,6 +20986,7 @@ nextcloud/core/templates/
nextcloud/core/templates/403.php
nextcloud/core/templates/404.php
nextcloud/core/templates/429.php
+nextcloud/core/templates/confirmation.php
nextcloud/core/templates/error.php
nextcloud/core/templates/exception.php
nextcloud/core/templates/filepicker.html
@@ -21075,6 +21013,7 @@ nextcloud/core/templates/loginflowv2/gra
nextcloud/core/templates/message.html
nextcloud/core/templates/publicshareauth.php
nextcloud/core/templates/recommendedapps.php
+nextcloud/core/templates/success.php
nextcloud/core/templates/tags.html
nextcloud/core/templates/twofactorselectchallenge.php
nextcloud/core/templates/twofactorsetupchallenge.php
@@ -22048,13 +21987,17 @@ nextcloud/lib/private/Security/Normalize
nextcloud/lib/private/Security/Normalizer/IpAddress.php
nextcloud/lib/private/Security/RateLimiting/
nextcloud/lib/private/Security/RateLimiting/Backend/
+nextcloud/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php
nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
-nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
+nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php
nextcloud/lib/private/Security/RateLimiting/Exception/
nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
nextcloud/lib/private/Security/RateLimiting/Limiter.php
nextcloud/lib/private/Security/SecureRandom.php
nextcloud/lib/private/Security/TrustedDomainHelper.php
+nextcloud/lib/private/Security/VerificationToken/
+nextcloud/lib/private/Security/VerificationToken/CleanUpJob.php
+nextcloud/lib/private/Security/VerificationToken/VerificationToken.php
nextcloud/lib/private/Server.php
nextcloud/lib/private/ServerContainer.php
nextcloud/lib/private/ServerNotAvailableException.php
@@ -22736,6 +22679,9 @@ nextcloud/lib/public/Security/ICredentia
nextcloud/lib/public/Security/ICrypto.php
nextcloud/lib/public/Security/IHasher.php
nextcloud/lib/public/Security/ISecureRandom.php
+nextcloud/lib/public/Security/VerificationToken/
+nextcloud/lib/public/Security/VerificationToken/IVerificationToken.php
+nextcloud/lib/public/Security/VerificationToken/InvalidTokenException.php
nextcloud/lib/public/Session/
nextcloud/lib/public/Session/Exceptions/
nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
Hello,
Update for Nextcloud to 22.2.0:
https://nextcloud.com/changelog/#latest22
OK? Comments?
Cheers.-
--
%gonzalo
Subscribe to:
Posts (Atom)