git: 69b75957824c - main - security/nextcloud-twofactor_u2f: Deprecated, use webautn
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jun 2022 08:57:49 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=69b75957824c4c71f40108f6e8bea722ba34590c commit 69b75957824c4c71f40108f6e8bea722ba34590c Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-06-11 08:57:44 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-06-11 08:57:44 +0000 security/nextcloud-twofactor_u2f: Deprecated, use webautn --- security/nextcloud-twofactor_u2f/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index fb94cc12c2cc..f47309cfd752 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -16,6 +16,11 @@ COMMENT= U2F multi-factor auth app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream deprecated this port in favor of twofactor_webauthn. Check\ + https://github.com/nextcloud/twofactor_webauthn\#migration-from-two-factor-u2f\ + for migration instructions +EXPIRATION_DATE=2022-08-01 + RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors