Commit graph

10 commits

Author SHA1 Message Date
adam
7d8726495d py-u2f: do not TEST_DEPEND on py-fakefs for Python 2.7 2022-05-12 08:15:48 +00:00
wiz
2457392642 py-u2f: add patch comment 2022-01-27 10:39:53 +00:00
wiz
495d3145af py-u2f: remove unused unittest2 test dependency
Reported upstream
https://github.com/google/pyu2f/issues/33
2022-01-27 10:39:35 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
nia
3df0f20e22 security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
adam
2102277dea py-u2f: updated to 0.1.5
0.1.5:
Correct SW_WRONG_LENGTH error code.
2020-11-26 11:17:11 +00:00
riastradh
86e8299a53 security/py-u2f: Mark test dependencies formally as such. 2020-08-17 20:59:31 +00:00
riastradh
452562d068 security/py-u2f: Add NetBSD support. 2020-08-17 20:57:44 +00:00
bsiegert
ce7b363b4f New package, py-u2f-0.1.4. Part of PR pkg/52941.
pyu2f is a python based U2F host library for Linux, Windows, and MacOS.
It provides functionality for interacting with a U2F device over USB.

pyu2f uses ctypes to make system calls directly to interface with the
USB HID device. This means that no platform specific shared libraries
need to be compiled for pyu2f to work.

By default pyu2f will use its own U2F stack implementation to sign
requests. If desired, pyu2f can offload signing to a pluggable command
line tool.
2018-05-30 16:09:52 +00:00