notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/py-yubikey-manager/Makefile

Number of commits found: 41

Friday, 29 Sep 2023
14:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: 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
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 3754fc5
Tuesday, 5 Sep 2023
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: fe7a3312729eeed37fc9fc7b3957e77c70acd4fd commit hash: fe7a3312729eeed37fc9fc7b3957e77c70acd4fd commit hash: fe7a3312729eeed37fc9fc7b3957e77c70acd4fd commit hash: fe7a3312729eeed37fc9fc7b3957e77c70acd4fd fe7a331
Monday, 4 Sep 2023
08:22 Vinícius Zavam (egypcio) search for other commits by this committer
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>
commit hash: 16446be04be60fc4831368bf7dc9b2199aa1d6ac commit hash: 16446be04be60fc4831368bf7dc9b2199aa1d6ac commit hash: 16446be04be60fc4831368bf7dc9b2199aa1d6ac commit hash: 16446be04be60fc4831368bf7dc9b2199aa1d6ac 16446be
Saturday, 22 Jul 2023
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 b28a739
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Friday, 14 Oct 2022
20:54 Dima Panov (fluffy) search for other commits by this committer
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
commit hash: d9c0963e6423504771b9942cbfa4d98100e436cb commit hash: d9c0963e6423504771b9942cbfa4d98100e436cb commit hash: d9c0963e6423504771b9942cbfa4d98100e436cb commit hash: d9c0963e6423504771b9942cbfa4d98100e436cb d9c0963
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 18 Aug 2022
10:38 Vinícius Zavam (egypcio) search for other commits by this committer
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@
commit hash: c96974452f03a874d4b37bb09a11d135bfbab923 commit hash: c96974452f03a874d4b37bb09a11d135bfbab923 commit hash: c96974452f03a874d4b37bb09a11d135bfbab923 commit hash: c96974452f03a874d4b37bb09a11d135bfbab923 c969744
Thursday, 7 Jul 2022
11:44 Michael Gmelin (grembo) search for other commits by this committer
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
commit hash: f4ada6dd4d4b58ee68860121b62813a8f9034751 commit hash: f4ada6dd4d4b58ee68860121b62813a8f9034751 commit hash: f4ada6dd4d4b58ee68860121b62813a8f9034751 commit hash: f4ada6dd4d4b58ee68860121b62813a8f9034751 f4ada6d
Saturday, 2 Jul 2022
09:31 Rene Ladan (rene) search for other commits by this committer
cleanup: expire consumers of security/py-pycrypto on 2022-09-30

These should probably use security/py-pycryptodome instead.
commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 9cdcd34
Thursday, 23 Jun 2022
15:20 Michael Gmelin (grembo) search for other commits by this committer
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)
commit hash: 95299192d7e94b6fcb1e345c36d85ad989f6c42d commit hash: 95299192d7e94b6fcb1e345c36d85ad989f6c42d commit hash: 95299192d7e94b6fcb1e345c36d85ad989f6c42d commit hash: 95299192d7e94b6fcb1e345c36d85ad989f6c42d 9529919
Tuesday, 21 Jun 2022
10:28 Vinícius Zavam (egypcio) search for other commits by this committer
security/py-yubikey-manager: update 4.0.8 to 4.0.9
commit hash: ed74055286fbeb8aaa74b951b1476e7574d939e9 commit hash: ed74055286fbeb8aaa74b951b1476e7574d939e9 commit hash: ed74055286fbeb8aaa74b951b1476e7574d939e9 commit hash: ed74055286fbeb8aaa74b951b1476e7574d939e9 ed74055
Sunday, 13 Feb 2022
20:53 Vinícius Zavam (egypcio) search for other commits by this committer
security/py-yubikey-manager: update 4.0.7 to 4.0.8
commit hash: f070c79923d706ecdcecb9da1d4019ae48acccdb commit hash: f070c79923d706ecdcecb9da1d4019ae48acccdb commit hash: f070c79923d706ecdcecb9da1d4019ae48acccdb commit hash: f070c79923d706ecdcecb9da1d4019ae48acccdb f070c79
Monday, 18 Oct 2021
10:33 Vinícius Zavam (egypcio) search for other commits by this committer
security/py-yubikey-manager: update 4.0.5 to 4.0.7

  * https://github.com/Yubico/yubikey-manager/releases/tag/4.0.7
