Date: Wed, 2 Oct 2019 20:03:07 +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: r513623 - head/security/nextcloud-twofactor_totp Message-ID: <201910022003.x92K37JG089646@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Oct 2 20:03:06 2019 New Revision: 513623 URL: https://svnweb.freebsd.org/changeset/ports/513623 Log: security/nextcloud-twofactor_totp: Update to 4.0.0 Modified: head/security/nextcloud-twofactor_totp/Makefile head/security/nextcloud-twofactor_totp/distinfo head/security/nextcloud-twofactor_totp/pkg-plist Modified: head/security/nextcloud-twofactor_totp/Makefile ============================================================================== --- head/security/nextcloud-twofactor_totp/Makefile Wed Oct 2 20:01:50 2019 (r513622) +++ head/security/nextcloud-twofactor_totp/Makefile Wed Oct 2 20:03:06 2019 (r513623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twofactor_totp -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= TOTP multi-factor auth app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=15: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_totp/distinfo ============================================================================== --- head/security/nextcloud-twofactor_totp/distinfo Wed Oct 2 20:01:50 2019 (r513622) +++ head/security/nextcloud-twofactor_totp/distinfo Wed Oct 2 20:03:06 2019 (r513623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566047028 -SHA256 (nextcloud/twofactor_totp-v3.0.1/twofactor_totp.tar.gz) = d1490505ef27e8fb19d81318c140321fa05ee2f45ff6b534d96d0d2559645934 -SIZE (nextcloud/twofactor_totp-v3.0.1/twofactor_totp.tar.gz) = 343309 +TIMESTAMP = 1570044879 +SHA256 (nextcloud/twofactor_totp-v4.0.0/twofactor_totp.tar.gz) = 9194bf1d9c7bf80deccfcb522c67b70d962aefd2cb2011aceadbc91c3cd54a9a +SIZE (nextcloud/twofactor_totp-v4.0.0/twofactor_totp.tar.gz) = 619753 Modified: head/security/nextcloud-twofactor_totp/pkg-plist ============================================================================== --- head/security/nextcloud-twofactor_totp/pkg-plist Wed Oct 2 20:01:50 2019 (r513622) +++ head/security/nextcloud-twofactor_totp/pkg-plist Wed Oct 2 20:03:06 2019 (r513623) @@ -1,4 +1,5 @@ @comment %%WWWDIR%%/.babelrc.js +@comment %%WWWDIR%%/.eslintrc.js %%WWWDIR%%/AUTHORS.md %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/README.md @@ -9,8 +10,10 @@ %%WWWDIR%%/css/style.css %%WWWDIR%%/img/app-dark.svg %%WWWDIR%%/img/app.svg -%%WWWDIR%%/js/settings.js -%%WWWDIR%%/js/settings.js.map +%%WWWDIR%%/js/main-login-setup.js +%%WWWDIR%%/js/main-login-setup.js.map +%%WWWDIR%%/js/main-settings.js +%%WWWDIR%%/js/main-settings.js.map %%WWWDIR%%/l10n/.gitkeep %%WWWDIR%%/l10n/ar.js %%WWWDIR%%/l10n/ar.json @@ -156,11 +159,13 @@ %%WWWDIR%%/lib/Migration/Version010501Date20181018124436.php %%WWWDIR%%/lib/Migration/Version020102Date20190304124405.php %%WWWDIR%%/lib/Migration/Version030000Date20190305114917.php +%%WWWDIR%%/lib/Provider/AtLoginProvider.php %%WWWDIR%%/lib/Provider/TotpProvider.php %%WWWDIR%%/lib/Service/ITotp.php %%WWWDIR%%/lib/Service/Totp.php %%WWWDIR%%/lib/Settings/Personal.php %%WWWDIR%%/templates/challenge.php +%%WWWDIR%%/templates/loginsetup.php %%WWWDIR%%/templates/personal.php %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/christian-riesen/base32/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910022003.x92K37JG089646>