Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.0 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 |
5.2.0 05 Sep 2023 20:46:34
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-yubikey-manager: Fix BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/Yubico/yubikey-manager/blob/5.2.0/pyproject.toml#L49-L51 |
5.2.0 04 Sep 2023 08:22:42
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.9 to 5.2.0
While here,
* Add OTP HID support for FreeBSD (merged in upstream) [0];
* Move into pep517 (https://wiki.freebsd.org/Python/PEP-517);
* Start using USES=pycryptography as introduced by 7bb64b89d0e5ec8
Note that,
* should one does not with to set PYCRYPTOGRAHY_DEFAULT=legacy,
`ykman` (and other packages/ports depending on that) would require
CRYPTOGRAPHY_OPENSSL_NO_LEGACY= to be true.
[0]
https://github.com/Yubico/yubikey-manager/commit/ecd7897b3f020542f70581f77f47ba57c739b334
PR: 273505
Reported by: David Horn <dhorn2000 % gmail.com> |
4.0.9_4 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 |
4.0.9_4 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> |
4.0.9_4 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.0.9_4 14 Oct 2022 20:54:14
    |
Dima Panov (fluffy)  |
security/py-yubikey-manager: 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) |
4.0.9_3 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 ) |
4.0.9_3 18 Aug 2022 10:38:55
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: fix instructions in pkg-message
The usbconfig command requires a -d parameter prior to the device.
PR: 265901
Reported by: ehaupt@ |
4.0.9_2 07 Jul 2022 11:44:48
    |
Michael Gmelin (grembo)  |
security/py-yubikey-manager: Fix dependencies, undeprecate
Upstream stopped using py-pycrypto in 2016. It uses py-cryptography,
which is pulled in indirectly through the dependency on py-fido2.
Therefore:
- Remove dependency on py-pycrypto
- Add dependency on py-cryptography (same version range as py-fido2)
- Undeprecate |
4.0.9_1 02 Jul 2022 09:31:15
    |
Rene Ladan (rene)  |
cleanup: expire consumers of security/py-pycrypto on 2022-09-30
These should probably use security/py-pycryptodome instead. |
4.0.9_1 23 Jun 2022 15:20:24
    |
Michael Gmelin (grembo)  |
security/py-yubikey-manager: Add OTP HID support for FreeBSD
This makes yubikey-manager usable on FreeBSD again. FreeBSD
support was broken since reliance on libusb and libykpersonalize
was dropped upstream in 4.0.0.
This supports the classic uhid(4) driver and the more modern
hidraw(4) driver.
See: https://github.com/Yubico/yubikey-manager/pull/504
As I had to redo the patch after the update to 4.0.9, I took
the chance to add unit test support (`make test`).
A future change could remove the dependency on ykpersonalize.
PR: 263916
Approved by: egypcio (maintainer timeout, about 4 weeks) |
4.0.9 21 Jun 2022 10:28:34
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.8 to 4.0.9 |
4.0.8 13 Feb 2022 20:53:11
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.7 to 4.0.8 |
4.0.7 18 Oct 2021 10:33:27
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.5 to 4.0.7
* https://github.com/Yubico/yubikey-manager/releases/tag/4.0.7 |
4.0.5 14 Aug 2021 22:30:12
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.2_1 to 4.0.5
* patch-ykman_hid_____init____.py now made to upstream (711b13a);
* github.com/Yubico/yubikey-manager/releases/tag/4.0.5 |
4.0.2_1 19 Apr 2021 19:57:38
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: patch missing FreeBSD backend support
PR: 254580
Reported by: nwhitehorn |
4.0.2 13 Apr 2021 15:38:05
    |
Vinícius Zavam (egypcio)  |
security/py-yubikey-manager: update 4.0.0 to 4.0.2
- https://github.com/Yubico/yubikey-manager/blob/4.0.2/NEWS
PR: 254580
Reported by: nwhitehorn@ |
4.0.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.0 24 Mar 2021 19:21:56
  |
