Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/
Date: Tue, 16 Aug 2022 22:52:48
Message-Id: 1660690042.ea67217a912fc624beb4269489e5427dc4eb6a7a.marecki@gentoo
1 commit: ea67217a912fc624beb4269489e5427dc4eb6a7a
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 22:47:12 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 22:47:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea67217a
7
8 app-crypt/yubikey-manager: update SRC_URI + reinstate comment in 4.0.9
9
10 Soap has not received any information to the contrary so for the time
11 being, let us assume that in spite of massive update lag Yubico pages
12 remain the official source of release tarballs. Also, clearly indicate
13 in the name of the current tarball that it is NOT one of those.
14
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 app-crypt/yubikey-manager/Manifest | 2 +-
18 app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild | 7 ++++++-
19 2 files changed, 7 insertions(+), 2 deletions(-)
20
21 diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest
22 index ed88c94f3c4b..f5f8528b483f 100644
23 --- a/app-crypt/yubikey-manager/Manifest
24 +++ b/app-crypt/yubikey-manager/Manifest
25 @@ -1,2 +1,2 @@
26 DIST yubikey-manager-4.0.8.tar.gz 147076 BLAKE2B efdefb15c3939bfb2171766aec195fb776668894d4439565840587d14387999e052aee6eb225b9332662f1ebdbf1db24fceb606393e23d591ff61b91c1ee96f5 SHA512 87352bbb133eead48d1588df2db5420687278a9f76ceb283a53af8eab3d29e30c86e01a588a6da2884e6dac6af192ad355a28745f2f8505ef6cd0e96dea3e9c7
27 -DIST yubikey-manager-4.0.9.tar.gz 145952 BLAKE2B e7a5488be1163e3f3f82c049b7c068c4be82debfccab1d6a60c1f9bdebcab4df94f257082e9c83d6bb0ea037bdab4b47b924d27890537d066205e2fbc28d2066 SHA512 bbffbdf9437d0f2de0b7713fe577a342c8da95e9d9512cb5118374b63637dbde6ee95e516dbb47bbea3af5b2e5edd495882c7e4adcbec1fd3eb750471a50add5
28 +DIST yubikey-manager-4.0.9.gh.tar.gz 145952 BLAKE2B e7a5488be1163e3f3f82c049b7c068c4be82debfccab1d6a60c1f9bdebcab4df94f257082e9c83d6bb0ea037bdab4b47b924d27890537d066205e2fbc28d2066 SHA512 bbffbdf9437d0f2de0b7713fe577a342c8da95e9d9512cb5118374b63637dbde6ee95e516dbb47bbea3af5b2e5edd495882c7e4adcbec1fd3eb750471a50add5
29
30 diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
31 index 71a5219bfd87..8d1ff491bab0 100644
32 --- a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
33 +++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
34 @@ -10,7 +10,12 @@ inherit distutils-r1
35
36 DESCRIPTION="Python library and command line tool for configuring a YubiKey"
37 HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
38 -SRC_URI="https://github.com/Yubico/yubikey-manager/releases/download/${PV}/${P}.tar.gz"
39 +# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
40 +# the official source for tarballs, not Github.
41 +# Unfortunately in spite of having been mentioned on the Release Notes
42 +# page since mid-July, as of mid-August 2022 there is still no trace
43 +# of an official 4.0.9 tarball.
44 +SRC_URI="https://github.com/Yubico/yubikey-manager/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"
45
46 LICENSE="BSD-2"
47 SLOT="0"