summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-08-24 14:31:40 +0100
committerMarek Szuba <marecki@gentoo.org>2022-08-24 15:29:50 +0100
commit1801fdcfb090dfddb2569401f9b30ccc9cb96840 (patch)
treed901d7a5c1dda97d666c03b5f808dce576a13750
parentdev-util/crash: keyword 8.0.1 for ~riscv (diff)
downloadgentoo-1801fdcf.tar.gz
gentoo-1801fdcf.tar.bz2
gentoo-1801fdcf.zip
app-crypt/yubikey-manager: update the SRC_URI comment again
Turns out using release tarballs from GitHub is okay after all, see https://github.com/Yubico/yubikey-manager/issues/518 for details. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
index 8d1ff491bab0..3189b72bb3b4 100644
--- a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
+++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild
@@ -10,11 +10,10 @@ inherit distutils-r1
DESCRIPTION="Python library and command line tool for configuring a YubiKey"
HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
-# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
-# the official source for tarballs, not Github.
-# Unfortunately in spite of having been mentioned on the Release Notes
-# page since mid-July, as of mid-August 2022 there is still no trace
-# of an official 4.0.9 tarball.
+# According to https://github.com/Yubico/yubikey-manager/issues/518 the release
+# tarballs on Yubico Web site and on GitHub should be identical, and at least
+# for recent releases the latter are signed as well. Only the automatically
+# generated "Source code (tar.gz)" tarballs should not be used.
SRC_URI="https://github.com/Yubico/yubikey-manager/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD-2"