tcberner  |
security/py-yubikey-manager: Update to 4.0.0
Changes can be viewed here:
https://developers.yubico.com/yubikey-manager/Release_Notes.html
Submitted by: Daniel Shafer <daniel % shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D29349 |
3.1.1_1 10 Jan 2021 14:05:33
  |
rene  |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
3.1.1_1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.1_1 27 Jun 2020 09:39:29
  |
sunpoet  |
Move devel/py-usb to devel/py-pyusb
- While I'm here:
- Fix USE_GITHUB usage
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
PR: 246547
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days) |
3.1.1 04 Feb 2020 14:57:40
  |
egypcio  |
security/py-yubikey-manager: update 3.1.0 to 3.1.1 |
3.1.0 23 Aug 2019 12:44:24
  |
egypcio  |
security/py-yubikey-manager: update 3.0.0 to 3.1.0 |
3.0.0 05 Jul 2019 13:08:46
  |
egypcio  |
security/py-yubikey-manager: update 2.1.1 to 3.0.0
https://github.com/Yubico/yubikey-manager/tree/yubikey-manager-3.0.0 |
2.1.1 04 Jun 2019 13:24:52
  |
egypcio  |
security/py-yubikey-manager: update 2.1.0 to 2.1.1
Approved by: mentors (implicit) |
2.1.0_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.1.0 12 Mar 2019 14:00:58
  |
egypcio  |
security/py-yubikey-manager: update 2.0.0 to 2.1.0
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D19559 |
2.0.0 16 Feb 2019 22:55:46
  |
sunpoet  |
Add NO_ARCH
Approved by: portmgr (blanket) |
2.0.0 31 Jan 2019 10:35:05
  |
egypcio  |
security/py-yubikey-manager: update 1.0.1_1 to 2.0.0
- add support to build against both Python flavors;
yubikey-manager-qt OK (depends on security/py-yubikey-manager);
tested both versions with real hardware.
- use RSA_SecurID_getpasswd:devel/libccid as RUN_DEPENDS instead of
lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so
- use ykpersonalize:security/ykpers instead of:
ykpers>=0:security/ykpers
https://raw.githubusercontent.com/Yubico/yubikey-manager/master/NEWS
Approved by: rene (mentor)
Sponsored by: cleverbridge AG
Differential Revision: https://reviews.freebsd.org/D18855 |
1.0.1_1 05 Dec 2018 14:09:12
  |
egypcio  |
use @FreeBSD.org as MAINTAINER instead of my private address
benchmarks/vegeta
devel/busybee
devel/git-lfs
devel/gnu-efi
devel/hub
devel/libe
devel/py-fabric3
devel/py-fabric3
dns/dhisd
dns/dnscrypt-proxy2
dns/go-geodns
emulators/hatari
irc/weechat-otr (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 04 Dec 2018 10:44:05
  |
egypcio  |
security/py-yubikey-manager: add missing (required) dependencies
- add missing depends to RUN_DEPENDS;
- add concurrent to USE_PYTHON, remove flavors;
- bump PORTREVISION.
PR: 233709
Submitted by: Daniel Shafer <daniel % shafer.cc>
Reviewed by: koobs
Approved by: araujo (mentor)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D18419 |
1.0.1 14 Nov 2018 13:54:19
  |
egypcio  |
security/py-yubikey-manager: update to v1.0.1
- adopt the port;
- change LICENSE and LICENSE_FILE accordingly;
- add flavors to USE_PYTHON.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D17894 |
0.7.1 28 Aug 2018 02:39:16
  |
wen  |
- Update to 0.7.1 |
0.6.1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.6.1 17 May 2018 08:32:57
  |
bapt  |
Drop maintainership, I don't have enought time to maintain it |
0.6.1 23 Apr 2018 07:48:34
  |
bapt  |
Update to 0.6.1 |
0.6.0 13 Mar 2018 13:21:20
  |
bapt  |
Allow usage with python 3.4 and 3.5 |
0.6.0 13 Mar 2018 13:13:27
  |
bapt  |
Python library and command line tool for configuring any YubiKey over all USB
transports.
WWW: https://developers.yubico.com/yubikey-manager/ |