aboutsummaryrefslogtreecommitdiff
path: root/security/py-fido2
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up TEST_DEPENDSSunpoet Po-Chuan Hsieh2021-03-301-2/+1
| | | | Notes: svn path=/head/; revision=569591
* security/py-fido2: Update to 0.9.1Emanuel Haupt2021-03-272-5/+5
| | | | | | | | | | | Use upstream prefered command to to invoke tests. PR: 254487 Approved by: koobs (python) MFH: No (0.9/0.9.1 backward incompatible) Notes: svn path=/head/; revision=569306
* Remove empty PY_ENUM34 from ports using Python 3.6+Rene Ladan2021-01-101-1/+0
| | | | Notes: svn path=/head/; revision=561070
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 0.8.1Sunpoet Po-Chuan Hsieh2020-01-272-4/+4
| | | | | | | Changes: https://github.com/Yubico/python-fido2/releases Notes: svn path=/head/; revision=524440
* Update to 0.7.0Sunpoet Po-Chuan Hsieh2019-10-312-4/+4
| | | | | | | Changes: https://github.com/Yubico/python-fido2/releases Notes: svn path=/head/; revision=516172
* Update to 0.7.1Michael Gmelin2019-09-249-313/+4
| | | | | | | | PR: 240774 Approved by: koobs (python, maintainer) Notes: svn path=/head/; revision=512694
* Add fido/u2f support for FreeBSD.Michael Gmelin2019-09-148-1/+316
| | | | | | | | | | | | | | | | | Also adds test target. This was merged upstream, so patches can be removed from files/ on the next release of python-fido2. See: https://github.com/Yubico/python-fido2/pull/64 https://github.com/Yubico/python-fido2/commit/19c86d5459931b8a76d1adc76420a8a1e0c0cf2e PR: 240476 Approved by: koobs (python: maintainer) Notes: svn path=/head/; revision=512019
* Update to 0.7.0Sunpoet Po-Chuan Hsieh2019-06-212-4/+4
| | | | | | | Changes: https://github.com/Yubico/python-fido2/releases Notes: svn path=/head/; revision=504832
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2019-05-152-5/+5
| | | | | | | Changes: https://github.com/Yubico/python-fido2/releases Notes: svn path=/head/; revision=501731
* Update to 0.5.0Sunpoet Po-Chuan Hsieh2019-02-162-4/+4
| | | | | | | Changes: https://github.com/Yubico/python-fido2/releases Notes: svn path=/head/; revision=493124
* Update to 0.4.0Sunpoet Po-Chuan Hsieh2018-10-082-4/+10
| | | | | | | | | | | - Add LICENSE_FILE - Add missing RUN_DEPENDS Changes: https://github.com/Yubico/python-fido2/releases https://github.com/Yubico/python-fido2/blob/master/NEWS Notes: svn path=/head/; revision=481576
* security/py-fido2William Grzybowski2018-06-153-0/+25
Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. WWW: https://github.com/Yubico/python-fido2 Notes: svn path=/head/; revision=472441