Date: Mon, 10 Sep 2018 20:16:13 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479449 - head/security/nextcloud-twofactor_u2f Message-ID: <201809102016.w8AKGDc0096551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Mon Sep 10 20:16:12 2018 New Revision: 479449 URL: https://svnweb.freebsd.org/changeset/ports/479449 Log: security/nextcloud-twofactor_u2f: Update to 1.6.1 - Required for Nextcloud 14 Modified: head/security/nextcloud-twofactor_u2f/Makefile head/security/nextcloud-twofactor_u2f/distinfo head/security/nextcloud-twofactor_u2f/pkg-plist Modified: head/security/nextcloud-twofactor_u2f/Makefile ============================================================================== --- head/security/nextcloud-twofactor_u2f/Makefile Mon Sep 10 20:15:28 2018 (r479448) +++ head/security/nextcloud-twofactor_u2f/Makefile Mon Sep 10 20:16:12 2018 (r479449) @@ -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 Modified: head/security/nextcloud-twofactor_u2f/distinfo ============================================================================== --- head/security/nextcloud-twofactor_u2f/distinfo Mon Sep 10 20:15:28 2018 (r479448) +++ head/security/nextcloud-twofactor_u2f/distinfo Mon Sep 10 20:16:12 2018 (r479449) @@ -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 Modified: head/security/nextcloud-twofactor_u2f/pkg-plist ============================================================================== --- head/security/nextcloud-twofactor_u2f/pkg-plist Mon Sep 10 20:15:28 2018 (r479448) +++ head/security/nextcloud-twofactor_u2f/pkg-plist Mon Sep 10 20:16:12 2018 (r479449) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102016.w8AKGDc0096551>