aboutsummaryrefslogtreecommitdiff
path: root/security/totp-cli
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update dependenciesSunpoet Po-Chuan Hsieh2021-01-262-5/+5
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=562745
* Update dependenciesSunpoet Po-Chuan Hsieh2020-12-242-8/+11
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=559100
* Update dependenciesSunpoet Po-Chuan Hsieh2020-09-272-5/+5
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=550305
* Update dependenciesSunpoet Po-Chuan Hsieh2020-08-302-8/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=546990
* Update dependenciesSunpoet Po-Chuan Hsieh2020-07-242-7/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=543024
* Update to 1.1.9Sunpoet Po-Chuan Hsieh2020-06-242-12/+11
| | | | | | | Changes: https://github.com/yitsushi/totp-cli/releases Notes: svn path=/head/; revision=540080
* Update dependenciesSunpoet Po-Chuan Hsieh2020-06-152-8/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=538941
* Update dependenciesSunpoet Po-Chuan Hsieh2020-04-262-8/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=533012
* Update dependenciesSunpoet Po-Chuan Hsieh2020-01-052-8/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=522096
* Update dependenciesSunpoet Po-Chuan Hsieh2019-11-182-8/+8
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=517888
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Update to 1.1.8Sunpoet Po-Chuan Hsieh2019-10-202-4/+4
| | | | | | | Changes: https://github.com/yitsushi/totp-cli/releases Notes: svn path=/head/; revision=514898
* Update to 1.1.3Sunpoet Po-Chuan Hsieh2019-09-122-4/+4
| | | | | | | Changes: https://github.com/yitsushi/totp-cli/releases Notes: svn path=/head/; revision=511893
* Remove do-install: it is defined in go.mkSunpoet Po-Chuan Hsieh2019-09-121-3/+0
| | | | | | | Notified by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=511867
* Add totp-cli 1.1.1Sunpoet Po-Chuan Hsieh2019-09-093-0/+51
This is a simple TOTP (Time-based One-time Password) CLI tool. TOTP is the most common mechanism for 2FA (Two-Factor-Authentication). You can manage and organize your accounts with namespaces and protect your data with a password. WWW: https://github.com/yitsushi/totp-cli Notes: svn path=/head/; revision=511661