Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 02 Jan 2025 16:43:37
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.2.0
- Update COMMENT
- Update WWW
Changes: https://github.com/Yubico/python-fido2/releases |
1.1.3 23 Mar 2024 14:50:13
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.1.3
Changes: https://github.com/Yubico/python-fido2/releases |
1.1.2_1 29 Sep 2023 14:19:56
    |
Po-Chuan Hsieh (sunpoet)  |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.1.2_1 11 Sep 2023 19:11:33
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Fix typo
- Convert to USES=pycryptography:run
- Bump PORTREVISION for dependency change |
1.1.2 22 Jul 2023 07:46:38
    |
Tobias C. Berner (tcberner)  |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.1.2 09 Jul 2023 21:36:19
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.1.2
Changes: https://github.com/Yubico/python-fido2/releases |
1.1.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.1 09 Apr 2023 20:41:32
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.1.1
- Convert to USE_PYTHON=pep517
Changes: https://github.com/Yubico/python-fido2/releases |
1.1.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.1.0 30 Dec 2022 09:06:09
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.1.0
Changes: https://github.com/Yubico/python-fido2/releases |
1.0.0_1 14 Oct 2022 20:54:15
    |
Dima Panov (fluffy)  |
security/py-fido2: unbreak build after py-cryptography revert (+)
securuty/py-cryptography got a PORTEPOCH bump after revert.
Adjust dependency package version check boundaries to meet new reality.
Approved by: portmgr blanket |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0 09 Jun 2022 23:16:15
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 1.0.0
Changes: https://github.com/Yubico/python-fido2/releases |
0.9.3_1 07 Jun 2022 11:51:57
    |
Michael Gmelin (grembo)  |
security/py-fido2: Fix and extend FreeBSD support
This unbreaks FreeBSD support in general and adds support
for FreeBSD 13's optional hidraw(4) driver.
See https://github.com/Yubico/python-fido2/pull/139
PR: 264281
Approved by: koobs (python, maintainer) |
0.9.3 03 Jun 2022 16:58:05
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Convert to USE_PYTHON=unittest |
0.9.3 11 Jan 2022 18:47:27
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 0.9.3
Changes: https://github.com/Yubico/python-fido2/releases |
0.9.2 25 Oct 2021 21:54:38
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-fido2: Update to 0.9.2
Changes: https://github.com/Yubico/python-fido2/releases |
0.9.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.1 30 Mar 2021 19:20:40
  |
sunpoet  |
Clean up TEST_DEPENDS |
0.9.1 27 Mar 2021 09:21:31
  |
ehaupt  |
security/py-fido2: Update to 0.9.1
Use upstream prefered command to to invoke tests.
PR: 254487
Approved by: koobs (python)
MFH: No (0.9/0.9.1 backward incompatible) |
0.8.1 10 Jan 2021 14:05:33
  |
rene  |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
0.8.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.1 27 Jan 2020 20:10:40
  |
sunpoet  |
Update to 0.8.1
Changes: https://github.com/Yubico/python-fido2/releases |
0.7.3 31 Oct 2019 14:51:23
  |
sunpoet  |
Update to 0.7.0
Changes: https://github.com/Yubico/python-fido2/releases |
0.7.1 24 Sep 2019 02:34:30
  |
grembo  |
Update to 0.7.1
PR: 240774
Approved by: koobs (python, maintainer) |
0.7.0_1 14 Sep 2019 15:09:16
  |
grembo  |
Add fido/u2f support for FreeBSD.
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) |
0.7.0 21 Jun 2019 23:10:04
  |
sunpoet  |
Update to 0.7.0
Changes: https://github.com/Yubico/python-fido2/releases |
0.6.0 15 May 2019 15:55:56
  |
sunpoet  |
Update to 0.6.0
Changes: https://github.com/Yubico/python-fido2/releases |
0.5.0 16 Feb 2019 22:55:17
  |
sunpoet  |
Update to 0.5.0
Changes: https://github.com/Yubico/python-fido2/releases |
0.4.0 08 Oct 2018 21:42:07
  |
sunpoet  |
Update to 0.4.0
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
Changes: https://github.com/Yubico/python-fido2/releases
https://github.com/Yubico/python-fido2/blob/master/NEWS |
0.3.0 15 Jun 2018 12:21:32
  |
wg  |
security/py-fido2
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 |