From owner-svn-ports-all@freebsd.org Mon Sep 10 20:16:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B3DC109B0BF; Mon, 10 Sep 2018 20:16:14 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B334373629; Mon, 10 Sep 2018 20:16:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE37159C4; Mon, 10 Sep 2018 20:16:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8AKGDWK096554; Mon, 10 Sep 2018 20:16:13 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8AKGDc0096551; Mon, 10 Sep 2018 20:16:13 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201809102016.w8AKGDc0096551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 10 Sep 2018 20:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479449 - head/security/nextcloud-twofactor_u2f X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/nextcloud-twofactor_u2f X-SVN-Commit-Revision: 479449 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 20:16:14 -0000 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