aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyotp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/py-pyotp: Update to 2.2.6Danilo G. Baio2017-07-011-1/+1
| | | | | | | | | | | | | | | | | v2.2.6: - Fix tests wrt double-quoting in provisioning URIs v2.2.5: - Quote issuer QS parameter in provisioning_uri. Fixes #47. - Raise an exception if a negative integer is passed to at() (#41). - Documentation and release infrastructure improvements. PR: 220400 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> (maintainer) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=444826
* - Update to 2.2.4Dmitry Marakasov2017-01-161-1/+10
| | | | | | | | PR: 215992 Submitted by: vlad-fbsd@acheronmedia.com (maintainer) Notes: svn path=/head/; revision=431626
* Update to version 2.2.1Pawel Pekala2016-09-141-1/+1
| | | | | | | | PR: 212294 Submitted by: Vladimir Krstulja (maintainer) Notes: svn path=/head/; revision=422138
* - Update to 2.1.1Dmitry Marakasov2016-05-281-4/+3
| | | | | | | | | | | | - Switch to using github tags - Add WWW - While here, add LICENSE_FILE PR: 209807 Submitted by: vlad-fbsd@acheronmedia.com (maintainer) Notes: svn path=/head/; revision=416072
* Update to 2.1.0Tilman Keskinoz2016-05-031-2/+6
| | | | | | | | PR: 209234 Submitted by: maintainer Notes: svn path=/head/; revision=414535
* PyOTP is a Python library for generating and verifying one-time passwords. ItMartin Wilke2016-01-101-0/+21
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in. PR: 205992 Submitted by: vlad-fbsd@acheronmedia.com Notes: svn path=/head/; revision=405667