Monday, July 01, 2024

Re: [update] security/yubico/yubikey-manager: update to 5.5.0

On Wed, 26 Jun 2024 12:53:02 +0100,
Stuart Henderson <stu@spacehopper.org> wrote:
>
> On 2024/06/26 12:04, Kirill A. Korinsky wrote:
> > I also drop restriction for required version of dependencies.
>
> committed, I readded the max version part of the version specs for
> cryptography and keyring.
>

Meanwhile yubikey-manager 5.5.1 was released a few hours ago.

It contains only one commit which fixes formating:
https://github.com/Yubico/yubikey-manager/commit/332fa12b24ac316213c0b7db89045b0dbd99349c

Really. Nothing else:
https://github.com/Yubico/yubikey-manager/compare/5.5.0...5.5.1

I not sure that this update changes anything because we're on python 3.11
but anyway, here the diff:

diff --git security/yubico/yubikey-manager/Makefile security/yubico/yubikey-manager/Makefile
index ebf4717eb7b..e0bbf39c43b 100644
--- security/yubico/yubikey-manager/Makefile
+++ security/yubico/yubikey-manager/Makefile
@@ -1,6 +1,6 @@
COMMENT= library and CLI tool (ykman) for configuring a YubiKey

-MODPY_EGG_VERSION= 5.5.0
+MODPY_EGG_VERSION= 5.5.1

DISTNAME= yubikey_manager-${MODPY_EGG_VERSION}
PKGNAME= yubikey-manager-${MODPY_EGG_VERSION}
diff --git security/yubico/yubikey-manager/distinfo security/yubico/yubikey-manager/distinfo
index 45b79334e67..32fc74b4d15 100644
--- security/yubico/yubikey-manager/distinfo
+++ security/yubico/yubikey-manager/distinfo
@@ -1,2 +1,2 @@
-SHA256 (yubikey_manager-5.5.0.tar.gz) = J6YWRD95aQpadNaUxkLxW2yIcWCnvYGuQ7YkuzJedmI=
-SIZE (yubikey_manager-5.5.0.tar.gz) = 215625
+SHA256 (yubikey_manager-5.5.1.tar.gz) = Kx9OcIE5c8ZG6zAcjyUT+vXkc23TxWRCLv3OA0nAKv0=
+SIZE (yubikey_manager-5.5.1.tar.gz) = 215683


--
wbr, Kirill

No comments:

Post a Comment