mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
security/nextcloud-twofactor_u2f: Update to 1.6.1
- Required for Nextcloud 14
This commit is contained in:
parent
70165ce152
commit
30a9e6e7b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479449
@ -2,12 +2,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twofactor_u2f
|
||||
PORTVERSION= 1.5.5
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
|
||||
PKGNAMEPREFIX= nextcloud-
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
DISTNAME= ${PORTNAME}
|
||||
DISTVERSIONPREFIX= v
|
||||
DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
|
||||
|
||||
MAINTAINER= brnrd@FreeBSD.org
|
||||
@ -16,7 +17,7 @@ COMMENT= U2F multi-factor auth app for Nextcloud
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=13.0.1:www/nextcloud@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nextcloud@${PHP_FLAVOR}
|
||||
|
||||
USES= php:flavors
|
||||
NO_BUILD= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1530971211
|
||||
SHA256 (nextcloud/twofactor_u2f-1.5.5/twofactor_u2f.tar.gz) = 7067ad05df459f79eb389e28f6dbde04e4009c6a14f591d4d0b6c50c5415d8b6
|
||||
SIZE (nextcloud/twofactor_u2f-1.5.5/twofactor_u2f.tar.gz) = 110818
|
||||
TIMESTAMP = 1533471115
|
||||
SHA256 (nextcloud/twofactor_u2f-v1.6.1/twofactor_u2f.tar.gz) = e6a22a114d2413a179eadae9588bcfa378dffde8c845f2fb33ec200c1c482898
|
||||
SIZE (nextcloud/twofactor_u2f-v1.6.1/twofactor_u2f.tar.gz) = 114587
|
||||
|
@ -1,3 +1,6 @@
|
||||
@comment %%WWWDIR%%/.github/ISSUE_TEMPLATE/bug.md
|
||||
@comment %%WWWDIR%%/.github/ISSUE_TEMPLATE/feature_request.md
|
||||
@comment %%WWWDIR%%/.github/ISSUE_TEMPLATE/question.md
|
||||
%%WWWDIR%%/CHANGELOG.md
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/appinfo/autoload.php
|
||||
@ -9,6 +12,7 @@
|
||||
%%WWWDIR%%/img/app.svg
|
||||
%%WWWDIR%%/js/build/challenge.js
|
||||
%%WWWDIR%%/js/build/settings.js
|
||||
%%WWWDIR%%/l10n/.gitkeep
|
||||
%%WWWDIR%%/l10n/ast.js
|
||||
%%WWWDIR%%/l10n/ast.json
|
||||
%%WWWDIR%%/l10n/ca.js
|
||||
@ -67,6 +71,8 @@
|
||||
%%WWWDIR%%/l10n/fr.json
|
||||
%%WWWDIR%%/l10n/gl.js
|
||||
%%WWWDIR%%/l10n/gl.json
|
||||
%%WWWDIR%%/l10n/he.js
|
||||
%%WWWDIR%%/l10n/he.json
|
||||
%%WWWDIR%%/l10n/hu.js
|
||||
%%WWWDIR%%/l10n/hu.json
|
||||
%%WWWDIR%%/l10n/is.js
|
||||
@ -111,9 +117,14 @@
|
||||
%%WWWDIR%%/l10n/zh_TW.json
|
||||
%%WWWDIR%%/lib/Activity/Provider.php
|
||||
%%WWWDIR%%/lib/Activity/Setting.php
|
||||
%%WWWDIR%%/lib/AppInfo/Application.php
|
||||
%%WWWDIR%%/lib/Controller/SettingsController.php
|
||||
%%WWWDIR%%/lib/Db/Registration.php
|
||||
%%WWWDIR%%/lib/Db/RegistrationMapper.php
|
||||
%%WWWDIR%%/lib/Event/StateChanged.php
|
||||
%%WWWDIR%%/lib/Listener/IListener.php
|
||||
%%WWWDIR%%/lib/Listener/StateChangeActivity.php
|
||||
%%WWWDIR%%/lib/Listener/StateChangeRegistryUpdater.php
|
||||
%%WWWDIR%%/lib/Provider/U2FProvider.php
|
||||
%%WWWDIR%%/lib/Service/U2FManager.php
|
||||
%%WWWDIR%%/lib/Settings/Personal.php
|
||||
|
Loading…
Reference in New Issue
Block a user