Skip to content

Commit

Permalink
app-arch/xz-utils: depend on >=sec-keys/openpgp-keys-lassecollin-2023…
Browse files Browse the repository at this point in the history
…0213 for verify-sig

Someone reported an expired key issue when verifying 5.4.2. That might be because
of an old version of gemato which didn't check whether the key was expired back
when the signature was made (since fixed) or because of an old version of
openpgp-keys-lassecollin.

Add a dep to sort out the latter given it's possible.

(Note that sec-keys/openpgp-keys-lassecollin hasn't changed in quite some time,
the latest version was added over a year ago in 8126045.)

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Apr 3, 2024
1 parent 4ba0627 commit 8257744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-arch/xz-utils/xz-utils-5.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SLOT="0"
IUSE="doc +extra-filters pgo nls static-libs"

if [[ ${PV} != 9999 ]] ; then
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-lassecollin )"
BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-lassecollin-20230213 )"
fi

src_prepare() {
Expand Down
2 changes: 1 addition & 1 deletion app-arch/xz-utils/xz-utils-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SLOT="0"
IUSE="cpu_flags_arm_crc32 doc +extra-filters pgo nls static-libs"

if [[ ${PV} != 9999 ]] ; then
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-lassecollin )"
BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-lassecollin-20230213 )"
fi

src_prepare() {
Expand Down

0 comments on commit 8257744

Please sign in to comment.