From: Kirill A. Korinsky Subject: [update] security/yubico/yubikey-manager: update to 5.4.0 To: OpenBSD ports Date: Tue, 28 May 2024 21:42:37 +0100 Greetings This is clean update of yubikey-manager to the last release which had happened two months ago. Changelog available on GitHub: https://github.com/Yubico/yubikey-manager/releases/tag/5.4.0 Tested on -current/amd64 with YubiKey 5C Nano. Everything works which includes ykman oath. diff --git security/yubico/yubikey-manager/Makefile security/yubico/yubikey-manager/Makefile index 0727f3ab81c..83f527f0b26 100644 --- security/yubico/yubikey-manager/Makefile +++ security/yubico/yubikey-manager/Makefile @@ -1,11 +1,10 @@ COMMENT= library and CLI tool (ykman) for configuring a YubiKey -MODPY_EGG_VERSION= 5.3.0 +MODPY_EGG_VERSION= 5.4.0 DISTNAME= yubikey_manager-${MODPY_EGG_VERSION} PKGNAME= yubikey-manager-${MODPY_EGG_VERSION} YK_PROJECT= yubikey-manager -REVISION= 0 CATEGORIES= sysutils @@ -15,9 +14,9 @@ MODPY_PI= Yes RUN_DEPENDS= devel/py-click${MODPY_FLAVOR}>=8,<9 \ security/pcsc-lite \ - security/py-cryptography${MODPY_FLAVOR}<43 \ + security/py-cryptography${MODPY_FLAVOR}>=3.0,<45 \ security/py-fido2${MODPY_FLAVOR}>=0.9,<2.0 \ - security/py-keyring${MODPY_FLAVOR}<24 \ + security/py-keyring${MODPY_FLAVOR}>=23.4,<25 \ security/py-pyscard${MODPY_FLAVOR}<3.0 # tests need "makefun" diff --git security/yubico/yubikey-manager/distinfo security/yubico/yubikey-manager/distinfo index ed469f83216..d98b8219cc2 100644 --- security/yubico/yubikey-manager/distinfo +++ security/yubico/yubikey-manager/distinfo @@ -1,2 +1,2 @@ -SHA256 (yubikey_manager-5.3.0.tar.gz) = VJLDahDOalmVuOodMs9b1g23WHIBsqo+Y+DB2iM0uLY= -SIZE (yubikey_manager-5.3.0.tar.gz) = 188418 +SHA256 (yubikey_manager-5.4.0.tar.gz) = U3JqGGcizSaDsvX9eB/AooYfR85iup01J5YIMsj6vsg= +SIZE (yubikey_manager-5.4.0.tar.gz) = 188859 -- wbr, Kirill