Date: Wed, 2 Oct 2019 20:01:50 +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: r513622 - head/security/nextcloud-twofactor_u2f Message-ID: <201910022001.x92K1owL086324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Oct 2 20:01:50 2019 New Revision: 513622 URL: https://svnweb.freebsd.org/changeset/ports/513622 Log: security/nextcloud-twofactor_u2f: Update to 4.0.0 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 Wed Oct 2 19:59:17 2019 (r513621) +++ head/security/nextcloud-twofactor_u2f/Makefile Wed Oct 2 20:01:50 2019 (r513622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twofactor_u2f -PORTVERSION= 3.0.1 +PORTVERSION= 4.0.0 CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- @@ -17,7 +17,7 @@ COMMENT= U2F multi-factor auth app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR} +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} USES= php:flavors IGNORE_WITH_PHP= 74 Modified: head/security/nextcloud-twofactor_u2f/distinfo ============================================================================== --- head/security/nextcloud-twofactor_u2f/distinfo Wed Oct 2 19:59:17 2019 (r513621) +++ head/security/nextcloud-twofactor_u2f/distinfo Wed Oct 2 20:01:50 2019 (r513622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566047344 -SHA256 (nextcloud/twofactor_u2f-v3.0.1/twofactor_u2f.tar.gz) = ad1d64f1c228513ad987f31874a518aa20371607ca8e58477ca46155638a2f90 -SIZE (nextcloud/twofactor_u2f-v3.0.1/twofactor_u2f.tar.gz) = 845756 +TIMESTAMP = 1569868919 +SHA256 (nextcloud/twofactor_u2f-v4.0.0/twofactor_u2f.tar.gz) = 07d80b3a4aad7f3191af0714482b02fea218165e44ddc3952d88a0c7a67305b6 +SIZE (nextcloud/twofactor_u2f-v4.0.0/twofactor_u2f.tar.gz) = 1411778 Modified: head/security/nextcloud-twofactor_u2f/pkg-plist ============================================================================== --- head/security/nextcloud-twofactor_u2f/pkg-plist Wed Oct 2 19:59:17 2019 (r513621) +++ head/security/nextcloud-twofactor_u2f/pkg-plist Wed Oct 2 20:01:50 2019 (r513622) @@ -14,6 +14,8 @@ %%WWWDIR%%/img/app.svg %%WWWDIR%%/js/challenge.js %%WWWDIR%%/js/challenge.js.map +%%WWWDIR%%/js/login-setup.js +%%WWWDIR%%/js/login-setup.js.map %%WWWDIR%%/js/settings.js %%WWWDIR%%/js/settings.js.map %%WWWDIR%%/l10n/.gitkeep @@ -139,10 +141,12 @@ %%WWWDIR%%/lib/Listener/StateChangeActivity.php %%WWWDIR%%/lib/Listener/StateChangeRegistryUpdater.php %%WWWDIR%%/lib/Migration/Version010601Date20181022142736.php +%%WWWDIR%%/lib/Provider/U2FLoginProvider.php %%WWWDIR%%/lib/Provider/U2FProvider.php %%WWWDIR%%/lib/Service/U2FManager.php %%WWWDIR%%/lib/Settings/Personal.php %%WWWDIR%%/templates/challenge.php +%%WWWDIR%%/templates/loginsetup.php %%WWWDIR%%/templates/personal.php %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/composer/ClassLoader.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910022001.x92K1owL086324>