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: Wed, 24 Aug 2022 14:30:00
Message-Id: 1661351390.1801fdcfb090dfddb2569401f9b30ccc9cb96840.marecki@gentoo
1 commit: 1801fdcfb090dfddb2569401f9b30ccc9cb96840
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 13:31:40 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 14:29:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1801fdcf
7
8 app-crypt/yubikey-manager: update the SRC_URI comment again
9
10 Turns out using release tarballs from GitHub is okay after all, see
11 https://github.com/Yubico/yubikey-manager/issues/518 for details.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild | 9 ++++-----
16 1 file changed, 4 insertions(+), 5 deletions(-)
17
18 diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
19 index 8d1ff491bab0..3189b72bb3b4 100644
20 --- a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
21 +++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
22 @@ -10,11 +10,10 @@ inherit distutils-r1
23
24 DESCRIPTION="Python library and command line tool for configuring a YubiKey"
25 HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
26 -# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
27 -# the official source for tarballs, not Github.
28 -# Unfortunately in spite of having been mentioned on the Release Notes
29 -# page since mid-July, as of mid-August 2022 there is still no trace
30 -# of an official 4.0.9 tarball.
31 +# According to https://github.com/Yubico/yubikey-manager/issues/518 the release
32 +# tarballs on Yubico Web site and on GitHub should be identical, and at least
33 +# for recent releases the latter are signed as well. Only the automatically
34 +# generated "Source code (tar.gz)" tarballs should not be used.
35 SRC_URI="https://github.com/Yubico/yubikey-manager/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"
36
37 LICENSE="BSD-2"