commit hash: c9804b3416df0a86cb0472809f7dcc5e35dd5b03 commit hash: c9804b3416df0a86cb0472809f7dcc5e35dd5b03 commit hash: c9804b3416df0a86cb0472809f7dcc5e35dd5b03 commit hash: c9804b3416df0a86cb0472809f7dcc5e35dd5b03 c9804b3
Saturday, 14 Aug 2021
22:30 Vinícius Zavam (egypcio) search for other commits by this committer
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
commit hash: 5e37ff47b033e2dcd7dbc9308d3a9479b7473aab commit hash: 5e37ff47b033e2dcd7dbc9308d3a9479b7473aab commit hash: 5e37ff47b033e2dcd7dbc9308d3a9479b7473aab commit hash: 5e37ff47b033e2dcd7dbc9308d3a9479b7473aab 5e37ff4
Monday, 19 Apr 2021
19:57 Vinícius Zavam (egypcio) search for other commits by this committer
security/py-yubikey-manager: patch missing FreeBSD backend support

PR:		254580
Reported by:	nwhitehorn
commit hash: 99b3ddf04f4dd18812d2ca69216b2fd7b214bd70 commit hash: 99b3ddf04f4dd18812d2ca69216b2fd7b214bd70 commit hash: 99b3ddf04f4dd18812d2ca69216b2fd7b214bd70 commit hash: 99b3ddf04f4dd18812d2ca69216b2fd7b214bd70 99b3ddf
Tuesday, 13 Apr 2021
15:38 Vinícius Zavam (egypcio) search for other commits by this committer
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@
commit hash: 970206166db81f25eb6c13ec0a5c56b91454b907 commit hash: 970206166db81f25eb6c13ec0a5c56b91454b907 commit hash: 970206166db81f25eb6c13ec0a5c56b91454b907 commit hash: 970206166db81f25eb6c13ec0a5c56b91454b907 9702061
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Mar 2021
19:21 tcberner search for other commits by this committer
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
Original commitRevision:569154 
Sunday, 10 Jan 2021
14:05 rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
Original commitRevision:561070 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Saturday, 27 Jun 2020
09:39 sunpoet search for other commits by this committer
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)
Original commitRevision:540587 
Tuesday, 4 Feb 2020
14:57 egypcio search for other commits by this committer
security/py-yubikey-manager: update 3.1.0 to 3.1.1
Original commitRevision:525171 
Friday, 23 Aug 2019
12:44 egypcio search for other commits by this committer
security/py-yubikey-manager: update 3.0.0 to 3.1.0
Original commitRevision:509642 
Friday, 5 Jul 2019
13:08 egypcio search for other commits by this committer
security/py-yubikey-manager: update 2.1.1 to 3.0.0

  https://github.com/Yubico/yubikey-manager/tree/yubikey-manager-3.0.0
Original commitRevision:505898 
Tuesday, 4 Jun 2019
13:24 egypcio search for other commits by this committer
security/py-yubikey-manager: update 2.1.0 to 2.1.1

Approved by:	mentors (implicit)
Original commitRevision:503472 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Tuesday, 12 Mar 2019
14:00 egypcio search for other commits by this committer
security/py-yubikey-manager: update 2.0.0 to 2.1.0

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D19559
Original commitRevision:495454 
Saturday, 16 Feb 2019
22:55 sunpoet search for other commits by this committer
Add NO_ARCH

Approved by:	portmgr (blanket)
Original commitRevision:493130 
Thursday, 31 Jan 2019
10:35 egypcio search for other commits by this committer
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
Original commitRevision:491700 
Wednesday, 5 Dec 2018
14:09 egypcio search for other commits by this committer
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
  lang/coffeescript
  net-mgmt/cacti88
  net-mgmt/cacti88-spine
  net-p2p/libbt
  net/py-iplib
  net/py-iplib
  net/py-libfte
  net/py-sbws
  security/obfs4proxy-tor
  security/onionscan
  security/openvpn-admin
  security/py-fteproxy
  security/py-yubikey-manager
  security/super
  sysutils/intel-pcm-devel
  sysutils/openipmi
  sysutils/shim
  sysutils/xbatt
  textproc/multimarkdown
  textproc/regex2dfa
  www/onionshare

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18434
Original commitRevision:486672 
Tuesday, 4 Dec 2018
10:44 egypcio search for other commits by this committer
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
Original commitRevision:486592 
Wednesday, 14 Nov 2018
13:54 egypcio search for other commits by this committer
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
Original commitRevision:484922 
Tuesday, 28 Aug 2018
02:39 wen search for other commits by this committer
- Update to 0.7.1
Original commitRevision:478277 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 17 May 2018
08:32 bapt search for other commits by this committer
Drop maintainership, I don't have enought time to maintain it
Original commitRevision:470205 
Monday, 23 Apr 2018
07:48 bapt search for other commits by this committer
Update to 0.6.1
Original commitRevision:468077 
Tuesday, 13 Mar 2018
13:21 bapt search for other commits by this committer
Allow usage with python 3.4 and 3.5
Original commitRevision:464371 
13:13 bapt search for other commits by this committer
Python library and command line tool for configuring any YubiKey over all USB
transports.

WWW: https://developers.yubico.com/yubikey-manager/
Original commitRevision:464369 

Number of commits found: 41